.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-7e58844f-ca94-4c84-aae9-9652e8fb9678 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
min-height: 50px;
background-color: rgba(0, 88, 142, 1);
}








#s-7e58844f-ca94-4c84-aae9-9652e8fb9678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e58844f-ca94-4c84-aae9-9652e8fb9678.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 71, 124, 1);
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-284a7b73-a246-4fca-9413-df7069e52173 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-284a7b73-a246-4fca-9413-df7069e52173 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 71, 124, 1);
  font-family: "Montserrat";
  font-weight: 700;
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.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: rgba(71, 71, 71, 1);
  font-family: "Montserrat";
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 71, 124, 1);
  font-family: "Montserrat";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: rgba(71, 71, 71, 1);
  font-family: "Montserrat";
  font-weight: 400;
}

#s-6c4b6d74-1e8c-4314-a46b-8abdee73a144 {
  margin-left: auto;
margin-right: auto;
padding-left: 18%;
padding-right: 18%;
}
@media (max-width: 767px){#s-6c4b6d74-1e8c-4314-a46b-8abdee73a144 {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-417da4cd-f61e-4982-87da-5175e55cc84b {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-dec92e8e-587f-4405-abb8-d26dc01dd052 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-dec92e8e-587f-4405-abb8-d26dc01dd052"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dec92e8e-587f-4405-abb8-d26dc01dd052"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dec92e8e-587f-4405-abb8-d26dc01dd052"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dec92e8e-587f-4405-abb8-d26dc01dd052"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 {
  max-width:  100%;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 {
  max-width:  100%;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 {
  max-width:  100%;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 {
  max-width:  100%;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 {
  max-width:  100%;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 .shg-image-zoom,
.shg-c#s-3a860a23-0a4b-406f-8ffe-9eda1466d9c5 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-31419450-a1b4-4d03-b567-1c6132d8d0ad {
  margin-left: auto;
margin-right: auto;
}

#s-57ce4c6a-9da6-4174-bd6b-8cbd6bd91ee9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-57ce4c6a-9da6-4174-bd6b-8cbd6bd91ee9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-57ce4c6a-9da6-4174-bd6b-8cbd6bd91ee9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-57ce4c6a-9da6-4174-bd6b-8cbd6bd91ee9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-57ce4c6a-9da6-4174-bd6b-8cbd6bd91ee9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-57ce4c6a-9da6-4174-bd6b-8cbd6bd91ee9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-916a7124-722e-47cc-8a19-7d78c888308c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-916a7124-722e-47cc-8a19-7d78c888308c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-916a7124-722e-47cc-8a19-7d78c888308c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-916a7124-722e-47cc-8a19-7d78c888308c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f92264f5-7ccb-463c-b901-23fde3ed13ed:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f92264f5-7ccb-463c-b901-23fde3ed13ed:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-f92264f5-7ccb-463c-b901-23fde3ed13ed-atc-btn-wrapper {
    text-align: center;
  }


#s-f92264f5-7ccb-463c-b901-23fde3ed13ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f92264f5-7ccb-463c-b901-23fde3ed13ed-atc-btn-wrapper {
    text-align: center;
  }


#s-f92264f5-7ccb-463c-b901-23fde3ed13ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f92264f5-7ccb-463c-b901-23fde3ed13ed-atc-btn-wrapper {
    text-align: center;
  }


#s-f92264f5-7ccb-463c-b901-23fde3ed13ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f92264f5-7ccb-463c-b901-23fde3ed13ed-atc-btn-wrapper {
    text-align: center;
  }


#s-f92264f5-7ccb-463c-b901-23fde3ed13ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f92264f5-7ccb-463c-b901-23fde3ed13ed-atc-btn-wrapper {
    text-align: center;
  }


#s-f92264f5-7ccb-463c-b901-23fde3ed13ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f92264f5-7ccb-463c-b901-23fde3ed13ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e306ec87-7340-4614-90c4-e35f163a2b5c {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-left: 15%;
padding-bottom: 25px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(0, 88, 142, 1);
}








#s-e306ec87-7340-4614-90c4-e35f163a2b5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e306ec87-7340-4614-90c4-e35f163a2b5c.shg-box.shg-c {
  justify-content: center;
}

#s-8f1c11bf-f035-49ac-8cf4-fcc7b45d2999 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f1c11bf-f035-49ac-8cf4-fcc7b45d2999 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-8f1c11bf-f035-49ac-8cf4-fcc7b45d2999 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-ceba5af1-0881-4463-8532-cfdb2f0bd97a {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ceba5af1-0881-4463-8532-cfdb2f0bd97a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceba5af1-0881-4463-8532-cfdb2f0bd97a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ceba5af1-0881-4463-8532-cfdb2f0bd97a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceba5af1-0881-4463-8532-cfdb2f0bd97a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-content {
  
    align-items: center;
  
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
      position: relative;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  
  
  
  
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-content {
  
    align-items: center;
  
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
      position: relative;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  
  
  
  
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-content {
  
    align-items: center;
  
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
      position: relative;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  
  
  
  
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-content {
  
    align-items: center;
  
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
      position: relative;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  
  
  
  
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-720824f6-bc90-4cce-a7d1-f69330ee0512 .shogun-image-content {
  
    align-items: center;
  
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container {
      position: relative;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-720824f6-bc90-4cce-a7d1-f69330ee0512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-8a13b478-e6a6-4671-8e96-fe4488920f8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a13b478-e6a6-4671-8e96-fe4488920f8e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
      position: relative;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  
  
  
  
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
      position: relative;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  
  
  
  
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
      position: relative;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  
  
  
  
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
      position: relative;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  
  
  
  
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1a590223-2f3a-471e-bf6d-543f2a1ac720 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container {
      position: relative;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a590223-2f3a-471e-bf6d-543f2a1ac720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-8e2209ee-51ed-4867-a5ee-904f2083da9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e2209ee-51ed-4867-a5ee-904f2083da9c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1117c39b-cba7-4032-8b39-c37307f97705 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1117c39b-cba7-4032-8b39-c37307f97705 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1117c39b-cba7-4032-8b39-c37307f97705 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-content {
  
    align-items: center;
  
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1117c39b-cba7-4032-8b39-c37307f97705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
      position: relative;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1117c39b-cba7-4032-8b39-c37307f97705 {
  
  
  
  
}

#s-1117c39b-cba7-4032-8b39-c37307f97705 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-content {
  
    align-items: center;
  
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1117c39b-cba7-4032-8b39-c37307f97705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
      position: relative;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-1117c39b-cba7-4032-8b39-c37307f97705 {
  
  
  
  
}

#s-1117c39b-cba7-4032-8b39-c37307f97705 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-content {
  
    align-items: center;
  
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1117c39b-cba7-4032-8b39-c37307f97705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
      position: relative;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-1117c39b-cba7-4032-8b39-c37307f97705 {
  
  
  
  
}

#s-1117c39b-cba7-4032-8b39-c37307f97705 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-content {
  
    align-items: center;
  
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1117c39b-cba7-4032-8b39-c37307f97705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
      position: relative;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-1117c39b-cba7-4032-8b39-c37307f97705 {
  
  
  
  
}

#s-1117c39b-cba7-4032-8b39-c37307f97705 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1117c39b-cba7-4032-8b39-c37307f97705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1117c39b-cba7-4032-8b39-c37307f97705 .shogun-image-content {
  
    align-items: center;
  
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1117c39b-cba7-4032-8b39-c37307f97705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container {
      position: relative;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1117c39b-cba7-4032-8b39-c37307f97705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-e3411e68-caf1-4332-b04a-1cd2ad8f8ce7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3411e68-caf1-4332-b04a-1cd2ad8f8ce7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-33058c26-ef69-428d-9e5b-d8daf4d9c262 {
  margin-top: 15px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-33058c26-ef69-428d-9e5b-d8daf4d9c262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33058c26-ef69-428d-9e5b-d8daf4d9c262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33058c26-ef69-428d-9e5b-d8daf4d9c262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33058c26-ef69-428d-9e5b-d8daf4d9c262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
      position: relative;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  
  
  
  
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
      position: relative;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  
  
  
  
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
      position: relative;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  
  
  
  
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
      position: relative;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  
  
  
  
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-6ed9444a-958b-44ce-b5b3-c01587f83031 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container {
      position: relative;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed9444a-958b-44ce-b5b3-c01587f83031 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-508605a9-5a2d-4e7b-ac4d-37f465a1a099 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-508605a9-5a2d-4e7b-ac4d-37f465a1a099 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-content {
  
    align-items: center;
  
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
      position: relative;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  
  
  
  
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-content {
  
    align-items: center;
  
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
      position: relative;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  
  
  
  
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-content {
  
    align-items: center;
  
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
      position: relative;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  
  
  
  
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-content {
  
    align-items: center;
  
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
      position: relative;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  
  
  
  
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-273e51ef-05d6-4e2a-85e4-26d66d86e686 .shogun-image-content {
  
    align-items: center;
  
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container {
      position: relative;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-273e51ef-05d6-4e2a-85e4-26d66d86e686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-25af45fe-05d6-4cec-8853-dd9499d9397b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25af45fe-05d6-4cec-8853-dd9499d9397b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-fb713065-2c44-43ea-ad01-054a8ac1710a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-fb713065-2c44-43ea-ad01-054a8ac1710a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb713065-2c44-43ea-ad01-054a8ac1710a.shg-box.shg-c {
  justify-content: center;
}

#s-08de6ef1-ae5b-4b85-bfe8-be51ee1680c4 {
  margin-left: 12%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-08de6ef1-ae5b-4b85-bfe8-be51ee1680c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08de6ef1-ae5b-4b85-bfe8-be51ee1680c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08de6ef1-ae5b-4b85-bfe8-be51ee1680c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08de6ef1-ae5b-4b85-bfe8-be51ee1680c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03a543d9-7d22-49d7-9232-ec2fdaa96835 {
  margin-left: auto;
margin-right: auto;
}

#s-c47410e7-eda4-49ad-bc31-57164b75b809 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 {
  max-width:  100%;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 {
  max-width:  100%;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 {
  max-width:  100%;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 {
  max-width:  100%;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 {
  max-width:  100%;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 .shg-image-zoom,
.shg-c#s-c47410e7-eda4-49ad-bc31-57164b75b809 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8bb5f93b-21ea-4db8-8bc4-8a0fff28eb10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bb5f93b-21ea-4db8-8bc4-8a0fff28eb10 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-6a8fc7be-c9c9-4391-9369-1b1500e7cd08 {
  margin-left: auto;
margin-right: auto;
}

#s-253836de-2a4a-4862-8494-f72e3e916024 {
  margin-left: auto;
margin-right: auto;
}

#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f {
  max-width:  100%;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f {
  max-width:  100%;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f {
  max-width:  100%;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f {
  max-width:  100%;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f {
  max-width:  100%;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f .shg-image-zoom,
.shg-c#s-54b7d9f7-e3d7-4cb5-84c2-5b308689114f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-081ab227-89dd-4bf6-b443-502ed3a138e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-081ab227-89dd-4bf6-b443-502ed3a138e9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-d529fbde-df34-4ad4-923e-41400ff5b11b {
  margin-left: auto;
margin-right: auto;
}

#s-d3d0e2bc-35ab-4653-9624-2175942c9d39 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(0, 172, 78, 1);
}
@media (max-width: 767px){#s-d3d0e2bc-35ab-4653-9624-2175942c9d39 {
  padding-top: 15px;
padding-bottom: 15px;
display: none;
}
#s-d3d0e2bc-35ab-4653-9624-2175942c9d39, #wrap-s-d3d0e2bc-35ab-4653-9624-2175942c9d39 { display: none !important; }}







#s-d3d0e2bc-35ab-4653-9624-2175942c9d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3d0e2bc-35ab-4653-9624-2175942c9d39.shg-box.shg-c {
  justify-content: center;
}

#s-844f8529-b0df-47be-a1f0-305ea3fcceeb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-844f8529-b0df-47be-a1f0-305ea3fcceeb {
  display: none;
}
#s-844f8529-b0df-47be-a1f0-305ea3fcceeb, #wrap-s-844f8529-b0df-47be-a1f0-305ea3fcceeb { display: none !important; }}
@media (min-width: 0px) {
[id="s-844f8529-b0df-47be-a1f0-305ea3fcceeb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-844f8529-b0df-47be-a1f0-305ea3fcceeb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-844f8529-b0df-47be-a1f0-305ea3fcceeb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-844f8529-b0df-47be-a1f0-305ea3fcceeb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f676fe94-9519-433d-8916-ebf691f95427 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f676fe94-9519-433d-8916-ebf691f95427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f676fe94-9519-433d-8916-ebf691f95427"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f676fe94-9519-433d-8916-ebf691f95427"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f676fe94-9519-433d-8916-ebf691f95427"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f676fe94-9519-433d-8916-ebf691f95427"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f676fe94-9519-433d-8916-ebf691f95427"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f676fe94-9519-433d-8916-ebf691f95427"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  max-width: 125px;
}
}


.shg-image-margin-container-s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
      position: relative;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  
  
  
  
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
      position: relative;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  
  
  
  
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
      position: relative;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  
  
  
  
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
      position: relative;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  
  
  
  
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container {
      position: relative;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8b53cd-641b-483a-bcdb-c28f0b67e121 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ac149766-c1b5-4773-a965-ec7af22f9550 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ac149766-c1b5-4773-a965-ec7af22f9550 {
  text-align: center;
}
}
#s-ac149766-c1b5-4773-a965-ec7af22f9550 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ac149766-c1b5-4773-a965-ec7af22f9550 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-ac149766-c1b5-4773-a965-ec7af22f9550 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-1d90aeb6-9988-4479-9c0d-818e935c87ca {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1d90aeb6-9988-4479-9c0d-818e935c87ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d90aeb6-9988-4479-9c0d-818e935c87ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d90aeb6-9988-4479-9c0d-818e935c87ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1d90aeb6-9988-4479-9c0d-818e935c87ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d90aeb6-9988-4479-9c0d-818e935c87ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d90aeb6-9988-4479-9c0d-818e935c87ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d90aeb6-9988-4479-9c0d-818e935c87ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
      position: relative;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  
  
  
  
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
      position: relative;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  
  
  
  
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
      position: relative;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  
  
  
  
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
      position: relative;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  
  
  
  
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a520db80-3509-4802-bf89-9ddea4ba81e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container {
      position: relative;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a520db80-3509-4802-bf89-9ddea4ba81e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-8aa2c729-d0b6-4684-8d1f-ae2ebd615adb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8aa2c729-d0b6-4684-8d1f-ae2ebd615adb {
  text-align: center;
}
}
#s-8aa2c729-d0b6-4684-8d1f-ae2ebd615adb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8aa2c729-d0b6-4684-8d1f-ae2ebd615adb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-8aa2c729-d0b6-4684-8d1f-ae2ebd615adb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d31ba122-4e9d-4fc5-b583-f4725056a5ec {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d31ba122-4e9d-4fc5-b583-f4725056a5ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d31ba122-4e9d-4fc5-b583-f4725056a5ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d31ba122-4e9d-4fc5-b583-f4725056a5ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d31ba122-4e9d-4fc5-b583-f4725056a5ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d31ba122-4e9d-4fc5-b583-f4725056a5ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d31ba122-4e9d-4fc5-b583-f4725056a5ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d31ba122-4e9d-4fc5-b583-f4725056a5ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
      position: relative;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  
  
  
  
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
      position: relative;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  
  
  
  
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
      position: relative;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  
  
  
  
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
      position: relative;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  
  
  
  
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container {
      position: relative;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2167e41d-4ded-4699-ae95-d3d28f7ba2e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-6d7f344d-5496-4629-b0c0-0d63952b37b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6d7f344d-5496-4629-b0c0-0d63952b37b7 {
  text-align: center;
}
}
#s-6d7f344d-5496-4629-b0c0-0d63952b37b7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6d7f344d-5496-4629-b0c0-0d63952b37b7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0 {
  display: none;
}
#s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0, #wrap-s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0 {
  display: none;
}
#s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0, #wrap-s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0 {
  display: none;
}
#s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0, #wrap-s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0a73a06-fec9-4aaf-ba97-7586b77cbec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-95d20a0f-2bd4-424c-8d16-559f66fdbffc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-95d20a0f-2bd4-424c-8d16-559f66fdbffc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95d20a0f-2bd4-424c-8d16-559f66fdbffc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-95d20a0f-2bd4-424c-8d16-559f66fdbffc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-95d20a0f-2bd4-424c-8d16-559f66fdbffc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-95d20a0f-2bd4-424c-8d16-559f66fdbffc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-95d20a0f-2bd4-424c-8d16-559f66fdbffc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-95d20a0f-2bd4-424c-8d16-559f66fdbffc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb67e51f-5582-42db-954a-62324ac1cd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
      position: relative;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  
  
  
  
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb67e51f-5582-42db-954a-62324ac1cd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
      position: relative;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  
  
  
  
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb67e51f-5582-42db-954a-62324ac1cd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
      position: relative;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  
  
  
  
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb67e51f-5582-42db-954a-62324ac1cd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
      position: relative;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  
  
  
  
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb67e51f-5582-42db-954a-62324ac1cd4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bb67e51f-5582-42db-954a-62324ac1cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb67e51f-5582-42db-954a-62324ac1cd4c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container {
      position: relative;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb67e51f-5582-42db-954a-62324ac1cd4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-b6bd14a1-a6cb-4f07-9dc1-243b521dcd11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b6bd14a1-a6cb-4f07-9dc1-243b521dcd11 {
  text-align: center;
}
}
#s-b6bd14a1-a6cb-4f07-9dc1-243b521dcd11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-b6bd14a1-a6cb-4f07-9dc1-243b521dcd11 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-dbba0455-cfe9-41b7-80e6-f8ba3d581732 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dbba0455-cfe9-41b7-80e6-f8ba3d581732"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbba0455-cfe9-41b7-80e6-f8ba3d581732"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dbba0455-cfe9-41b7-80e6-f8ba3d581732"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dbba0455-cfe9-41b7-80e6-f8ba3d581732"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dbba0455-cfe9-41b7-80e6-f8ba3d581732"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbba0455-cfe9-41b7-80e6-f8ba3d581732"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dbba0455-cfe9-41b7-80e6-f8ba3d581732"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  max-width: 50px;
}
}


.shg-image-margin-container-s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d0eab-f35d-4373-a48f-76909f6afca3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
      position: relative;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  
  
  
  
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d0eab-f35d-4373-a48f-76909f6afca3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
      position: relative;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  
  
  
  
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d0eab-f35d-4373-a48f-76909f6afca3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
      position: relative;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  
  
  
  
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d0eab-f35d-4373-a48f-76909f6afca3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
      position: relative;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  
  
  
  
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-033d0eab-f35d-4373-a48f-76909f6afca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-033d0eab-f35d-4373-a48f-76909f6afca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-033d0eab-f35d-4373-a48f-76909f6afca3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container {
      position: relative;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-033d0eab-f35d-4373-a48f-76909f6afca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-1eac178c-ba9a-4522-a813-488d1d45aa80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1eac178c-ba9a-4522-a813-488d1d45aa80 {
  text-align: center;
}
}
#s-1eac178c-ba9a-4522-a813-488d1d45aa80 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-1eac178c-ba9a-4522-a813-488d1d45aa80 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-880acb22-1648-4552-9b24-29b300bf414d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-880acb22-1648-4552-9b24-29b300bf414d {
  margin-top: 5px;
}
}@media (max-width: 767px){#s-880acb22-1648-4552-9b24-29b300bf414d {
  display: none;
}
#s-880acb22-1648-4552-9b24-29b300bf414d, #wrap-s-880acb22-1648-4552-9b24-29b300bf414d { display: none !important; }}
@media (min-width: 0px) {
[id="s-880acb22-1648-4552-9b24-29b300bf414d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-880acb22-1648-4552-9b24-29b300bf414d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-880acb22-1648-4552-9b24-29b300bf414d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-880acb22-1648-4552-9b24-29b300bf414d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ba595cc2-ec2d-448c-a4de-2766f9c22164 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ba595cc2-ec2d-448c-a4de-2766f9c22164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba595cc2-ec2d-448c-a4de-2766f9c22164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba595cc2-ec2d-448c-a4de-2766f9c22164"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ba595cc2-ec2d-448c-a4de-2766f9c22164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba595cc2-ec2d-448c-a4de-2766f9c22164"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba595cc2-ec2d-448c-a4de-2766f9c22164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba595cc2-ec2d-448c-a4de-2766f9c22164"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-2845594a-4292-4833-b5a8-b0568faa8806 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2845594a-4292-4833-b5a8-b0568faa8806 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2845594a-4292-4833-b5a8-b0568faa8806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-content {
  
    align-items: center;
  
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2845594a-4292-4833-b5a8-b0568faa8806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
      position: relative;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2845594a-4292-4833-b5a8-b0568faa8806 {
  
  
  
  
}

#s-2845594a-4292-4833-b5a8-b0568faa8806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-content {
  
    align-items: center;
  
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2845594a-4292-4833-b5a8-b0568faa8806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
      position: relative;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2845594a-4292-4833-b5a8-b0568faa8806 {
  
  
  
  
}

#s-2845594a-4292-4833-b5a8-b0568faa8806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-content {
  
    align-items: center;
  
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2845594a-4292-4833-b5a8-b0568faa8806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
      position: relative;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2845594a-4292-4833-b5a8-b0568faa8806 {
  
  
  
  
}

#s-2845594a-4292-4833-b5a8-b0568faa8806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-content {
  
    align-items: center;
  
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2845594a-4292-4833-b5a8-b0568faa8806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
      position: relative;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2845594a-4292-4833-b5a8-b0568faa8806 {
  
  
  
  
}

#s-2845594a-4292-4833-b5a8-b0568faa8806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2845594a-4292-4833-b5a8-b0568faa8806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2845594a-4292-4833-b5a8-b0568faa8806 .shogun-image-content {
  
    align-items: center;
  
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2845594a-4292-4833-b5a8-b0568faa8806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container {
      position: relative;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2845594a-4292-4833-b5a8-b0568faa8806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-45f94b9b-adec-4fd0-a58e-b2fd71e90e6a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-45f94b9b-adec-4fd0-a58e-b2fd71e90e6a {
  text-align: center;
}
}
#s-45f94b9b-adec-4fd0-a58e-b2fd71e90e6a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-45f94b9b-adec-4fd0-a58e-b2fd71e90e6a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-45f94b9b-adec-4fd0-a58e-b2fd71e90e6a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bb073a78-4fb3-490c-a7bc-610cf04b5d3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-content {
  
    align-items: center;
  
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-169ce247-3017-464d-b739-dbc86c6dcc0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
      position: relative;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  
  
  
  
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-content {
  
    align-items: center;
  
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-169ce247-3017-464d-b739-dbc86c6dcc0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
      position: relative;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  
  
  
  
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-content {
  
    align-items: center;
  
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-169ce247-3017-464d-b739-dbc86c6dcc0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
      position: relative;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  
  
  
  
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-content {
  
    align-items: center;
  
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-169ce247-3017-464d-b739-dbc86c6dcc0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
      position: relative;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  
  
  
  
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-169ce247-3017-464d-b739-dbc86c6dcc0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-169ce247-3017-464d-b739-dbc86c6dcc0d .shogun-image-content {
  
    align-items: center;
  
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-169ce247-3017-464d-b739-dbc86c6dcc0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container {
      position: relative;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-169ce247-3017-464d-b739-dbc86c6dcc0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-412a300c-32a9-464c-9295-c971692a3ece {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-412a300c-32a9-464c-9295-c971692a3ece {
  text-align: center;
}
}
#s-412a300c-32a9-464c-9295-c971692a3ece .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-412a300c-32a9-464c-9295-c971692a3ece .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-412a300c-32a9-464c-9295-c971692a3ece .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-82b4d0ce-9e4e-454b-9782-0f316ab368d6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-82b4d0ce-9e4e-454b-9782-0f316ab368d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82b4d0ce-9e4e-454b-9782-0f316ab368d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-82b4d0ce-9e4e-454b-9782-0f316ab368d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-82b4d0ce-9e4e-454b-9782-0f316ab368d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-82b4d0ce-9e4e-454b-9782-0f316ab368d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-82b4d0ce-9e4e-454b-9782-0f316ab368d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-82b4d0ce-9e4e-454b-9782-0f316ab368d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
      position: relative;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  
  
  
  
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
      position: relative;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  
  
  
  
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
      position: relative;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  
  
  
  
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
      position: relative;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  
  
  
  
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d0659fea-79c5-4330-bb98-ccfbc967ab83 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container {
      position: relative;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0659fea-79c5-4330-bb98-ccfbc967ab83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-3561ea84-6b44-44a1-b7e8-4b19485f5df3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3561ea84-6b44-44a1-b7e8-4b19485f5df3 {
  text-align: center;
}
}
#s-3561ea84-6b44-44a1-b7e8-4b19485f5df3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3561ea84-6b44-44a1-b7e8-4b19485f5df3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-3561ea84-6b44-44a1-b7e8-4b19485f5df3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d {
  display: none;
}
#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d, #wrap-s-40cee216-05fc-4a21-a63b-3529bdf7ce6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d {
  display: none;
}
#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d, #wrap-s-40cee216-05fc-4a21-a63b-3529bdf7ce6d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d {
  display: none;
}
#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d, #wrap-s-40cee216-05fc-4a21-a63b-3529bdf7ce6d { display: none !important; }}@media (max-width: 767px){#s-40cee216-05fc-4a21-a63b-3529bdf7ce6d {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-40cee216-05fc-4a21-a63b-3529bdf7ce6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-40cee216-05fc-4a21-a63b-3529bdf7ce6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40cee216-05fc-4a21-a63b-3529bdf7ce6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40cee216-05fc-4a21-a63b-3529bdf7ce6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-17f6040c-42f2-4445-8085-bc5d8e2f903d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-17f6040c-42f2-4445-8085-bc5d8e2f903d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17f6040c-42f2-4445-8085-bc5d8e2f903d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-17f6040c-42f2-4445-8085-bc5d8e2f903d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-17f6040c-42f2-4445-8085-bc5d8e2f903d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-17f6040c-42f2-4445-8085-bc5d8e2f903d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-17f6040c-42f2-4445-8085-bc5d8e2f903d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-17f6040c-42f2-4445-8085-bc5d8e2f903d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-301982c3-9935-4cb2-a16c-3a9f130694de {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-301982c3-9935-4cb2-a16c-3a9f130694de {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-content {
  
    align-items: center;
  
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-301982c3-9935-4cb2-a16c-3a9f130694de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
      position: relative;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-301982c3-9935-4cb2-a16c-3a9f130694de {
  
  
  
  
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-content {
  
    align-items: center;
  
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-301982c3-9935-4cb2-a16c-3a9f130694de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
      position: relative;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-301982c3-9935-4cb2-a16c-3a9f130694de {
  
  
  
  
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-content {
  
    align-items: center;
  
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-301982c3-9935-4cb2-a16c-3a9f130694de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
      position: relative;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-301982c3-9935-4cb2-a16c-3a9f130694de {
  
  
  
  
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-content {
  
    align-items: center;
  
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-301982c3-9935-4cb2-a16c-3a9f130694de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
      position: relative;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-301982c3-9935-4cb2-a16c-3a9f130694de {
  
  
  
  
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-301982c3-9935-4cb2-a16c-3a9f130694de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-301982c3-9935-4cb2-a16c-3a9f130694de .shogun-image-content {
  
    align-items: center;
  
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-301982c3-9935-4cb2-a16c-3a9f130694de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container {
      position: relative;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-301982c3-9935-4cb2-a16c-3a9f130694de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-66ea0da9-2db1-4d4c-93dd-8547877bb82e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-66ea0da9-2db1-4d4c-93dd-8547877bb82e {
  text-align: center;
}
}
#s-66ea0da9-2db1-4d4c-93dd-8547877bb82e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-66ea0da9-2db1-4d4c-93dd-8547877bb82e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-affa39f0-37e2-4d2b-bb9b-1a47b2bad52c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
      position: relative;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  
  
  
  
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
      position: relative;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  
  
  
  
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
      position: relative;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  
  
  
  
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
      position: relative;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  
  
  
  
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container {
      position: relative;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bea6dacd-9cf4-4cdc-8d47-ea8f37af4254 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-2d451648-43fd-4137-bc15-1e7bf9d4c5ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2d451648-43fd-4137-bc15-1e7bf9d4c5ac {
  text-align: center;
}
}
#s-2d451648-43fd-4137-bc15-1e7bf9d4c5ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-2d451648-43fd-4137-bc15-1e7bf9d4c5ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-26597e7d-0b70-4772-b81d-9b156eec7e29 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-26597e7d-0b70-4772-b81d-9b156eec7e29 {
  display: none;
}
#s-26597e7d-0b70-4772-b81d-9b156eec7e29, #wrap-s-26597e7d-0b70-4772-b81d-9b156eec7e29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26597e7d-0b70-4772-b81d-9b156eec7e29 {
  display: none;
}
#s-26597e7d-0b70-4772-b81d-9b156eec7e29, #wrap-s-26597e7d-0b70-4772-b81d-9b156eec7e29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26597e7d-0b70-4772-b81d-9b156eec7e29 {
  display: none;
}
#s-26597e7d-0b70-4772-b81d-9b156eec7e29, #wrap-s-26597e7d-0b70-4772-b81d-9b156eec7e29 { display: none !important; }}@media (max-width: 767px){#s-26597e7d-0b70-4772-b81d-9b156eec7e29 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-26597e7d-0b70-4772-b81d-9b156eec7e29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-26597e7d-0b70-4772-b81d-9b156eec7e29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26597e7d-0b70-4772-b81d-9b156eec7e29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26597e7d-0b70-4772-b81d-9b156eec7e29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ffe0ea7f-cb6e-40a4-a80f-3f7a73a75e6f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
      position: relative;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  
  
  
  
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
      position: relative;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  
  
  
  
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
      position: relative;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  
  
  
  
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
      position: relative;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  
  
  
  
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-3cfa4e39-9958-4cdc-a124-44e35e540710 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container {
      position: relative;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cfa4e39-9958-4cdc-a124-44e35e540710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-c9cb874c-a769-423d-8831-99a27de1873c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c9cb874c-a769-423d-8831-99a27de1873c {
  text-align: center;
}
}
#s-c9cb874c-a769-423d-8831-99a27de1873c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-c9cb874c-a769-423d-8831-99a27de1873c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f099fd2d-d9d7-4ba5-ab73-a2321882c96f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-content {
  
    align-items: center;
  
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-879f1414-972e-4ecb-b16a-662fb0312c28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
      position: relative;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  
  
  
  
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-content {
  
    align-items: center;
  
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-879f1414-972e-4ecb-b16a-662fb0312c28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
      position: relative;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  
  
  
  
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-content {
  
    align-items: center;
  
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-879f1414-972e-4ecb-b16a-662fb0312c28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
      position: relative;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  
  
  
  
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-content {
  
    align-items: center;
  
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-879f1414-972e-4ecb-b16a-662fb0312c28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
      position: relative;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  
  
  
  
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-879f1414-972e-4ecb-b16a-662fb0312c28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-879f1414-972e-4ecb-b16a-662fb0312c28 .shogun-image-content {
  
    align-items: center;
  
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-879f1414-972e-4ecb-b16a-662fb0312c28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container {
      position: relative;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-879f1414-972e-4ecb-b16a-662fb0312c28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-892851bf-6037-4e58-8373-7c5082f3fb59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-892851bf-6037-4e58-8373-7c5082f3fb59 {
  text-align: center;
}
}
#s-892851bf-6037-4e58-8373-7c5082f3fb59 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-892851bf-6037-4e58-8373-7c5082f3fb59 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(0, 172, 78, 1);
}
@media (min-width: 1200px){#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 {
  display: none;
}
#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65, #wrap-s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 {
  display: none;
}
#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65, #wrap-s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 {
  display: none;
}
#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65, #wrap-s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 { display: none !important; }}@media (max-width: 767px){#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 {
  padding-top: 15px;
padding-bottom: 15px;
}
}







#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b63aec19-69ed-4f83-8bc6-8c6d6ca37d65.shg-box.shg-c {
  justify-content: center;
}

#s-5f80ce56-76e9-4fb0-a8f9-4325234b811b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5f80ce56-76e9-4fb0-a8f9-4325234b811b {
  display: none;
}
#s-5f80ce56-76e9-4fb0-a8f9-4325234b811b, #wrap-s-5f80ce56-76e9-4fb0-a8f9-4325234b811b { display: none !important; }}
@media (min-width: 0px) {
[id="s-5f80ce56-76e9-4fb0-a8f9-4325234b811b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5f80ce56-76e9-4fb0-a8f9-4325234b811b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f80ce56-76e9-4fb0-a8f9-4325234b811b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f80ce56-76e9-4fb0-a8f9-4325234b811b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ebd05c6b-3bf7-4a47-9194-935aa3e556bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd67677-023f-4880-8c1b-52fbf6be321f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
      position: relative;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  
  
  
  
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd67677-023f-4880-8c1b-52fbf6be321f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
      position: relative;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  
  
  
  
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd67677-023f-4880-8c1b-52fbf6be321f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
      position: relative;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  
  
  
  
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd67677-023f-4880-8c1b-52fbf6be321f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
      position: relative;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  
  
  
  
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cd67677-023f-4880-8c1b-52fbf6be321f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4cd67677-023f-4880-8c1b-52fbf6be321f .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd67677-023f-4880-8c1b-52fbf6be321f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container {
      position: relative;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd67677-023f-4880-8c1b-52fbf6be321f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-fc0f2538-7590-4cf7-8629-539112081e18 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fc0f2538-7590-4cf7-8629-539112081e18 {
  text-align: center;
}
}
#s-fc0f2538-7590-4cf7-8629-539112081e18 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fc0f2538-7590-4cf7-8629-539112081e18 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-fc0f2538-7590-4cf7-8629-539112081e18 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-76625148-55f1-4777-b28e-287f24c83603 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-76625148-55f1-4777-b28e-287f24c83603"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76625148-55f1-4777-b28e-287f24c83603"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-76625148-55f1-4777-b28e-287f24c83603"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-76625148-55f1-4777-b28e-287f24c83603"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-76625148-55f1-4777-b28e-287f24c83603"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-76625148-55f1-4777-b28e-287f24c83603"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-76625148-55f1-4777-b28e-287f24c83603"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-content {
  
    align-items: center;
  
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
      position: relative;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  
  
  
  
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-content {
  
    align-items: center;
  
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
      position: relative;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  
  
  
  
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-content {
  
    align-items: center;
  
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
      position: relative;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  
  
  
  
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-content {
  
    align-items: center;
  
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
      position: relative;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  
  
  
  
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41e13c86-6d0b-49e9-9cbc-39929148c644 .shogun-image-content {
  
    align-items: center;
  
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container {
      position: relative;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41e13c86-6d0b-49e9-9cbc-39929148c644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-392d694c-3366-4d24-961d-ed71264d6396 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-392d694c-3366-4d24-961d-ed71264d6396 {
  text-align: center;
}
}
#s-392d694c-3366-4d24-961d-ed71264d6396 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-392d694c-3366-4d24-961d-ed71264d6396 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-392d694c-3366-4d24-961d-ed71264d6396 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-a2e7e27e-e08e-467a-85c8-147f4db32369 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a2e7e27e-e08e-467a-85c8-147f4db32369"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2e7e27e-e08e-467a-85c8-147f4db32369"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2e7e27e-e08e-467a-85c8-147f4db32369"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a2e7e27e-e08e-467a-85c8-147f4db32369"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2e7e27e-e08e-467a-85c8-147f4db32369"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2e7e27e-e08e-467a-85c8-147f4db32369"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2e7e27e-e08e-467a-85c8-147f4db32369"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
      position: relative;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  
  
  
  
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
      position: relative;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  
  
  
  
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
      position: relative;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  
  
  
  
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
      position: relative;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  
  
  
  
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-5eba0854-da5c-42e4-9531-d1fe992d13e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container {
      position: relative;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5eba0854-da5c-42e4-9531-d1fe992d13e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c41ff268-021d-4ce7-9bbd-9768d4fb5f8c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c41ff268-021d-4ce7-9bbd-9768d4fb5f8c {
  text-align: center;
}
}
#s-c41ff268-021d-4ce7-9bbd-9768d4fb5f8c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c41ff268-021d-4ce7-9bbd-9768d4fb5f8c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-21de3f70-36b6-4304-8502-cc922ecb63a4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-21de3f70-36b6-4304-8502-cc922ecb63a4 {
  display: none;
}
#s-21de3f70-36b6-4304-8502-cc922ecb63a4, #wrap-s-21de3f70-36b6-4304-8502-cc922ecb63a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21de3f70-36b6-4304-8502-cc922ecb63a4 {
  display: none;
}
#s-21de3f70-36b6-4304-8502-cc922ecb63a4, #wrap-s-21de3f70-36b6-4304-8502-cc922ecb63a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21de3f70-36b6-4304-8502-cc922ecb63a4 {
  display: none;
}
#s-21de3f70-36b6-4304-8502-cc922ecb63a4, #wrap-s-21de3f70-36b6-4304-8502-cc922ecb63a4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-21de3f70-36b6-4304-8502-cc922ecb63a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-21de3f70-36b6-4304-8502-cc922ecb63a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21de3f70-36b6-4304-8502-cc922ecb63a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21de3f70-36b6-4304-8502-cc922ecb63a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9b6a390a-029a-4f68-8e91-498c630871c9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9b6a390a-029a-4f68-8e91-498c630871c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b6a390a-029a-4f68-8e91-498c630871c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9b6a390a-029a-4f68-8e91-498c630871c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9b6a390a-029a-4f68-8e91-498c630871c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9b6a390a-029a-4f68-8e91-498c630871c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b6a390a-029a-4f68-8e91-498c630871c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9b6a390a-029a-4f68-8e91-498c630871c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
      position: relative;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  
  
  
  
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
      position: relative;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  
  
  
  
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
      position: relative;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  
  
  
  
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
      position: relative;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  
  
  
  
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-521a6d71-4937-46c9-9bc1-5324df81b0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container {
      position: relative;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-521a6d71-4937-46c9-9bc1-5324df81b0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-74823276-d655-4808-bae2-8bd4d454a57f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-74823276-d655-4808-bae2-8bd4d454a57f {
  text-align: center;
}
}
#s-74823276-d655-4808-bae2-8bd4d454a57f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-74823276-d655-4808-bae2-8bd4d454a57f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c3ec6b1-034b-4f76-808c-b5ecc02f8c37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
      position: relative;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  
  
  
  
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
      position: relative;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  
  
  
  
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
      position: relative;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  
  
  
  
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
      position: relative;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  
  
  
  
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container {
      position: relative;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c9f8a99-d72a-4edc-89c1-8800da71a6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-822ff09e-3b1f-4b8d-804d-db6ec6964821 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-822ff09e-3b1f-4b8d-804d-db6ec6964821 {
  text-align: center;
}
}
#s-822ff09e-3b1f-4b8d-804d-db6ec6964821 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-822ff09e-3b1f-4b8d-804d-db6ec6964821 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-d8bf9aef-218f-4bbc-a880-0e14448d9506 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d8bf9aef-218f-4bbc-a880-0e14448d9506 {
  display: none;
}
#s-d8bf9aef-218f-4bbc-a880-0e14448d9506, #wrap-s-d8bf9aef-218f-4bbc-a880-0e14448d9506 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d8bf9aef-218f-4bbc-a880-0e14448d9506"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d8bf9aef-218f-4bbc-a880-0e14448d9506"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8bf9aef-218f-4bbc-a880-0e14448d9506"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8bf9aef-218f-4bbc-a880-0e14448d9506"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7956c411-a7e6-47ed-973b-af0808715075 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7956c411-a7e6-47ed-973b-af0808715075"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7956c411-a7e6-47ed-973b-af0808715075"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7956c411-a7e6-47ed-973b-af0808715075"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7956c411-a7e6-47ed-973b-af0808715075"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7956c411-a7e6-47ed-973b-af0808715075"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7956c411-a7e6-47ed-973b-af0808715075"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7956c411-a7e6-47ed-973b-af0808715075"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-content {
  
    align-items: center;
  
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff774e5f-59ee-4979-b6c9-f16152936afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
      position: relative;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  
  
  
  
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-content {
  
    align-items: center;
  
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff774e5f-59ee-4979-b6c9-f16152936afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
      position: relative;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  
  
  
  
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-content {
  
    align-items: center;
  
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff774e5f-59ee-4979-b6c9-f16152936afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
      position: relative;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  
  
  
  
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-content {
  
    align-items: center;
  
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff774e5f-59ee-4979-b6c9-f16152936afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
      position: relative;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  
  
  
  
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff774e5f-59ee-4979-b6c9-f16152936afd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-ff774e5f-59ee-4979-b6c9-f16152936afd .shogun-image-content {
  
    align-items: center;
  
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff774e5f-59ee-4979-b6c9-f16152936afd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container {
      position: relative;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff774e5f-59ee-4979-b6c9-f16152936afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-bd7d9589-0573-4f93-a4d9-7b7b9d0bc126 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-bd7d9589-0573-4f93-a4d9-7b7b9d0bc126 {
  text-align: center;
}
}
#s-bd7d9589-0573-4f93-a4d9-7b7b9d0bc126 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bd7d9589-0573-4f93-a4d9-7b7b9d0bc126 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-bd7d9589-0573-4f93-a4d9-7b7b9d0bc126 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d03f0009-9c80-4771-aac7-35074083397d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d03f0009-9c80-4771-aac7-35074083397d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d03f0009-9c80-4771-aac7-35074083397d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d03f0009-9c80-4771-aac7-35074083397d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d03f0009-9c80-4771-aac7-35074083397d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d03f0009-9c80-4771-aac7-35074083397d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d03f0009-9c80-4771-aac7-35074083397d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d03f0009-9c80-4771-aac7-35074083397d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-content {
  
    align-items: center;
  
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
      position: relative;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  
  
  
  
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-content {
  
    align-items: center;
  
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
      position: relative;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  
  
  
  
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-content {
  
    align-items: center;
  
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
      position: relative;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  
  
  
  
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-content {
  
    align-items: center;
  
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
      position: relative;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  
  
  
  
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb .shogun-image-content {
  
    align-items: center;
  
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container {
      position: relative;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f2e2b4-3993-4d58-83e3-c88f25a915bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-4dee7747-5acb-49b9-b76d-d359265cdae6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4dee7747-5acb-49b9-b76d-d359265cdae6 {
  text-align: center;
}
}
#s-4dee7747-5acb-49b9-b76d-d359265cdae6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4dee7747-5acb-49b9-b76d-d359265cdae6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-4dee7747-5acb-49b9-b76d-d359265cdae6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-48b9b937-5014-4610-a11f-acc6de9eefdc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-48b9b937-5014-4610-a11f-acc6de9eefdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48b9b937-5014-4610-a11f-acc6de9eefdc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-48b9b937-5014-4610-a11f-acc6de9eefdc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-48b9b937-5014-4610-a11f-acc6de9eefdc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-48b9b937-5014-4610-a11f-acc6de9eefdc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-48b9b937-5014-4610-a11f-acc6de9eefdc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-48b9b937-5014-4610-a11f-acc6de9eefdc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-content {
  
    align-items: center;
  
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d54fdae5-4098-42b5-ad0d-a49517181570 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
      position: relative;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  
  
  
  
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-content {
  
    align-items: center;
  
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d54fdae5-4098-42b5-ad0d-a49517181570 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
      position: relative;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  
  
  
  
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-content {
  
    align-items: center;
  
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d54fdae5-4098-42b5-ad0d-a49517181570 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
      position: relative;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  
  
  
  
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-content {
  
    align-items: center;
  
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d54fdae5-4098-42b5-ad0d-a49517181570 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
      position: relative;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  
  
  
  
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d54fdae5-4098-42b5-ad0d-a49517181570 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d54fdae5-4098-42b5-ad0d-a49517181570 .shogun-image-content {
  
    align-items: center;
  
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d54fdae5-4098-42b5-ad0d-a49517181570 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container {
      position: relative;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d54fdae5-4098-42b5-ad0d-a49517181570 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f84588e2-9876-4861-9c65-64f7041a48e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f84588e2-9876-4861-9c65-64f7041a48e0 {
  text-align: center;
}
}
#s-f84588e2-9876-4861-9c65-64f7041a48e0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f84588e2-9876-4861-9c65-64f7041a48e0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-f84588e2-9876-4861-9c65-64f7041a48e0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc {
  display: none;
}
#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc, #wrap-s-6630602d-9fd3-472b-abcd-1dcf30dc56dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc {
  display: none;
}
#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc, #wrap-s-6630602d-9fd3-472b-abcd-1dcf30dc56dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc {
  display: none;
}
#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc, #wrap-s-6630602d-9fd3-472b-abcd-1dcf30dc56dc { display: none !important; }}@media (max-width: 767px){#s-6630602d-9fd3-472b-abcd-1dcf30dc56dc {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-6630602d-9fd3-472b-abcd-1dcf30dc56dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6630602d-9fd3-472b-abcd-1dcf30dc56dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6630602d-9fd3-472b-abcd-1dcf30dc56dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6630602d-9fd3-472b-abcd-1dcf30dc56dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e3786ff9-c5a0-4730-af3d-665967b559a0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e3786ff9-c5a0-4730-af3d-665967b559a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3786ff9-c5a0-4730-af3d-665967b559a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3786ff9-c5a0-4730-af3d-665967b559a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e3786ff9-c5a0-4730-af3d-665967b559a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3786ff9-c5a0-4730-af3d-665967b559a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3786ff9-c5a0-4730-af3d-665967b559a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3786ff9-c5a0-4730-af3d-665967b559a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
      position: relative;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  
  
  
  
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
      position: relative;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  
  
  
  
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
      position: relative;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  
  
  
  
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
      position: relative;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  
  
  
  
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container {
      position: relative;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8f94e3-ca5c-4c69-9e44-bbbb7f0e838f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-faca9d6c-c2e9-4e5b-9fd0-36437b3f4f52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-faca9d6c-c2e9-4e5b-9fd0-36437b3f4f52 {
  text-align: center;
}
}
#s-faca9d6c-c2e9-4e5b-9fd0-36437b3f4f52 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-faca9d6c-c2e9-4e5b-9fd0-36437b3f4f52 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-03cf5549-330d-42f1-854a-44e58ee3ee21 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-03cf5549-330d-42f1-854a-44e58ee3ee21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03cf5549-330d-42f1-854a-44e58ee3ee21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-03cf5549-330d-42f1-854a-44e58ee3ee21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-03cf5549-330d-42f1-854a-44e58ee3ee21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-03cf5549-330d-42f1-854a-44e58ee3ee21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-03cf5549-330d-42f1-854a-44e58ee3ee21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-03cf5549-330d-42f1-854a-44e58ee3ee21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad06002e-a558-4ff4-89d8-6735e9853713 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
      position: relative;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  
  
  
  
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad06002e-a558-4ff4-89d8-6735e9853713 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
      position: relative;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  
  
  
  
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad06002e-a558-4ff4-89d8-6735e9853713 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
      position: relative;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  
  
  
  
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad06002e-a558-4ff4-89d8-6735e9853713 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
      position: relative;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  
  
  
  
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad06002e-a558-4ff4-89d8-6735e9853713 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-ad06002e-a558-4ff4-89d8-6735e9853713 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad06002e-a558-4ff4-89d8-6735e9853713 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container {
      position: relative;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad06002e-a558-4ff4-89d8-6735e9853713 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-8a45637a-0523-4174-b98e-7bb34a8b0693 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8a45637a-0523-4174-b98e-7bb34a8b0693 {
  text-align: center;
}
}
#s-8a45637a-0523-4174-b98e-7bb34a8b0693 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-8a45637a-0523-4174-b98e-7bb34a8b0693 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-d2c3fc3e-7568-47f6-9806-6ddff2277687 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d2c3fc3e-7568-47f6-9806-6ddff2277687 {
  display: none;
}
#s-d2c3fc3e-7568-47f6-9806-6ddff2277687, #wrap-s-d2c3fc3e-7568-47f6-9806-6ddff2277687 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2c3fc3e-7568-47f6-9806-6ddff2277687 {
  display: none;
}
#s-d2c3fc3e-7568-47f6-9806-6ddff2277687, #wrap-s-d2c3fc3e-7568-47f6-9806-6ddff2277687 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2c3fc3e-7568-47f6-9806-6ddff2277687 {
  display: none;
}
#s-d2c3fc3e-7568-47f6-9806-6ddff2277687, #wrap-s-d2c3fc3e-7568-47f6-9806-6ddff2277687 { display: none !important; }}@media (max-width: 767px){#s-d2c3fc3e-7568-47f6-9806-6ddff2277687 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d2c3fc3e-7568-47f6-9806-6ddff2277687"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2c3fc3e-7568-47f6-9806-6ddff2277687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2c3fc3e-7568-47f6-9806-6ddff2277687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2c3fc3e-7568-47f6-9806-6ddff2277687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-214d452e-1616-42e5-8344-770ede3156fd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-214d452e-1616-42e5-8344-770ede3156fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-214d452e-1616-42e5-8344-770ede3156fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-214d452e-1616-42e5-8344-770ede3156fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-214d452e-1616-42e5-8344-770ede3156fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-214d452e-1616-42e5-8344-770ede3156fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-214d452e-1616-42e5-8344-770ede3156fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-214d452e-1616-42e5-8344-770ede3156fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
      position: relative;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  
  
  
  
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
      position: relative;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  
  
  
  
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
      position: relative;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  
  
  
  
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
      position: relative;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  
  
  
  
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d .shogun-image-content {
  
    align-items: center;
  
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container {
      position: relative;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe46fd9-8c44-4ab8-9d22-56cc7a1c789d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-369d3ca5-2fc4-42fd-ab6a-dfe59b7f5792 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-369d3ca5-2fc4-42fd-ab6a-dfe59b7f5792 {
  text-align: center;
}
}
#s-369d3ca5-2fc4-42fd-ab6a-dfe59b7f5792 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-369d3ca5-2fc4-42fd-ab6a-dfe59b7f5792 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-da6d1183-285d-4afa-9037-95102cbcf107 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-da6d1183-285d-4afa-9037-95102cbcf107"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da6d1183-285d-4afa-9037-95102cbcf107"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-da6d1183-285d-4afa-9037-95102cbcf107"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-da6d1183-285d-4afa-9037-95102cbcf107"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-da6d1183-285d-4afa-9037-95102cbcf107"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-da6d1183-285d-4afa-9037-95102cbcf107"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-da6d1183-285d-4afa-9037-95102cbcf107"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
      position: relative;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  
  
  
  
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
      position: relative;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  
  
  
  
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
      position: relative;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  
  
  
  
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
      position: relative;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

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

.shg-image-margin-container-s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  
  
  
  
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 75px;
  }



  img.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container {
      position: relative;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3dcc2040-7b20-44ee-a7ed-2e1b67dab3e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-d5295b91-5ead-4f94-be72-438b71b1429e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d5295b91-5ead-4f94-be72-438b71b1429e {
  text-align: center;
}
}
#s-d5295b91-5ead-4f94-be72-438b71b1429e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-d5295b91-5ead-4f94-be72-438b71b1429e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-51a2716d-28d2-4ce5-bc2c-58e16118af9e {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-51a2716d-28d2-4ce5-bc2c-58e16118af9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51a2716d-28d2-4ce5-bc2c-58e16118af9e.shg-box.shg-c {
  justify-content: center;
}

#s-04c025b5-1a67-4d1e-9668-8f5443cc9c7d {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 33px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-04c025b5-1a67-4d1e-9668-8f5443cc9c7d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
}
}
#s-04c025b5-1a67-4d1e-9668-8f5443cc9c7d .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-04c025b5-1a67-4d1e-9668-8f5443cc9c7d .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-52b83367-7069-4bbb-bdde-a1dc8db13bfd {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-52b83367-7069-4bbb-bdde-a1dc8db13bfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52b83367-7069-4bbb-bdde-a1dc8db13bfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52b83367-7069-4bbb-bdde-a1dc8db13bfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52b83367-7069-4bbb-bdde-a1dc8db13bfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2ba7cf27-f7b5-4907-a2e9-e29bf996bd5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ba7cf27-f7b5-4907-a2e9-e29bf996bd5e .shogun-heading-component h1 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  margin-left: auto;
margin-right: auto;
max-width: 796px;
text-align: center;
}



.shg-image-margin-container-s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  margin: 0 !important;
}





  img.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
    
    
    
    max-height: 796px;
  }


.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  
  
  
  
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  margin: 0 !important;
}





  img.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
    
    
    
    max-height: 796px;
  }


.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  
  
  
  
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  margin: 0 !important;
}





  img.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
    
    
    
    max-height: 796px;
  }


.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  
  
  
  
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  margin: 0 !important;
}





  img.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
    
    
    
    max-height: 796px;
  }


.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  
  
  
  
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f {
  margin: 0 !important;
}





  img.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
    
    
    
    max-height: 796px;
  }


.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4681a4b-dbaa-4ebb-86ca-254989160a4f.shogun-image {
  box-sizing: border-box;
}




}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 400;
  font-family: "Montserrat";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0-root {
    text-align: center;
  }


#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0-root {
    text-align: center;
  }


#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0-root {
    text-align: center;
  }


#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0-root {
    text-align: center;
  }


#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0-root {
    text-align: center;
  }


#s-599c5e52-51e0-4e02-9621-8e17c0b7f5b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6d75242a-c87d-4714-b427-ce631b81f684 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6d75242a-c87d-4714-b427-ce631b81f684 {
  margin-top: 25px;
}
}
#s-6d75242a-c87d-4714-b427-ce631b81f684 .shogun-heading-component h1 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  margin: 0 !important;
}





  img.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  
  
  
  
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  margin: 0 !important;
}





  img.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  
  
  
  
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  margin: 0 !important;
}





  img.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  
  
  
  
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  margin: 0 !important;
}





  img.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  
  
  
  
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 {
  margin: 0 !important;
}





  img.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda2836-ed1d-4fcf-b22d-079f3f2ea772.shogun-image {
  box-sizing: border-box;
}




}
#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15c495bc-7940-4945-97ad-2f2ef1bacfe8-root {
    text-align: center;
  }


#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15c495bc-7940-4945-97ad-2f2ef1bacfe8-root {
    text-align: center;
  }


#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15c495bc-7940-4945-97ad-2f2ef1bacfe8-root {
    text-align: center;
  }


#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15c495bc-7940-4945-97ad-2f2ef1bacfe8-root {
    text-align: center;
  }


#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15c495bc-7940-4945-97ad-2f2ef1bacfe8-root {
    text-align: center;
  }


#s-15c495bc-7940-4945-97ad-2f2ef1bacfe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f6c61c88-0d1f-447a-a9dd-96c2917e26db {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f6c61c88-0d1f-447a-a9dd-96c2917e26db {
  margin-top: 25px;
}
}
#s-f6c61c88-0d1f-447a-a9dd-96c2917e26db .shogun-heading-component h1 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}



.shg-image-margin-container-s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  margin: 0 !important;
}





  img.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6189767b-382f-436c-8dbf-90d3ea98b045 .shogun-image-content {
  
    align-items: center;
  
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  
  
  
  
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  margin: 0 !important;
}





  img.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6189767b-382f-436c-8dbf-90d3ea98b045 .shogun-image-content {
  
    align-items: center;
  
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  
  
  
  
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  margin: 0 !important;
}





  img.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6189767b-382f-436c-8dbf-90d3ea98b045 .shogun-image-content {
  
    align-items: center;
  
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  
  
  
  
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  margin: 0 !important;
}





  img.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6189767b-382f-436c-8dbf-90d3ea98b045 .shogun-image-content {
  
    align-items: center;
  
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  
  
  
  
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045 {
  margin: 0 !important;
}





  img.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-6189767b-382f-436c-8dbf-90d3ea98b045 .shogun-image-content {
  
    align-items: center;
  
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6189767b-382f-436c-8dbf-90d3ea98b045.shogun-image {
  box-sizing: border-box;
}




}
#s-68f05353-ac3a-42e3-b623-64b734b11638 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68f05353-ac3a-42e3-b623-64b734b11638:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68f05353-ac3a-42e3-b623-64b734b11638:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68f05353-ac3a-42e3-b623-64b734b11638-root {
    text-align: center;
  }


#s-68f05353-ac3a-42e3-b623-64b734b11638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68f05353-ac3a-42e3-b623-64b734b11638-root {
    text-align: center;
  }


#s-68f05353-ac3a-42e3-b623-64b734b11638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68f05353-ac3a-42e3-b623-64b734b11638-root {
    text-align: center;
  }


#s-68f05353-ac3a-42e3-b623-64b734b11638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68f05353-ac3a-42e3-b623-64b734b11638-root {
    text-align: center;
  }


#s-68f05353-ac3a-42e3-b623-64b734b11638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68f05353-ac3a-42e3-b623-64b734b11638-root {
    text-align: center;
  }


#s-68f05353-ac3a-42e3-b623-64b734b11638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-4eb4b5b5-c652-4952-b4b4-022270317e69 {
  margin-left: 9%;
margin-right: 9%;
}

#s-4eb4b5b5-c652-4952-b4b4-022270317e69 hr {
  border-top: 2px solid #ddd;
}

#s-569723b3-c29e-4566-91fe-e2ec2c0eab16 {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-569723b3-c29e-4566-91fe-e2ec2c0eab16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-569723b3-c29e-4566-91fe-e2ec2c0eab16.shg-box.shg-c {
  justify-content: center;
}

#s-25456f28-46fb-46a6-8f89-ecefd21f3cd0 {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 33px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-25456f28-46fb-46a6-8f89-ecefd21f3cd0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
}
}
#s-25456f28-46fb-46a6-8f89-ecefd21f3cd0 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-25456f28-46fb-46a6-8f89-ecefd21f3cd0 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-925491a3-3ab2-4132-a4c7-ba6caa618d32 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-925491a3-3ab2-4132-a4c7-ba6caa618d32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-925491a3-3ab2-4132-a4c7-ba6caa618d32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-925491a3-3ab2-4132-a4c7-ba6caa618d32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-925491a3-3ab2-4132-a4c7-ba6caa618d32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c0aa2016-9b7c-49cc-b251-45ac3f92b5df {
  margin-left: auto;
margin-right: auto;
}

#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 {
  max-width:  100%;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 {
  max-width:  100%;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 {
  max-width:  100%;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 {
  max-width:  100%;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 {
  max-width:  100%;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 .shg-image-zoom,
.shg-c#s-a590722c-38fe-4983-bcf3-ce9d31a3a0b7 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 71, 124, 1);
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8357bc7e-752f-4e13-8a6e-41780db714d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8357bc7e-752f-4e13-8a6e-41780db714d3 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7-atc-btn-wrapper {
    text-align: center;
  }


#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7-atc-btn-wrapper {
    text-align: center;
  }


#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7-atc-btn-wrapper {
    text-align: center;
  }


#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7-atc-btn-wrapper {
    text-align: center;
  }


#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7-atc-btn-wrapper {
    text-align: center;
  }


#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ed7d2c86-531c-41a9-bf35-ec85ab6429b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a69c09b4-e507-4e14-8b33-12f21d391274 {
  margin-left: auto;
margin-right: auto;
}

#s-c296cb65-060f-4406-94e2-3f97bdb75561 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 {
  max-width:  100%;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 {
  max-width:  100%;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 {
  max-width:  100%;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 {
  max-width:  100%;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 {
  max-width:  100%;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 .shg-image-zoom,
.shg-c#s-c296cb65-060f-4406-94e2-3f97bdb75561 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e665f020-212c-4bf4-9d80-bcf49cc02ecb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e665f020-212c-4bf4-9d80-bcf49cc02ecb .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c30c503e-538e-498a-925f-d1ebdc026a00:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c30c503e-538e-498a-925f-d1ebdc026a00:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-c30c503e-538e-498a-925f-d1ebdc026a00-atc-btn-wrapper {
    text-align: center;
  }


#s-c30c503e-538e-498a-925f-d1ebdc026a00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c30c503e-538e-498a-925f-d1ebdc026a00-atc-btn-wrapper {
    text-align: center;
  }


#s-c30c503e-538e-498a-925f-d1ebdc026a00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c30c503e-538e-498a-925f-d1ebdc026a00-atc-btn-wrapper {
    text-align: center;
  }


#s-c30c503e-538e-498a-925f-d1ebdc026a00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c30c503e-538e-498a-925f-d1ebdc026a00-atc-btn-wrapper {
    text-align: center;
  }


#s-c30c503e-538e-498a-925f-d1ebdc026a00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c30c503e-538e-498a-925f-d1ebdc026a00-atc-btn-wrapper {
    text-align: center;
  }


#s-c30c503e-538e-498a-925f-d1ebdc026a00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c30c503e-538e-498a-925f-d1ebdc026a00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c2eca1de-b34b-4f94-97a6-a92ea10c5747 {
  margin-left: auto;
margin-right: auto;
}

#s-8f2d0783-48e7-490a-822c-59554e58d20f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f {
  max-width:  100%;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f {
  max-width:  100%;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f {
  max-width:  100%;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f {
  max-width:  100%;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f {
  max-width:  100%;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f .shg-image-zoom,
.shg-c#s-8f2d0783-48e7-490a-822c-59554e58d20f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fff3ed81-04d1-47f5-8a13-bcd270e65273 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fff3ed81-04d1-47f5-8a13-bcd270e65273 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-593cd608-cf52-4321-b105-4ad6fd2ea80e:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-593cd608-cf52-4321-b105-4ad6fd2ea80e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-593cd608-cf52-4321-b105-4ad6fd2ea80e-atc-btn-wrapper {
    text-align: center;
  }


#s-593cd608-cf52-4321-b105-4ad6fd2ea80e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-593cd608-cf52-4321-b105-4ad6fd2ea80e-atc-btn-wrapper {
    text-align: center;
  }


#s-593cd608-cf52-4321-b105-4ad6fd2ea80e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-593cd608-cf52-4321-b105-4ad6fd2ea80e-atc-btn-wrapper {
    text-align: center;
  }


#s-593cd608-cf52-4321-b105-4ad6fd2ea80e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-593cd608-cf52-4321-b105-4ad6fd2ea80e-atc-btn-wrapper {
    text-align: center;
  }


#s-593cd608-cf52-4321-b105-4ad6fd2ea80e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-593cd608-cf52-4321-b105-4ad6fd2ea80e-atc-btn-wrapper {
    text-align: center;
  }


#s-593cd608-cf52-4321-b105-4ad6fd2ea80e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-593cd608-cf52-4321-b105-4ad6fd2ea80e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3d0ac4d0-2106-43e7-a53f-229176d0c777 {
  margin-left: auto;
margin-right: auto;
}

#s-78812eea-ea55-450e-bbdd-106e7dd16f4b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78812eea-ea55-450e-bbdd-106e7dd16f4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-027d588d-a5da-4396-89c9-d9f80b445936 {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-027d588d-a5da-4396-89c9-d9f80b445936 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-445fd24d-fde9-4c0d-a69c-9cad73690c45:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-445fd24d-fde9-4c0d-a69c-9cad73690c45:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-445fd24d-fde9-4c0d-a69c-9cad73690c45-atc-btn-wrapper {
    text-align: center;
  }


#s-445fd24d-fde9-4c0d-a69c-9cad73690c45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-445fd24d-fde9-4c0d-a69c-9cad73690c45-atc-btn-wrapper {
    text-align: center;
  }


#s-445fd24d-fde9-4c0d-a69c-9cad73690c45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-445fd24d-fde9-4c0d-a69c-9cad73690c45-atc-btn-wrapper {
    text-align: center;
  }


#s-445fd24d-fde9-4c0d-a69c-9cad73690c45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-445fd24d-fde9-4c0d-a69c-9cad73690c45-atc-btn-wrapper {
    text-align: center;
  }


#s-445fd24d-fde9-4c0d-a69c-9cad73690c45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-445fd24d-fde9-4c0d-a69c-9cad73690c45-atc-btn-wrapper {
    text-align: center;
  }


#s-445fd24d-fde9-4c0d-a69c-9cad73690c45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-445fd24d-fde9-4c0d-a69c-9cad73690c45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/480x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/960x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/768x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1536x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1024x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/2048x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1200x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/2048x/);
}
#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-dde9f15f-3a95-44cb-8f75-08b72cb42686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dde9f15f-3a95-44cb-8f75-08b72cb42686.shg-box.shg-c {
  justify-content: center;
}

#s-068d5dfb-cf2a-4c7b-ab5a-8ff642aa1651 {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 33px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-068d5dfb-cf2a-4c7b-ab5a-8ff642aa1651 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
}
}
#s-068d5dfb-cf2a-4c7b-ab5a-8ff642aa1651 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-068d5dfb-cf2a-4c7b-ab5a-8ff642aa1651 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-bca092b5-0f93-40e0-b5d3-a7442b70033a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-bca092b5-0f93-40e0-b5d3-a7442b70033a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a > .swiper-button-prev,
#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a > .swiper-button-next {
  
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a > .swiper-button-prev svg,
#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-bca092b5-0f93-40e0-b5d3-a7442b70033a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-69841a4c-a801-47d8-85be-32a55119be0e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-69841a4c-a801-47d8-85be-32a55119be0e {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-69841a4c-a801-47d8-85be-32a55119be0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69841a4c-a801-47d8-85be-32a55119be0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69841a4c-a801-47d8-85be-32a55119be0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69841a4c-a801-47d8-85be-32a55119be0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-964096a9-7250-437d-a677-c6e31d9103e9 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}



.shg-image-margin-container-s-964096a9-7250-437d-a677-c6e31d9103e9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-964096a9-7250-437d-a677-c6e31d9103e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964096a9-7250-437d-a677-c6e31d9103e9 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
      position: relative;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-964096a9-7250-437d-a677-c6e31d9103e9 {
  
  
  
  
}

#s-964096a9-7250-437d-a677-c6e31d9103e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964096a9-7250-437d-a677-c6e31d9103e9 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
      position: relative;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-964096a9-7250-437d-a677-c6e31d9103e9 {
  
  
  
  
}

#s-964096a9-7250-437d-a677-c6e31d9103e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964096a9-7250-437d-a677-c6e31d9103e9 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
      position: relative;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-964096a9-7250-437d-a677-c6e31d9103e9 {
  
  
  
  
}

#s-964096a9-7250-437d-a677-c6e31d9103e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964096a9-7250-437d-a677-c6e31d9103e9 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
      position: relative;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-964096a9-7250-437d-a677-c6e31d9103e9 {
  
  
  
  
}

#s-964096a9-7250-437d-a677-c6e31d9103e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964096a9-7250-437d-a677-c6e31d9103e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-964096a9-7250-437d-a677-c6e31d9103e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964096a9-7250-437d-a677-c6e31d9103e9 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container {
      position: relative;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964096a9-7250-437d-a677-c6e31d9103e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-a7bf3d6c-b364-4064-b1da-1329ef91ccb2 {
  margin-left: auto;
margin-right: auto;
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}



.shg-image-margin-container-s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
      position: relative;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  
  
  
  
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
      position: relative;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  
  
  
  
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
      position: relative;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  
  
  
  
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
      position: relative;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  
  
  
  
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container {
      position: relative;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4fe84c2-c53d-4249-a0c5-d15b3f149058 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ee7fd820-f871-41ea-ab8c-bd6463666943 {
  margin-left: auto;
margin-right: auto;
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}



.shg-image-margin-container-s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
      position: relative;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  
  
  
  
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
      position: relative;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  
  
  
  
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
      position: relative;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  
  
  
  
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
      position: relative;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  
  
  
  
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3d6d9bee-f12b-48c1-8033-137be4d50352 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container {
      position: relative;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d6d9bee-f12b-48c1-8033-137be4d50352 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-15097aa7-6f2d-4816-bda3-19395a580636 {
  margin-left: auto;
margin-right: auto;
}

#s-6467a202-53a3-4149-b33f-8c1a6988a97b {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-6467a202-53a3-4149-b33f-8c1a6988a97b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6467a202-53a3-4149-b33f-8c1a6988a97b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6467a202-53a3-4149-b33f-8c1a6988a97b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6467a202-53a3-4149-b33f-8c1a6988a97b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}



.shg-image-margin-container-s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-content {
  
    align-items: center;
  
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
      position: relative;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  
  
  
  
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-content {
  
    align-items: center;
  
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
      position: relative;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  
  
  
  
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-content {
  
    align-items: center;
  
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
      position: relative;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  
  
  
  
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-content {
  
    align-items: center;
  
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
      position: relative;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  
  
  
  
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe .shogun-image-content {
  
    align-items: center;
  
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container {
      position: relative;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e71a0ca-0df4-46e6-96f8-05d3c1bc0efe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-8d8c70fc-676d-4055-bffb-48daebde24f8 {
  margin-left: auto;
margin-right: auto;
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}



.shg-image-margin-container-s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
      position: relative;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  
  
  
  
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
      position: relative;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  
  
  
  
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
      position: relative;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  
  
  
  
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
      position: relative;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  
  
  
  
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa .shogun-image-content {
  
    align-items: center;
  
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container {
      position: relative;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce09e49-3697-427e-a93e-b5c6b92d30aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-6e031a08-dc6e-4027-b17f-64b924a70db6 {
  margin-left: auto;
margin-right: auto;
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}



.shg-image-margin-container-s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
      position: relative;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  
  
  
  
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
      position: relative;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  
  
  
  
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
      position: relative;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  
  
  
  
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
      position: relative;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  
  
  
  
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e6297a03-fd73-462b-8fcc-1614fb557e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container {
      position: relative;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6297a03-fd73-462b-8fcc-1614fb557e23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-913cfcf6-b367-49d8-85db-254e6999a1f8 {
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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