.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-f8196999-b9af-458a-ae84-dc34484e8063 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f8196999-b9af-458a-ae84-dc34484e8063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8196999-b9af-458a-ae84-dc34484e8063.shg-box.shg-c {
  justify-content: center;
}

#s-05206240-9d62-46ad-a221-09305886f269 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
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-e997ce04-bd95-4a87-aaf3-a41b69b4cc28 {
  margin-top: 50px;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-e997ce04-bd95-4a87-aaf3-a41b69b4cc28 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-e997ce04-bd95-4a87-aaf3-a41b69b4cc28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e997ce04-bd95-4a87-aaf3-a41b69b4cc28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e997ce04-bd95-4a87-aaf3-a41b69b4cc28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e997ce04-bd95-4a87-aaf3-a41b69b4cc28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b9b4860-c57b-4fc5-946c-0b8c7f0aedb2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6b9b4860-c57b-4fc5-946c-0b8c7f0aedb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b9b4860-c57b-4fc5-946c-0b8c7f0aedb2.shg-box.shg-c {
  justify-content: center;
}

.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-2efff12f-9495-413a-8158-3752f5654eaa {
  text-align: left;
}
@media (min-width: 1200px){#s-2efff12f-9495-413a-8158-3752f5654eaa {
  text-align: center;
}
}


.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa {
  max-width:  100%;
}

.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa .shg-image-zoom,
.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa img.shogun-image {
  max-width: 550px !important;
  
}

.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2efff12f-9495-413a-8158-3752f5654eaa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-daa82b19-83aa-4d5a-a3a8-e6808af24513 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-daa82b19-83aa-4d5a-a3a8-e6808af24513 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-daa82b19-83aa-4d5a-a3a8-e6808af24513 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-daa82b19-83aa-4d5a-a3a8-e6808af24513 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-daa82b19-83aa-4d5a-a3a8-e6808af24513 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-daa82b19-83aa-4d5a-a3a8-e6808af24513 .shg-gallery-scroll-button {
  color: rgba(0, 71, 124, 1);
}

#s-daa82b19-83aa-4d5a-a3a8-e6808af24513 .shg-gallery-dot {
  background-color: #FFF;
}

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

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-e4548eff-0828-458e-992f-743f87bd919b {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e4548eff-0828-458e-992f-743f87bd919b {
  display: none;
}
#s-e4548eff-0828-458e-992f-743f87bd919b, #wrap-s-e4548eff-0828-458e-992f-743f87bd919b, #wrap-content-s-e4548eff-0828-458e-992f-743f87bd919b { display: none !important; }}@media (max-width: 767px){#s-e4548eff-0828-458e-992f-743f87bd919b {
  display: none;
}
#s-e4548eff-0828-458e-992f-743f87bd919b, #wrap-s-e4548eff-0828-458e-992f-743f87bd919b, #wrap-content-s-e4548eff-0828-458e-992f-743f87bd919b { display: none !important; }}
#s-af8a857f-57b7-4a94-a815-e03192910304 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be {
  display: none;
}
#s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be, #wrap-s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be, #wrap-content-s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be {
  display: none;
}
#s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be, #wrap-s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be, #wrap-content-s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be { display: none !important; }}@media (max-width: 767px){#s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be {
  display: none;
}
#s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be, #wrap-s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be, #wrap-content-s-4dc2ed66-9ae2-47d5-921d-8e294a4fc8be { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-ba53332f-f68e-45b1-9417-cd815a767f5b {
  margin-top: -14px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
}
@media (min-width: 1200px){#s-ba53332f-f68e-45b1-9417-cd815a767f5b {
  display: none;
}
#s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-content-s-ba53332f-f68e-45b1-9417-cd815a767f5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba53332f-f68e-45b1-9417-cd815a767f5b {
  display: none;
}
#s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-content-s-ba53332f-f68e-45b1-9417-cd815a767f5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba53332f-f68e-45b1-9417-cd815a767f5b {
  display: none;
}
#s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-content-s-ba53332f-f68e-45b1-9417-cd815a767f5b { display: none !important; }}@media (max-width: 767px){#s-ba53332f-f68e-45b1-9417-cd815a767f5b {
  display: none;
}
#s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-s-ba53332f-f68e-45b1-9417-cd815a767f5b, #wrap-content-s-ba53332f-f68e-45b1-9417-cd815a767f5b { display: none !important; }}
#s-ba53332f-f68e-45b1-9417-cd815a767f5b hr {
  border-top: 2px solid #ddd;
}

.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;
  
  
  text-transform: none;
  
  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-43f8f33a-bcc7-4f40-9d2f-3eec2833a636 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636 {
  display: none;
}
#s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636, #wrap-s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636, #wrap-content-s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636 { display: none !important; }}@media (max-width: 767px){#s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636 {
  display: none;
}
#s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636, #wrap-s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636, #wrap-content-s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636 { display: none !important; }}
#s-43f8f33a-bcc7-4f40-9d2f-3eec2833a636 .shogun-heading-component h1 {
  color: rgba(0, 68, 143, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 {
  margin-top: 10px;
margin-left: -8%;
margin-bottom: 10px;
margin-right: -8%;
text-align: left;
}
@media (min-width: 1200px){#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 {
  display: none;
}
#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3, #wrap-s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3, #wrap-content-s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 {
  display: none;
}
#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3, #wrap-s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3, #wrap-content-s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-b4327e57-51b3-4ec2-83dc-cc39b7b169c3 .shogun-heading-component h1 {
  color: rgba(0, 68, 143, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-7c7caa52-5f94-473d-a527-cad4cc32897b {
  margin-left: 0%;
margin-right: 0%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c7caa52-5f94-473d-a527-cad4cc32897b {
  display: none;
}
#s-7c7caa52-5f94-473d-a527-cad4cc32897b, #wrap-s-7c7caa52-5f94-473d-a527-cad4cc32897b, #wrap-content-s-7c7caa52-5f94-473d-a527-cad4cc32897b { display: none !important; }}@media (max-width: 767px){#s-7c7caa52-5f94-473d-a527-cad4cc32897b {
  display: none;
}
#s-7c7caa52-5f94-473d-a527-cad4cc32897b, #wrap-s-7c7caa52-5f94-473d-a527-cad4cc32897b, #wrap-content-s-7c7caa52-5f94-473d-a527-cad4cc32897b { display: none !important; }}
#s-7c7caa52-5f94-473d-a527-cad4cc32897b .shogun-heading-component h1 {
  color: rgba(0, 68, 143, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d909d39f-4218-459c-844c-8c2c6697c91e {
  margin-left: -8%;
margin-right: -8%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-d909d39f-4218-459c-844c-8c2c6697c91e {
  display: none;
}
#s-d909d39f-4218-459c-844c-8c2c6697c91e, #wrap-s-d909d39f-4218-459c-844c-8c2c6697c91e, #wrap-content-s-d909d39f-4218-459c-844c-8c2c6697c91e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d909d39f-4218-459c-844c-8c2c6697c91e {
  display: none;
}
#s-d909d39f-4218-459c-844c-8c2c6697c91e, #wrap-s-d909d39f-4218-459c-844c-8c2c6697c91e, #wrap-content-s-d909d39f-4218-459c-844c-8c2c6697c91e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d909d39f-4218-459c-844c-8c2c6697c91e {
  margin-left: auto;
margin-right: auto;
}
}
#s-d909d39f-4218-459c-844c-8c2c6697c91e .shogun-heading-component h1 {
  color: rgba(0, 68, 143, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7931ab9f-6431-4278-adf9-e97adeb14f07 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7931ab9f-6431-4278-adf9-e97adeb14f07 {
  margin-left: -8%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-1f1323ec-10d1-4898-8ace-73054e4cd56d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1f1323ec-10d1-4898-8ace-73054e4cd56d {
  margin-left: -7%;
margin-right: -7%;
}
}
#s-293864cd-2dd9-4d4f-8cc0-c0fce44d1958 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-293864cd-2dd9-4d4f-8cc0-c0fce44d1958 {
  margin-left: -7%;
margin-right: -7%;
}
}
.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  
  
  
}

.shg-default-product-description-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

.shg-default-product-description-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-product-description-content ::-moz-selection, .shg-default-product-description-content *::-moz-selection {
  background: #accef7;
}
.shg-default-product-description-content ::selection,
.shg-default-product-description-content *::selection {
  background: #accef7;
}

.shg-default-product-description-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

.shg-default-product-description-content ul,
.shg-default-product-description-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-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

#s-e413c720-2857-4c76-8111-7299281b8468 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e413c720-2857-4c76-8111-7299281b8468 {
  display: none;
}
#s-e413c720-2857-4c76-8111-7299281b8468, #wrap-s-e413c720-2857-4c76-8111-7299281b8468, #wrap-content-s-e413c720-2857-4c76-8111-7299281b8468 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e413c720-2857-4c76-8111-7299281b8468 {
  display: none;
}
#s-e413c720-2857-4c76-8111-7299281b8468, #wrap-s-e413c720-2857-4c76-8111-7299281b8468, #wrap-content-s-e413c720-2857-4c76-8111-7299281b8468 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e413c720-2857-4c76-8111-7299281b8468 {
  display: none;
}
#s-e413c720-2857-4c76-8111-7299281b8468, #wrap-s-e413c720-2857-4c76-8111-7299281b8468, #wrap-content-s-e413c720-2857-4c76-8111-7299281b8468 { display: none !important; }}@media (max-width: 767px){#s-e413c720-2857-4c76-8111-7299281b8468 {
  display: none;
}
#s-e413c720-2857-4c76-8111-7299281b8468, #wrap-s-e413c720-2857-4c76-8111-7299281b8468, #wrap-content-s-e413c720-2857-4c76-8111-7299281b8468 { display: none !important; }}
#s-ec20cc4e-6a49-402b-bee8-14aff74399d1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ec20cc4e-6a49-402b-bee8-14aff74399d1 {
  display: none;
}
#s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-content-s-ec20cc4e-6a49-402b-bee8-14aff74399d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec20cc4e-6a49-402b-bee8-14aff74399d1 {
  display: none;
}
#s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-content-s-ec20cc4e-6a49-402b-bee8-14aff74399d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec20cc4e-6a49-402b-bee8-14aff74399d1 {
  display: none;
}
#s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-content-s-ec20cc4e-6a49-402b-bee8-14aff74399d1 { display: none !important; }}@media (max-width: 767px){#s-ec20cc4e-6a49-402b-bee8-14aff74399d1 {
  display: none;
}
#s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-s-ec20cc4e-6a49-402b-bee8-14aff74399d1, #wrap-content-s-ec20cc4e-6a49-402b-bee8-14aff74399d1 { display: none !important; }}
#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 {
  margin-left: -7%;
margin-right: -7%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 {
  display: none;
}
#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-content-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 {
  display: none;
}
#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-content-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 {
  display: none;
}
#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-content-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 { display: none !important; }}@media (max-width: 767px){#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 {
  display: none;
}
#s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335, #wrap-content-s-30a5fcf4-2b2b-4516-aeab-f23c5bfd0335 { display: none !important; }}
#s-3c1e1a2d-1789-40e4-b564-044b5823b566 {
  margin-left: -7%;
margin-right: -7%;
}
@media (min-width: 1200px){#s-3c1e1a2d-1789-40e4-b564-044b5823b566 {
  display: none;
}
#s-3c1e1a2d-1789-40e4-b564-044b5823b566, #wrap-s-3c1e1a2d-1789-40e4-b564-044b5823b566, #wrap-content-s-3c1e1a2d-1789-40e4-b564-044b5823b566 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c1e1a2d-1789-40e4-b564-044b5823b566 {
  display: none;
}
#s-3c1e1a2d-1789-40e4-b564-044b5823b566, #wrap-s-3c1e1a2d-1789-40e4-b564-044b5823b566, #wrap-content-s-3c1e1a2d-1789-40e4-b564-044b5823b566 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c1e1a2d-1789-40e4-b564-044b5823b566 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3c1e1a2d-1789-40e4-b564-044b5823b566 {
  
}
}
#s-ff351454-534e-4160-a5b0-73417f5d68ed {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-ff351454-534e-4160-a5b0-73417f5d68ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff351454-534e-4160-a5b0-73417f5d68ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff351454-534e-4160-a5b0-73417f5d68ed {
  display: none;
}
#s-ff351454-534e-4160-a5b0-73417f5d68ed, #wrap-s-ff351454-534e-4160-a5b0-73417f5d68ed, #wrap-content-s-ff351454-534e-4160-a5b0-73417f5d68ed { display: none !important; }}@media (max-width: 767px){#s-ff351454-534e-4160-a5b0-73417f5d68ed {
  display: none;
}
#s-ff351454-534e-4160-a5b0-73417f5d68ed, #wrap-s-ff351454-534e-4160-a5b0-73417f5d68ed, #wrap-content-s-ff351454-534e-4160-a5b0-73417f5d68ed { display: none !important; }}
#s-0e84151b-da9b-44de-8983-0b15933a65fb {
  margin-left: 0%;
margin-right: 65%;
padding-right: 8%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0e84151b-da9b-44de-8983-0b15933a65fb {
  margin-right: 54%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e84151b-da9b-44de-8983-0b15933a65fb {
  margin-right: 30%;
}
}@media (max-width: 767px){#s-0e84151b-da9b-44de-8983-0b15933a65fb {
  display: none;
}
#s-0e84151b-da9b-44de-8983-0b15933a65fb, #wrap-s-0e84151b-da9b-44de-8983-0b15933a65fb, #wrap-content-s-0e84151b-da9b-44de-8983-0b15933a65fb { display: none !important; }}
@media (min-width: 0px) {
[id="s-0e84151b-da9b-44de-8983-0b15933a65fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e84151b-da9b-44de-8983-0b15933a65fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e84151b-da9b-44de-8983-0b15933a65fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e84151b-da9b-44de-8983-0b15933a65fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-373de05c-9434-4902-b77f-0a343fbd51ce {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-373de05c-9434-4902-b77f-0a343fbd51ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-373de05c-9434-4902-b77f-0a343fbd51ce {
  
}
}@media (max-width: 767px){#s-373de05c-9434-4902-b77f-0a343fbd51ce {
  
}
}
#s-373de05c-9434-4902-b77f-0a343fbd51ce .shg-proportional-font-size,
#s-373de05c-9434-4902-b77f-0a343fbd51ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8e177a13-b2c3-45bb-84de-33e15b046655 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8e177a13-b2c3-45bb-84de-33e15b046655 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e177a13-b2c3-45bb-84de-33e15b046655 {
  
}
}@media (max-width: 767px){#s-8e177a13-b2c3-45bb-84de-33e15b046655 {
  
}
}
#s-8e177a13-b2c3-45bb-84de-33e15b046655 .shg-proportional-font-size,
#s-8e177a13-b2c3-45bb-84de-33e15b046655 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a {
  margin-left: 25%;
margin-right: 25%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a {
  display: none;
}
#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a, #wrap-s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a, #wrap-content-s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a {
  display: none;
}
#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a, #wrap-s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a, #wrap-content-s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a {
  display: none;
}
#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a, #wrap-s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a, #wrap-content-s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a { display: none !important; }}@media (max-width: 767px){#s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a {
  
}
}
@media (min-width: 0px) {
[id="s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e4925ef-ed7d-453e-a72e-b0995df5eb5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d8995ce1-0883-4d4a-b6b1-f9a98db820c6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d8995ce1-0883-4d4a-b6b1-f9a98db820c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8995ce1-0883-4d4a-b6b1-f9a98db820c6 {
  
}
}@media (max-width: 767px){#s-d8995ce1-0883-4d4a-b6b1-f9a98db820c6 {
  
}
}
#s-d8995ce1-0883-4d4a-b6b1-f9a98db820c6 .shg-proportional-font-size,
#s-d8995ce1-0883-4d4a-b6b1-f9a98db820c6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7b3b79e0-915a-41b5-b3b6-d0fded681e6c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7b3b79e0-915a-41b5-b3b6-d0fded681e6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b3b79e0-915a-41b5-b3b6-d0fded681e6c {
  
}
}@media (max-width: 767px){#s-7b3b79e0-915a-41b5-b3b6-d0fded681e6c {
  
}
}
#s-7b3b79e0-915a-41b5-b3b6-d0fded681e6c .shg-proportional-font-size,
#s-7b3b79e0-915a-41b5-b3b6-d0fded681e6c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4b8537e8-4d61-4413-bd34-caf9ad45445f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4b8537e8-4d61-4413-bd34-caf9ad45445f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b8537e8-4d61-4413-bd34-caf9ad45445f {
  
}
}@media (max-width: 767px){#s-4b8537e8-4d61-4413-bd34-caf9ad45445f {
  display: none;
}
#s-4b8537e8-4d61-4413-bd34-caf9ad45445f, #wrap-s-4b8537e8-4d61-4413-bd34-caf9ad45445f, #wrap-content-s-4b8537e8-4d61-4413-bd34-caf9ad45445f { display: none !important; }}
#s-4b8537e8-4d61-4413-bd34-caf9ad45445f .shg-proportional-font-size,
#s-4b8537e8-4d61-4413-bd34-caf9ad45445f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-efdd4168-fbbe-4a00-b305-80cd6ae97103 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-efdd4168-fbbe-4a00-b305-80cd6ae97103 {
  display: none;
}
#s-efdd4168-fbbe-4a00-b305-80cd6ae97103, #wrap-s-efdd4168-fbbe-4a00-b305-80cd6ae97103, #wrap-content-s-efdd4168-fbbe-4a00-b305-80cd6ae97103 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efdd4168-fbbe-4a00-b305-80cd6ae97103 {
  display: none;
}
#s-efdd4168-fbbe-4a00-b305-80cd6ae97103, #wrap-s-efdd4168-fbbe-4a00-b305-80cd6ae97103, #wrap-content-s-efdd4168-fbbe-4a00-b305-80cd6ae97103 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efdd4168-fbbe-4a00-b305-80cd6ae97103 {
  display: none;
}
#s-efdd4168-fbbe-4a00-b305-80cd6ae97103, #wrap-s-efdd4168-fbbe-4a00-b305-80cd6ae97103, #wrap-content-s-efdd4168-fbbe-4a00-b305-80cd6ae97103 { display: none !important; }}@media (max-width: 767px){#s-efdd4168-fbbe-4a00-b305-80cd6ae97103 {
  
}
}
#s-efdd4168-fbbe-4a00-b305-80cd6ae97103 .shg-proportional-font-size,
#s-efdd4168-fbbe-4a00-b305-80cd6ae97103 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5352791b-502f-49d6-acfb-abed8de4e307 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5352791b-502f-49d6-acfb-abed8de4e307"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5352791b-502f-49d6-acfb-abed8de4e307"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5352791b-502f-49d6-acfb-abed8de4e307"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5352791b-502f-49d6-acfb-abed8de4e307"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5352791b-502f-49d6-acfb-abed8de4e307"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5352791b-502f-49d6-acfb-abed8de4e307"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5352791b-502f-49d6-acfb-abed8de4e307"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-4ef21992-2a5e-4a8f-bd01-52a52f72792e {
  text-align: left;
}

#s-4ef21992-2a5e-4a8f-bd01-52a52f72792e .shg-product-quantity-wrapper {
  display: flex;
}

#s-4ef21992-2a5e-4a8f-bd01-52a52f72792e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4ef21992-2a5e-4a8f-bd01-52a52f72792e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4ef21992-2a5e-4a8f-bd01-52a52f72792e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4ef21992-2a5e-4a8f-bd01-52a52f72792e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7: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-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjBmMjA4MDctODFkMi00YTU0LWI2YjYtNzAyNGE4ODA1M2U0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MGYyMDgwNy04MWQyLTRhNTQtYjZiNi03MDI0YTg4MDUzZTQpIi8+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;}@media (min-width: 768px) and (max-width: 991px){#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  padding-left: 96px;
padding-right: 96px;
}
}@media (max-width: 767px){#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
display: none;
}
#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7, #wrap-s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7, #wrap-content-s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 { display: none !important; }}

  #s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7-atc-btn-wrapper {
    text-align: left;
  }


#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7-atc-btn-wrapper {
    text-align: left;
  }


#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7-atc-btn-wrapper {
    text-align: left;
  }


#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7-atc-btn-wrapper {
    text-align: left;
  }


#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7-atc-btn-wrapper {
    text-align: left;
  }


#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-81cc7dfa-9d25-4cdb-9b8f-4d7928e1c7f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  margin-top: 25px;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf: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-a726a7f5-2d06-473c-8fd8-c72d93af6abf:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjU5ZWJiZDUtYTNkZS00ZTc0LWE5ZGEtZDAyODU4OGU2N2M3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNTllYmJkNS1hM2RlLTRlNzQtYTlkYS1kMDI4NTg4ZTY3YzcpIi8+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;}@media (min-width: 1200px){#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  display: none;
}
#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf, #wrap-s-a726a7f5-2d06-473c-8fd8-c72d93af6abf, #wrap-content-s-a726a7f5-2d06-473c-8fd8-c72d93af6abf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  display: none;
}
#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf, #wrap-s-a726a7f5-2d06-473c-8fd8-c72d93af6abf, #wrap-content-s-a726a7f5-2d06-473c-8fd8-c72d93af6abf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  display: none;
}
#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf, #wrap-s-a726a7f5-2d06-473c-8fd8-c72d93af6abf, #wrap-content-s-a726a7f5-2d06-473c-8fd8-c72d93af6abf { display: none !important; }}@media (max-width: 767px){#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}

  #s-a726a7f5-2d06-473c-8fd8-c72d93af6abf-atc-btn-wrapper {
    text-align: center;
  }


#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a726a7f5-2d06-473c-8fd8-c72d93af6abf-atc-btn-wrapper {
    text-align: center;
  }


#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a726a7f5-2d06-473c-8fd8-c72d93af6abf-atc-btn-wrapper {
    text-align: center;
  }


#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a726a7f5-2d06-473c-8fd8-c72d93af6abf-atc-btn-wrapper {
    text-align: center;
  }


#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a726a7f5-2d06-473c-8fd8-c72d93af6abf-atc-btn-wrapper {
    text-align: center;
  }


#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a726a7f5-2d06-473c-8fd8-c72d93af6abf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0 {
  
}
}@media (max-width: 767px){#s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0 {
  display: none;
}
#s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0, #wrap-s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0, #wrap-content-s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0 { display: none !important; }}
#s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0 .shg-proportional-font-size,
#s-7335a7ae-97bf-4773-8fd5-e19f448f7bb0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c {
  display: none;
}
#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c, #wrap-s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c, #wrap-content-s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c {
  display: none;
}
#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c, #wrap-s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c, #wrap-content-s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c {
  display: none;
}
#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c, #wrap-s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c, #wrap-content-s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c { display: none !important; }}@media (max-width: 767px){#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c {
  
}
}
#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c .shg-proportional-font-size,
#s-43042bdd-0267-4ad8-bd9d-f35ff4c1f63c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-017192ca-b770-4940-8c74-4b6410bbf96a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b1225667-3fdc-4a94-851e-1d4584201f62 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b1225667-3fdc-4a94-851e-1d4584201f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1225667-3fdc-4a94-851e-1d4584201f62.shg-box.shg-c {
  justify-content: center;
}

#s-06f24cd5-cbaf-422d-816c-66a7ff704a89 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-06f24cd5-cbaf-422d-816c-66a7ff704a89 {
  
}
}@media (max-width: 767px){#s-06f24cd5-cbaf-422d-816c-66a7ff704a89 {
  margin-left: -7%;
margin-right: -7%;
}
}
#s-db7ad76e-9e96-41dd-a509-f65455febc9f {
  margin-top: 17px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(248, 250, 250, 1);
}
@media (max-width: 767px){#s-db7ad76e-9e96-41dd-a509-f65455febc9f {
  margin-top: 10px;
padding-top: 25px;
padding-bottom: 25px;
}
}







#s-db7ad76e-9e96-41dd-a509-f65455febc9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db7ad76e-9e96-41dd-a509-f65455febc9f.shg-box.shg-c {
  justify-content: center;
}

#s-f8ef537f-ec9c-465f-84a5-764a7d592294 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f8ef537f-ec9c-465f-84a5-764a7d592294 {
  text-align: left;
}
}@media (max-width: 767px){#s-f8ef537f-ec9c-465f-84a5-764a7d592294 {
  margin-left: -3%;
margin-right: -3%;
text-align: center;
}
}
#s-f8ef537f-ec9c-465f-84a5-764a7d592294 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f8ef537f-ec9c-465f-84a5-764a7d592294 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f8ef537f-ec9c-465f-84a5-764a7d592294 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-5d545cf3-13b2-407a-bcea-a8631b98b5ab {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5d545cf3-13b2-407a-bcea-a8631b98b5ab {
  display: none;
}
#s-5d545cf3-13b2-407a-bcea-a8631b98b5ab, #wrap-s-5d545cf3-13b2-407a-bcea-a8631b98b5ab, #wrap-content-s-5d545cf3-13b2-407a-bcea-a8631b98b5ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-5d545cf3-13b2-407a-bcea-a8631b98b5ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d545cf3-13b2-407a-bcea-a8631b98b5ab"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d545cf3-13b2-407a-bcea-a8631b98b5ab"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d545cf3-13b2-407a-bcea-a8631b98b5ab"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}
@media (max-width: 767px){#s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  display: none;
}
#s-1f960499-dc6c-4f94-89d8-6762c071a105, #wrap-s-1f960499-dc6c-4f94-89d8-6762c071a105, #wrap-content-s-1f960499-dc6c-4f94-89d8-6762c071a105 { display: none !important; }}
#s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
  box-sizing: border-box;
}



.s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f960499-dc6c-4f94-89d8-6762c071a105 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
      position: relative;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
  box-sizing: border-box;
}



.s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f960499-dc6c-4f94-89d8-6762c071a105 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
      position: relative;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
  box-sizing: border-box;
}



.s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f960499-dc6c-4f94-89d8-6762c071a105 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
      position: relative;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
  box-sizing: border-box;
}



.s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f960499-dc6c-4f94-89d8-6762c071a105 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
      position: relative;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f960499-dc6c-4f94-89d8-6762c071a105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f960499-dc6c-4f94-89d8-6762c071a105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-1f960499-dc6c-4f94-89d8-6762c071a105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image {
  box-sizing: border-box;
}



.s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f960499-dc6c-4f94-89d8-6762c071a105 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container {
      position: relative;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f960499-dc6c-4f94-89d8-6762c071a105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}
@media (max-width: 767px){#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  display: none;
}
#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29, #wrap-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29, #wrap-content-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 { display: none !important; }}
#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
  box-sizing: border-box;
}



.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
      position: relative;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
  box-sizing: border-box;
}



.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
      position: relative;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
  box-sizing: border-box;
}



.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
      position: relative;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
  box-sizing: border-box;
}



.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
      position: relative;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image {
  box-sizing: border-box;
}



.s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container {
      position: relative;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51e1c8-b1bd-47db-b12b-61329aca6a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  margin: 0 !important;
  overflow: visible;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add background color handling */
  
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
  box-sizing: border-box;
}



.s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
      position: relative;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  margin: 0 !important;
  overflow: visible;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add background color handling */
  
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
  box-sizing: border-box;
}



.s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
      position: relative;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  margin: 0 !important;
  overflow: visible;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add background color handling */
  
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
  box-sizing: border-box;
}



.s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
      position: relative;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  margin: 0 !important;
  overflow: visible;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add background color handling */
  
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
  box-sizing: border-box;
}



.s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
      position: relative;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  margin: 0 !important;
  overflow: visible;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add background color handling */
  
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-db1dd892-6214-46d0-b228-51ae2f0b7143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image {
  box-sizing: border-box;
}



.s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container {
      position: relative;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1dd892-6214-46d0-b228-51ae2f0b7143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  margin-left: auto;
margin-right: auto;
max-width: 3949px;
aspect-ratio: 2/3;
text-align: center;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  margin: 0 !important;
  overflow: visible;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add background color handling */
  
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3949px;
  }



  img.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
    
    
    
    max-height: 3949px;
  }


.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
  box-sizing: border-box;
}



.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
      position: relative;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3949px;
    }
  }

@media (min-width: 1200px){#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  margin: 0 !important;
  overflow: visible;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add background color handling */
  
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3949px;
  }



  img.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
    
    
    
    max-height: 3949px;
  }


.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
  box-sizing: border-box;
}



.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
      position: relative;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3949px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  margin: 0 !important;
  overflow: visible;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add background color handling */
  
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3949px;
  }



  img.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
    
    
    
    max-height: 3949px;
  }


.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
  box-sizing: border-box;
}



.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
      position: relative;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3949px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  margin: 0 !important;
  overflow: visible;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add background color handling */
  
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3949px;
  }



  img.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
    
    
    
    max-height: 3949px;
  }


.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
  box-sizing: border-box;
}



.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
      position: relative;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3949px;
    }
  }

}@media (max-width: 767px){#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  margin: 0 !important;
  overflow: visible;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add background color handling */
  
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3949px;
  }



  img.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
    
    
    
    max-height: 3949px;
  }


.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image {
  box-sizing: border-box;
}



.s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container {
      position: relative;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64e4060-347b-4bd8-9767-ceb36e2d9854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3949px;
    }
  }

}
#s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
  box-sizing: border-box;
}



.s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
      position: relative;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
  box-sizing: border-box;
}



.s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
      position: relative;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
  box-sizing: border-box;
}



.s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
      position: relative;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
  box-sizing: border-box;
}



.s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
      position: relative;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-b6fe0a24-4257-46fa-9853-0307729fbd36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image {
  box-sizing: border-box;
}



.s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container {
      position: relative;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6fe0a24-4257-46fa-9853-0307729fbd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-4d7fd609-d882-4bd9-81b2-fff894f7024b {
  margin-left: -3%;
margin-right: -3%;
}
}
#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 67, 142, 1);
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 67, 142, 1);
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 67, 142, 1);
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 67, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 30px;
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}@media (max-width: 767px){#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 67, 142, 1);
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 67, 142, 1);
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 67, 142, 1);
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 67, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 20px;
}

#s-4d7fd609-d882-4bd9-81b2-fff894f7024b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-67f8be28-3b29-421c-ac6a-31943ac26d91 {
  margin-left: auto;
margin-right: auto;
}

#s-1cca93ac-8e9c-4c8d-82e3-a440901a5941 {
  margin-left: auto;
margin-right: auto;
}

#s-c6f3419e-1b75-47f8-b251-afb0eb437bde {
  margin-left: auto;
margin-right: auto;
}

#s-b1f3eca5-bded-4bea-b686-b4d297d7934a {
  margin-left: auto;
margin-right: auto;
}

#s-c7030a76-68fa-4e3e-83c5-74352eed38db {
  margin-left: auto;
margin-right: auto;
}

#s-ab9d8692-45dd-437b-beee-bd5be8d0d8fb {
  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, 88, 142, 1);
}
@media (max-width: 767px){#s-ab9d8692-45dd-437b-beee-bd5be8d0d8fb {
  padding-top: 15px;
padding-bottom: 15px;
display: none;
}
#s-ab9d8692-45dd-437b-beee-bd5be8d0d8fb, #wrap-s-ab9d8692-45dd-437b-beee-bd5be8d0d8fb, #wrap-content-s-ab9d8692-45dd-437b-beee-bd5be8d0d8fb { display: none !important; }}







#s-ab9d8692-45dd-437b-beee-bd5be8d0d8fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab9d8692-45dd-437b-beee-bd5be8d0d8fb.shg-box.shg-c {
  justify-content: center;
}

#s-0dace781-96ab-4a0d-afd3-d35b81def422 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0dace781-96ab-4a0d-afd3-d35b81def422 {
  display: none;
}
#s-0dace781-96ab-4a0d-afd3-d35b81def422, #wrap-s-0dace781-96ab-4a0d-afd3-d35b81def422, #wrap-content-s-0dace781-96ab-4a0d-afd3-d35b81def422 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0dace781-96ab-4a0d-afd3-d35b81def422"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0dace781-96ab-4a0d-afd3-d35b81def422"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0dace781-96ab-4a0d-afd3-d35b81def422"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dace781-96ab-4a0d-afd3-d35b81def422"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c315b68-3e8f-4443-9f64-cc8fefe4ee5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  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-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  max-width: 125px;
}
}
#s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  margin: 0 !important;
  overflow: visible;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add background color handling */
  
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
  box-sizing: border-box;
}



.s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
      position: relative;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  margin: 0 !important;
  overflow: visible;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add background color handling */
  
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
  box-sizing: border-box;
}



.s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
      position: relative;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  margin: 0 !important;
  overflow: visible;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add background color handling */
  
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
  box-sizing: border-box;
}



.s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
      position: relative;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  margin: 0 !important;
  overflow: visible;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add background color handling */
  
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
  box-sizing: border-box;
}



.s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
      position: relative;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  margin: 0 !important;
  overflow: visible;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add background color handling */
  
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-782b0c75-e33c-48d8-bc27-2026670a4c8d .shogun-image-content {
  
    justify-content: center;
  
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image {
  box-sizing: border-box;
}



.s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container {
      position: relative;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-782b0c75-e33c-48d8-bc27-2026670a4c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-b039fef3-ba3f-4d23-b4d1-1d682920ae2d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b039fef3-ba3f-4d23-b4d1-1d682920ae2d {
  text-align: center;
}
}
#s-b039fef3-ba3f-4d23-b4d1-1d682920ae2d .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-b039fef3-ba3f-4d23-b4d1-1d682920ae2d .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-b039fef3-ba3f-4d23-b4d1-1d682920ae2d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-23971879-31db-4079-b521-e680399372e8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-23971879-31db-4079-b521-e680399372e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23971879-31db-4079-b521-e680399372e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-23971879-31db-4079-b521-e680399372e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-23971879-31db-4079-b521-e680399372e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-23971879-31db-4079-b521-e680399372e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-23971879-31db-4079-b521-e680399372e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-23971879-31db-4079-b521-e680399372e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
  box-sizing: border-box;
}



.s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
      position: relative;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
  box-sizing: border-box;
}



.s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
      position: relative;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
  box-sizing: border-box;
}



.s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
      position: relative;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
  box-sizing: border-box;
}



.s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
      position: relative;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-49fa2ab9-b538-4715-8931-c12e0c6b074b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image {
  box-sizing: border-box;
}



.s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container {
      position: relative;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49fa2ab9-b538-4715-8931-c12e0c6b074b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-7efec572-6613-44c0-8ba9-18002f865da8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7efec572-6613-44c0-8ba9-18002f865da8 {
  text-align: center;
}
}
#s-7efec572-6613-44c0-8ba9-18002f865da8 .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-7efec572-6613-44c0-8ba9-18002f865da8 .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-7efec572-6613-44c0-8ba9-18002f865da8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-1829c869-8f8a-418c-a00f-fc723d82b12e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1829c869-8f8a-418c-a00f-fc723d82b12e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1829c869-8f8a-418c-a00f-fc723d82b12e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1829c869-8f8a-418c-a00f-fc723d82b12e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1829c869-8f8a-418c-a00f-fc723d82b12e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1829c869-8f8a-418c-a00f-fc723d82b12e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1829c869-8f8a-418c-a00f-fc723d82b12e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1829c869-8f8a-418c-a00f-fc723d82b12e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-472fee24-b995-4026-8c7d-4699c51896af {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-472fee24-b995-4026-8c7d-4699c51896af {
  margin: 0 !important;
  overflow: visible;
}

#s-472fee24-b995-4026-8c7d-4699c51896af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add background color handling */
  
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-content {
  
    justify-content: center;
  
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
  box-sizing: border-box;
}



.s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-472fee24-b995-4026-8c7d-4699c51896af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
      position: relative;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-472fee24-b995-4026-8c7d-4699c51896af {
  margin: 0 !important;
  overflow: visible;
}

#s-472fee24-b995-4026-8c7d-4699c51896af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add background color handling */
  
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-content {
  
    justify-content: center;
  
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
  box-sizing: border-box;
}



.s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-472fee24-b995-4026-8c7d-4699c51896af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
      position: relative;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-472fee24-b995-4026-8c7d-4699c51896af {
  margin: 0 !important;
  overflow: visible;
}

#s-472fee24-b995-4026-8c7d-4699c51896af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add background color handling */
  
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-content {
  
    justify-content: center;
  
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
  box-sizing: border-box;
}



.s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-472fee24-b995-4026-8c7d-4699c51896af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
      position: relative;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-472fee24-b995-4026-8c7d-4699c51896af {
  margin: 0 !important;
  overflow: visible;
}

#s-472fee24-b995-4026-8c7d-4699c51896af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add background color handling */
  
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-content {
  
    justify-content: center;
  
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
  box-sizing: border-box;
}



.s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-472fee24-b995-4026-8c7d-4699c51896af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
      position: relative;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-472fee24-b995-4026-8c7d-4699c51896af {
  margin: 0 !important;
  overflow: visible;
}

#s-472fee24-b995-4026-8c7d-4699c51896af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-472fee24-b995-4026-8c7d-4699c51896af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add background color handling */
  
}

#s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472fee24-b995-4026-8c7d-4699c51896af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-472fee24-b995-4026-8c7d-4699c51896af .shogun-image-content {
  
    justify-content: center;
  
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image {
  box-sizing: border-box;
}



.s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-472fee24-b995-4026-8c7d-4699c51896af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container {
      position: relative;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472fee24-b995-4026-8c7d-4699c51896af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-9e2ac4b2-252c-4975-864b-e1fe4dca77a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9e2ac4b2-252c-4975-864b-e1fe4dca77a8 {
  text-align: center;
}
}
#s-9e2ac4b2-252c-4975-864b-e1fe4dca77a8 .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-9e2ac4b2-252c-4975-864b-e1fe4dca77a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ec1969ce-bc5a-45fa-adf1-27964e722c72 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ec1969ce-bc5a-45fa-adf1-27964e722c72 {
  display: none;
}
#s-ec1969ce-bc5a-45fa-adf1-27964e722c72, #wrap-s-ec1969ce-bc5a-45fa-adf1-27964e722c72, #wrap-content-s-ec1969ce-bc5a-45fa-adf1-27964e722c72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec1969ce-bc5a-45fa-adf1-27964e722c72 {
  display: none;
}
#s-ec1969ce-bc5a-45fa-adf1-27964e722c72, #wrap-s-ec1969ce-bc5a-45fa-adf1-27964e722c72, #wrap-content-s-ec1969ce-bc5a-45fa-adf1-27964e722c72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec1969ce-bc5a-45fa-adf1-27964e722c72 {
  display: none;
}
#s-ec1969ce-bc5a-45fa-adf1-27964e722c72, #wrap-s-ec1969ce-bc5a-45fa-adf1-27964e722c72, #wrap-content-s-ec1969ce-bc5a-45fa-adf1-27964e722c72 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ec1969ce-bc5a-45fa-adf1-27964e722c72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ec1969ce-bc5a-45fa-adf1-27964e722c72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec1969ce-bc5a-45fa-adf1-27964e722c72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec1969ce-bc5a-45fa-adf1-27964e722c72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-907ceeba-3251-48e8-9a52-6709b67456c3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-907ceeba-3251-48e8-9a52-6709b67456c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-907ceeba-3251-48e8-9a52-6709b67456c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-907ceeba-3251-48e8-9a52-6709b67456c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-907ceeba-3251-48e8-9a52-6709b67456c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-907ceeba-3251-48e8-9a52-6709b67456c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-907ceeba-3251-48e8-9a52-6709b67456c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-907ceeba-3251-48e8-9a52-6709b67456c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
  box-sizing: border-box;
}



.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
      position: relative;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
  box-sizing: border-box;
}



.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
      position: relative;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
  box-sizing: border-box;
}



.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
      position: relative;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
  box-sizing: border-box;
}



.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
      position: relative;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image {
  box-sizing: border-box;
}



.s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container {
      position: relative;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbd038e0-6622-4d8c-a64f-a2e6b2663b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-9a6896c4-bfda-4fcc-a368-8baeda1ffa9d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9a6896c4-bfda-4fcc-a368-8baeda1ffa9d {
  text-align: center;
}
}
#s-9a6896c4-bfda-4fcc-a368-8baeda1ffa9d .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-9a6896c4-bfda-4fcc-a368-8baeda1ffa9d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-eb3dc354-cc88-4d4c-9717-32302118a1df {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-eb3dc354-cc88-4d4c-9717-32302118a1df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb3dc354-cc88-4d4c-9717-32302118a1df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eb3dc354-cc88-4d4c-9717-32302118a1df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eb3dc354-cc88-4d4c-9717-32302118a1df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eb3dc354-cc88-4d4c-9717-32302118a1df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb3dc354-cc88-4d4c-9717-32302118a1df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eb3dc354-cc88-4d4c-9717-32302118a1df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-993a855d-1041-4775-8795-9f679786e52b {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-993a855d-1041-4775-8795-9f679786e52b {
  max-width: 50px;
}
}
#s-993a855d-1041-4775-8795-9f679786e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-993a855d-1041-4775-8795-9f679786e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-993a855d-1041-4775-8795-9f679786e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
  box-sizing: border-box;
}



.s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-993a855d-1041-4775-8795-9f679786e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
      position: relative;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-993a855d-1041-4775-8795-9f679786e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-993a855d-1041-4775-8795-9f679786e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-993a855d-1041-4775-8795-9f679786e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
  box-sizing: border-box;
}



.s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-993a855d-1041-4775-8795-9f679786e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
      position: relative;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-993a855d-1041-4775-8795-9f679786e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-993a855d-1041-4775-8795-9f679786e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-993a855d-1041-4775-8795-9f679786e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
  box-sizing: border-box;
}



.s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-993a855d-1041-4775-8795-9f679786e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
      position: relative;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-993a855d-1041-4775-8795-9f679786e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-993a855d-1041-4775-8795-9f679786e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-993a855d-1041-4775-8795-9f679786e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
  box-sizing: border-box;
}



.s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-993a855d-1041-4775-8795-9f679786e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
      position: relative;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-993a855d-1041-4775-8795-9f679786e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-993a855d-1041-4775-8795-9f679786e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-993a855d-1041-4775-8795-9f679786e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-993a855d-1041-4775-8795-9f679786e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-993a855d-1041-4775-8795-9f679786e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-993a855d-1041-4775-8795-9f679786e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-993a855d-1041-4775-8795-9f679786e52b.shogun-image {
  box-sizing: border-box;
}



.s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-993a855d-1041-4775-8795-9f679786e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container {
      position: relative;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-993a855d-1041-4775-8795-9f679786e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-993a855d-1041-4775-8795-9f679786e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-7b049810-4ac4-4ff8-96dc-b529cf67c214 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7b049810-4ac4-4ff8-96dc-b529cf67c214 {
  text-align: center;
}
}
#s-7b049810-4ac4-4ff8-96dc-b529cf67c214 .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-7b049810-4ac4-4ff8-96dc-b529cf67c214 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-a78684ad-2c61-4ddb-b885-17a75f8ad58a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a78684ad-2c61-4ddb-b885-17a75f8ad58a {
  margin-top: 5px;
}
}@media (max-width: 767px){#s-a78684ad-2c61-4ddb-b885-17a75f8ad58a {
  display: none;
}
#s-a78684ad-2c61-4ddb-b885-17a75f8ad58a, #wrap-s-a78684ad-2c61-4ddb-b885-17a75f8ad58a, #wrap-content-s-a78684ad-2c61-4ddb-b885-17a75f8ad58a { display: none !important; }}
@media (min-width: 0px) {
[id="s-a78684ad-2c61-4ddb-b885-17a75f8ad58a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a78684ad-2c61-4ddb-b885-17a75f8ad58a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a78684ad-2c61-4ddb-b885-17a75f8ad58a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a78684ad-2c61-4ddb-b885-17a75f8ad58a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-73f619b6-580d-4c0b-9f46-3afe2896bb44 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-73f619b6-580d-4c0b-9f46-3afe2896bb44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73f619b6-580d-4c0b-9f46-3afe2896bb44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-73f619b6-580d-4c0b-9f46-3afe2896bb44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-73f619b6-580d-4c0b-9f46-3afe2896bb44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-73f619b6-580d-4c0b-9f46-3afe2896bb44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-73f619b6-580d-4c0b-9f46-3afe2896bb44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-73f619b6-580d-4c0b-9f46-3afe2896bb44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  margin: 0 !important;
  overflow: visible;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add background color handling */
  
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
  box-sizing: border-box;
}



.s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c14af051-1a37-4cc3-b278-1132b9cd965d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
      position: relative;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  margin: 0 !important;
  overflow: visible;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add background color handling */
  
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
  box-sizing: border-box;
}



.s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c14af051-1a37-4cc3-b278-1132b9cd965d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
      position: relative;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  margin: 0 !important;
  overflow: visible;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add background color handling */
  
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
  box-sizing: border-box;
}



.s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c14af051-1a37-4cc3-b278-1132b9cd965d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
      position: relative;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  margin: 0 !important;
  overflow: visible;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add background color handling */
  
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
  box-sizing: border-box;
}



.s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c14af051-1a37-4cc3-b278-1132b9cd965d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
      position: relative;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  margin: 0 !important;
  overflow: visible;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c14af051-1a37-4cc3-b278-1132b9cd965d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add background color handling */
  
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c14af051-1a37-4cc3-b278-1132b9cd965d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c14af051-1a37-4cc3-b278-1132b9cd965d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image {
  box-sizing: border-box;
}



.s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c14af051-1a37-4cc3-b278-1132b9cd965d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container {
      position: relative;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c14af051-1a37-4cc3-b278-1132b9cd965d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-70a5e455-e998-44d8-a63a-f8b6e7cb44c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-70a5e455-e998-44d8-a63a-f8b6e7cb44c9 {
  text-align: center;
}
}
#s-70a5e455-e998-44d8-a63a-f8b6e7cb44c9 .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-70a5e455-e998-44d8-a63a-f8b6e7cb44c9 .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-70a5e455-e998-44d8-a63a-f8b6e7cb44c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d345438f-3f00-472d-8e58-e3b7aad6a7a8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d345438f-3f00-472d-8e58-e3b7aad6a7a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d345438f-3f00-472d-8e58-e3b7aad6a7a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d345438f-3f00-472d-8e58-e3b7aad6a7a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d345438f-3f00-472d-8e58-e3b7aad6a7a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d345438f-3f00-472d-8e58-e3b7aad6a7a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d345438f-3f00-472d-8e58-e3b7aad6a7a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d345438f-3f00-472d-8e58-e3b7aad6a7a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  margin: 0 !important;
  overflow: visible;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add background color handling */
  
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
  box-sizing: border-box;
}



.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
      position: relative;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  margin: 0 !important;
  overflow: visible;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add background color handling */
  
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
  box-sizing: border-box;
}



.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
      position: relative;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  margin: 0 !important;
  overflow: visible;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add background color handling */
  
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
  box-sizing: border-box;
}



.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
      position: relative;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  margin: 0 !important;
  overflow: visible;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add background color handling */
  
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
  box-sizing: border-box;
}



.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
      position: relative;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  margin: 0 !important;
  overflow: visible;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add background color handling */
  
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image {
  box-sizing: border-box;
}



.s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container {
      position: relative;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f4aa45f-5bf6-482b-8346-116b5439cdfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-61322a36-275e-4423-b109-5b3352099b90 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-61322a36-275e-4423-b109-5b3352099b90 {
  text-align: center;
}
}
#s-61322a36-275e-4423-b109-5b3352099b90 .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-61322a36-275e-4423-b109-5b3352099b90 .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-61322a36-275e-4423-b109-5b3352099b90 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d9b26d00-2eca-4c6e-b91f-29b97fdc19ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-f6ccff3c-627f-4209-93b0-519282d221fc {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
  box-sizing: border-box;
}



.s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6ccff3c-627f-4209-93b0-519282d221fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
      position: relative;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-f6ccff3c-627f-4209-93b0-519282d221fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
  box-sizing: border-box;
}



.s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6ccff3c-627f-4209-93b0-519282d221fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
      position: relative;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6ccff3c-627f-4209-93b0-519282d221fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
  box-sizing: border-box;
}



.s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6ccff3c-627f-4209-93b0-519282d221fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
      position: relative;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6ccff3c-627f-4209-93b0-519282d221fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
  box-sizing: border-box;
}



.s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6ccff3c-627f-4209-93b0-519282d221fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
      position: relative;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-f6ccff3c-627f-4209-93b0-519282d221fc {
  margin: 0 !important;
  overflow: visible;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6ccff3c-627f-4209-93b0-519282d221fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add background color handling */
  
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6ccff3c-627f-4209-93b0-519282d221fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-f6ccff3c-627f-4209-93b0-519282d221fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image {
  box-sizing: border-box;
}



.s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6ccff3c-627f-4209-93b0-519282d221fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container {
      position: relative;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6ccff3c-627f-4209-93b0-519282d221fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-241b683d-5f1f-4afd-8581-73833a0c37c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-241b683d-5f1f-4afd-8581-73833a0c37c4 {
  text-align: center;
}
}
#s-241b683d-5f1f-4afd-8581-73833a0c37c4 .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-241b683d-5f1f-4afd-8581-73833a0c37c4 .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-241b683d-5f1f-4afd-8581-73833a0c37c4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d7a185db-efd1-4767-a934-e7df364314a9 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d7a185db-efd1-4767-a934-e7df364314a9 {
  display: none;
}
#s-d7a185db-efd1-4767-a934-e7df364314a9, #wrap-s-d7a185db-efd1-4767-a934-e7df364314a9, #wrap-content-s-d7a185db-efd1-4767-a934-e7df364314a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7a185db-efd1-4767-a934-e7df364314a9 {
  display: none;
}
#s-d7a185db-efd1-4767-a934-e7df364314a9, #wrap-s-d7a185db-efd1-4767-a934-e7df364314a9, #wrap-content-s-d7a185db-efd1-4767-a934-e7df364314a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7a185db-efd1-4767-a934-e7df364314a9 {
  display: none;
}
#s-d7a185db-efd1-4767-a934-e7df364314a9, #wrap-s-d7a185db-efd1-4767-a934-e7df364314a9, #wrap-content-s-d7a185db-efd1-4767-a934-e7df364314a9 { display: none !important; }}@media (max-width: 767px){#s-d7a185db-efd1-4767-a934-e7df364314a9 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d7a185db-efd1-4767-a934-e7df364314a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d7a185db-efd1-4767-a934-e7df364314a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7a185db-efd1-4767-a934-e7df364314a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7a185db-efd1-4767-a934-e7df364314a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-142d868c-28c3-48fe-9aaf-670a6214be6d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-142d868c-28c3-48fe-9aaf-670a6214be6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-142d868c-28c3-48fe-9aaf-670a6214be6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-142d868c-28c3-48fe-9aaf-670a6214be6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-142d868c-28c3-48fe-9aaf-670a6214be6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-142d868c-28c3-48fe-9aaf-670a6214be6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-142d868c-28c3-48fe-9aaf-670a6214be6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-142d868c-28c3-48fe-9aaf-670a6214be6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  margin: 0 !important;
  overflow: visible;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add background color handling */
  
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
  box-sizing: border-box;
}



.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
      position: relative;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  margin: 0 !important;
  overflow: visible;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add background color handling */
  
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
  box-sizing: border-box;
}



.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
      position: relative;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  margin: 0 !important;
  overflow: visible;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add background color handling */
  
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
  box-sizing: border-box;
}



.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
      position: relative;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  margin: 0 !important;
  overflow: visible;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add background color handling */
  
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
  box-sizing: border-box;
}



.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
      position: relative;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  margin: 0 !important;
  overflow: visible;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add background color handling */
  
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image {
  box-sizing: border-box;
}



.s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container {
      position: relative;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6970cd8b-eb7f-4eda-9a72-84c7e6f4c52c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-749ebeb5-cc1d-4b92-822e-5858b86583e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-749ebeb5-cc1d-4b92-822e-5858b86583e7 {
  text-align: center;
}
}
#s-749ebeb5-cc1d-4b92-822e-5858b86583e7 .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-749ebeb5-cc1d-4b92-822e-5858b86583e7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-15e188d8-fb74-48ef-b667-83e763bb86ca {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-15e188d8-fb74-48ef-b667-83e763bb86ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15e188d8-fb74-48ef-b667-83e763bb86ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-15e188d8-fb74-48ef-b667-83e763bb86ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-15e188d8-fb74-48ef-b667-83e763bb86ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-15e188d8-fb74-48ef-b667-83e763bb86ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-15e188d8-fb74-48ef-b667-83e763bb86ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-15e188d8-fb74-48ef-b667-83e763bb86ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
  box-sizing: border-box;
}



.s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
      position: relative;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
  box-sizing: border-box;
}



.s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
      position: relative;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
  box-sizing: border-box;
}



.s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
      position: relative;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
  box-sizing: border-box;
}



.s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
      position: relative;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  margin: 0 !important;
  overflow: visible;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add background color handling */
  
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-688d003b-45b6-4b53-a9b0-50ed40383a97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image {
  box-sizing: border-box;
}



.s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container {
      position: relative;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688d003b-45b6-4b53-a9b0-50ed40383a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-63eeb123-d994-4d91-9048-6eaa968c33ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-63eeb123-d994-4d91-9048-6eaa968c33ec {
  text-align: center;
}
}
#s-63eeb123-d994-4d91-9048-6eaa968c33ec .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-63eeb123-d994-4d91-9048-6eaa968c33ec .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 {
  display: none;
}
#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205, #wrap-s-99ca2c5d-6602-4ed3-923b-3e683b0d8205, #wrap-content-s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 {
  display: none;
}
#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205, #wrap-s-99ca2c5d-6602-4ed3-923b-3e683b0d8205, #wrap-content-s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 {
  display: none;
}
#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205, #wrap-s-99ca2c5d-6602-4ed3-923b-3e683b0d8205, #wrap-content-s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 { display: none !important; }}@media (max-width: 767px){#s-99ca2c5d-6602-4ed3-923b-3e683b0d8205 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-99ca2c5d-6602-4ed3-923b-3e683b0d8205"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-99ca2c5d-6602-4ed3-923b-3e683b0d8205"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99ca2c5d-6602-4ed3-923b-3e683b0d8205"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99ca2c5d-6602-4ed3-923b-3e683b0d8205"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd69297a-8afc-498f-903d-183cc334eb38 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dd69297a-8afc-498f-903d-183cc334eb38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd69297a-8afc-498f-903d-183cc334eb38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd69297a-8afc-498f-903d-183cc334eb38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dd69297a-8afc-498f-903d-183cc334eb38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd69297a-8afc-498f-903d-183cc334eb38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd69297a-8afc-498f-903d-183cc334eb38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd69297a-8afc-498f-903d-183cc334eb38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  margin: 0 !important;
  overflow: visible;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add background color handling */
  
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-content {
  
    justify-content: center;
  
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
  box-sizing: border-box;
}



.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
      position: relative;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  margin: 0 !important;
  overflow: visible;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add background color handling */
  
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-content {
  
    justify-content: center;
  
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
  box-sizing: border-box;
}



.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
      position: relative;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  margin: 0 !important;
  overflow: visible;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add background color handling */
  
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-content {
  
    justify-content: center;
  
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
  box-sizing: border-box;
}



.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
      position: relative;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  margin: 0 !important;
  overflow: visible;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add background color handling */
  
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-content {
  
    justify-content: center;
  
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
  box-sizing: border-box;
}



.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
      position: relative;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  margin: 0 !important;
  overflow: visible;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add background color handling */
  
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a .shogun-image-content {
  
    justify-content: center;
  
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image {
  box-sizing: border-box;
}



.s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container {
      position: relative;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02cdb0e7-a6d7-49f1-bfed-bf4f26c7806a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-1ec7d4d0-b0a3-4fd5-b968-396e9e50642b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1ec7d4d0-b0a3-4fd5-b968-396e9e50642b {
  text-align: center;
}
}
#s-1ec7d4d0-b0a3-4fd5-b968-396e9e50642b .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-1ec7d4d0-b0a3-4fd5-b968-396e9e50642b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e2a0fbfb-52fc-44f5-9702-da065cf31bd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-f7dd2a18-f047-44c2-b349-63187da54549 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
  box-sizing: border-box;
}



.s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7dd2a18-f047-44c2-b349-63187da54549 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
      position: relative;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-f7dd2a18-f047-44c2-b349-63187da54549 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
  box-sizing: border-box;
}



.s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7dd2a18-f047-44c2-b349-63187da54549 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
      position: relative;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f7dd2a18-f047-44c2-b349-63187da54549 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
  box-sizing: border-box;
}



.s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7dd2a18-f047-44c2-b349-63187da54549 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
      position: relative;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f7dd2a18-f047-44c2-b349-63187da54549 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
  box-sizing: border-box;
}



.s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7dd2a18-f047-44c2-b349-63187da54549 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
      position: relative;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-f7dd2a18-f047-44c2-b349-63187da54549 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7dd2a18-f047-44c2-b349-63187da54549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7dd2a18-f047-44c2-b349-63187da54549 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f7dd2a18-f047-44c2-b349-63187da54549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image {
  box-sizing: border-box;
}



.s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7dd2a18-f047-44c2-b349-63187da54549 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container {
      position: relative;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7dd2a18-f047-44c2-b349-63187da54549 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-e4a86674-02de-4bb4-8c5d-8c561a04aacd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e4a86674-02de-4bb4-8c5d-8c561a04aacd {
  text-align: center;
}
}
#s-e4a86674-02de-4bb4-8c5d-8c561a04aacd .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-e4a86674-02de-4bb4-8c5d-8c561a04aacd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-83859b66-5417-432b-a751-5c5a99b1412e {
  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, 88, 142, 1);
}
@media (min-width: 1200px){#s-83859b66-5417-432b-a751-5c5a99b1412e {
  display: none;
}
#s-83859b66-5417-432b-a751-5c5a99b1412e, #wrap-s-83859b66-5417-432b-a751-5c5a99b1412e, #wrap-content-s-83859b66-5417-432b-a751-5c5a99b1412e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83859b66-5417-432b-a751-5c5a99b1412e {
  display: none;
}
#s-83859b66-5417-432b-a751-5c5a99b1412e, #wrap-s-83859b66-5417-432b-a751-5c5a99b1412e, #wrap-content-s-83859b66-5417-432b-a751-5c5a99b1412e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83859b66-5417-432b-a751-5c5a99b1412e {
  display: none;
}
#s-83859b66-5417-432b-a751-5c5a99b1412e, #wrap-s-83859b66-5417-432b-a751-5c5a99b1412e, #wrap-content-s-83859b66-5417-432b-a751-5c5a99b1412e { display: none !important; }}@media (max-width: 767px){#s-83859b66-5417-432b-a751-5c5a99b1412e {
  padding-top: 15px;
padding-bottom: 15px;
}
}







#s-83859b66-5417-432b-a751-5c5a99b1412e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83859b66-5417-432b-a751-5c5a99b1412e.shg-box.shg-c {
  justify-content: center;
}

#s-b3528331-9b4a-4d9a-b201-95aa3040898a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b3528331-9b4a-4d9a-b201-95aa3040898a {
  display: none;
}
#s-b3528331-9b4a-4d9a-b201-95aa3040898a, #wrap-s-b3528331-9b4a-4d9a-b201-95aa3040898a, #wrap-content-s-b3528331-9b4a-4d9a-b201-95aa3040898a { display: none !important; }}
@media (min-width: 0px) {
[id="s-b3528331-9b4a-4d9a-b201-95aa3040898a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b3528331-9b4a-4d9a-b201-95aa3040898a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3528331-9b4a-4d9a-b201-95aa3040898a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3528331-9b4a-4d9a-b201-95aa3040898a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-79bd1d37-a030-49ad-b8b2-1ab9659d8fe4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  margin: 0 !important;
  overflow: visible;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add background color handling */
  
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
  box-sizing: border-box;
}



.s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
      position: relative;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  margin: 0 !important;
  overflow: visible;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add background color handling */
  
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
  box-sizing: border-box;
}



.s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
      position: relative;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  margin: 0 !important;
  overflow: visible;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add background color handling */
  
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
  box-sizing: border-box;
}



.s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
      position: relative;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  margin: 0 !important;
  overflow: visible;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add background color handling */
  
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
  box-sizing: border-box;
}



.s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
      position: relative;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  margin: 0 !important;
  overflow: visible;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add background color handling */
  
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1b51f104-7b9d-45af-86a6-739ebe33de5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image {
  box-sizing: border-box;
}



.s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container {
      position: relative;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b51f104-7b9d-45af-86a6-739ebe33de5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-fc42186c-7a68-496e-99df-46e27fac3a0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fc42186c-7a68-496e-99df-46e27fac3a0e {
  text-align: center;
}
}
#s-fc42186c-7a68-496e-99df-46e27fac3a0e .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-fc42186c-7a68-496e-99df-46e27fac3a0e .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-fc42186c-7a68-496e-99df-46e27fac3a0e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d37520bb-564d-46e4-8f13-c91e2f213d4f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d37520bb-564d-46e4-8f13-c91e2f213d4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d37520bb-564d-46e4-8f13-c91e2f213d4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d37520bb-564d-46e4-8f13-c91e2f213d4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d37520bb-564d-46e4-8f13-c91e2f213d4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d37520bb-564d-46e4-8f13-c91e2f213d4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d37520bb-564d-46e4-8f13-c91e2f213d4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d37520bb-564d-46e4-8f13-c91e2f213d4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
  box-sizing: border-box;
}



.s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
      position: relative;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
  box-sizing: border-box;
}



.s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
      position: relative;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
  box-sizing: border-box;
}



.s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
      position: relative;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
  box-sizing: border-box;
}



.s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
      position: relative;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b905cae-015b-471a-8e5c-91a59d9756c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image {
  box-sizing: border-box;
}



.s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container {
      position: relative;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b905cae-015b-471a-8e5c-91a59d9756c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-33a629c6-a22f-4258-8883-5288ce787a27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-33a629c6-a22f-4258-8883-5288ce787a27 {
  text-align: center;
}
}
#s-33a629c6-a22f-4258-8883-5288ce787a27 .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-33a629c6-a22f-4258-8883-5288ce787a27 .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-33a629c6-a22f-4258-8883-5288ce787a27 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4ed1bd9b-3b2d-4f0c-a790-0c78fc18c856"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
  box-sizing: border-box;
}



.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
      position: relative;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
  box-sizing: border-box;
}



.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
      position: relative;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
  box-sizing: border-box;
}



.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
      position: relative;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
  box-sizing: border-box;
}



.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
      position: relative;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image {
  box-sizing: border-box;
}



.s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container {
      position: relative;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bfcbdd9-b552-4469-9043-ad25b21c5594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-16147513-3c5d-4220-b80c-fc89d1dcfd51 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-16147513-3c5d-4220-b80c-fc89d1dcfd51 {
  text-align: center;
}
}
#s-16147513-3c5d-4220-b80c-fc89d1dcfd51 .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-16147513-3c5d-4220-b80c-fc89d1dcfd51 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-035d89a5-7614-40ff-bee7-7cc59edd7e94 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-035d89a5-7614-40ff-bee7-7cc59edd7e94 {
  display: none;
}
#s-035d89a5-7614-40ff-bee7-7cc59edd7e94, #wrap-s-035d89a5-7614-40ff-bee7-7cc59edd7e94, #wrap-content-s-035d89a5-7614-40ff-bee7-7cc59edd7e94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-035d89a5-7614-40ff-bee7-7cc59edd7e94 {
  display: none;
}
#s-035d89a5-7614-40ff-bee7-7cc59edd7e94, #wrap-s-035d89a5-7614-40ff-bee7-7cc59edd7e94, #wrap-content-s-035d89a5-7614-40ff-bee7-7cc59edd7e94 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-035d89a5-7614-40ff-bee7-7cc59edd7e94 {
  display: none;
}
#s-035d89a5-7614-40ff-bee7-7cc59edd7e94, #wrap-s-035d89a5-7614-40ff-bee7-7cc59edd7e94, #wrap-content-s-035d89a5-7614-40ff-bee7-7cc59edd7e94 { display: none !important; }}
@media (min-width: 0px) {
[id="s-035d89a5-7614-40ff-bee7-7cc59edd7e94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-035d89a5-7614-40ff-bee7-7cc59edd7e94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-035d89a5-7614-40ff-bee7-7cc59edd7e94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-035d89a5-7614-40ff-bee7-7cc59edd7e94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ada747f9-5538-4941-ba45-05db036ad8dd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ada747f9-5538-4941-ba45-05db036ad8dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ada747f9-5538-4941-ba45-05db036ad8dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ada747f9-5538-4941-ba45-05db036ad8dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ada747f9-5538-4941-ba45-05db036ad8dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ada747f9-5538-4941-ba45-05db036ad8dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ada747f9-5538-4941-ba45-05db036ad8dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ada747f9-5538-4941-ba45-05db036ad8dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  margin: 0 !important;
  overflow: visible;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add background color handling */
  
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-content {
  
    justify-content: center;
  
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
  box-sizing: border-box;
}



.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
      position: relative;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  margin: 0 !important;
  overflow: visible;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add background color handling */
  
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-content {
  
    justify-content: center;
  
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
  box-sizing: border-box;
}



.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
      position: relative;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  margin: 0 !important;
  overflow: visible;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add background color handling */
  
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-content {
  
    justify-content: center;
  
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
  box-sizing: border-box;
}



.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
      position: relative;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  margin: 0 !important;
  overflow: visible;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add background color handling */
  
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-content {
  
    justify-content: center;
  
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
  box-sizing: border-box;
}



.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
      position: relative;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  margin: 0 !important;
  overflow: visible;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add background color handling */
  
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c .shogun-image-content {
  
    justify-content: center;
  
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image {
  box-sizing: border-box;
}



.s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container {
      position: relative;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-744b1fe6-1a50-4ae7-a7cf-161db14e984c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-7919e11b-de3b-4fc8-887d-37a43b0cb2b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7919e11b-de3b-4fc8-887d-37a43b0cb2b7 {
  text-align: center;
}
}
#s-7919e11b-de3b-4fc8-887d-37a43b0cb2b7 .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-7919e11b-de3b-4fc8-887d-37a43b0cb2b7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-037ee306-ecd0-4d5a-b5c8-29ee5f89ecd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
  box-sizing: border-box;
}



.s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dd8991c-da13-4f41-8b67-85168faa2763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
      position: relative;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
  box-sizing: border-box;
}



.s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dd8991c-da13-4f41-8b67-85168faa2763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
      position: relative;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
  box-sizing: border-box;
}



.s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dd8991c-da13-4f41-8b67-85168faa2763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
      position: relative;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
  box-sizing: border-box;
}



.s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dd8991c-da13-4f41-8b67-85168faa2763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
      position: relative;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dd8991c-da13-4f41-8b67-85168faa2763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd8991c-da13-4f41-8b67-85168faa2763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-0dd8991c-da13-4f41-8b67-85168faa2763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image {
  box-sizing: border-box;
}



.s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dd8991c-da13-4f41-8b67-85168faa2763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container {
      position: relative;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd8991c-da13-4f41-8b67-85168faa2763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-42201f93-2239-4dbe-8833-9b0ecc49ea37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-42201f93-2239-4dbe-8833-9b0ecc49ea37 {
  text-align: center;
}
}
#s-42201f93-2239-4dbe-8833-9b0ecc49ea37 .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-42201f93-2239-4dbe-8833-9b0ecc49ea37 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-fb16a341-f2a0-49ef-966b-6921181d064b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fb16a341-f2a0-49ef-966b-6921181d064b {
  display: none;
}
#s-fb16a341-f2a0-49ef-966b-6921181d064b, #wrap-s-fb16a341-f2a0-49ef-966b-6921181d064b, #wrap-content-s-fb16a341-f2a0-49ef-966b-6921181d064b { display: none !important; }}
@media (min-width: 0px) {
[id="s-fb16a341-f2a0-49ef-966b-6921181d064b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fb16a341-f2a0-49ef-966b-6921181d064b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb16a341-f2a0-49ef-966b-6921181d064b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb16a341-f2a0-49ef-966b-6921181d064b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f25af05e-1314-462c-8e67-476fac554e70 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f25af05e-1314-462c-8e67-476fac554e70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f25af05e-1314-462c-8e67-476fac554e70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f25af05e-1314-462c-8e67-476fac554e70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f25af05e-1314-462c-8e67-476fac554e70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f25af05e-1314-462c-8e67-476fac554e70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f25af05e-1314-462c-8e67-476fac554e70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f25af05e-1314-462c-8e67-476fac554e70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  margin: 0 !important;
  overflow: visible;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add background color handling */
  
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-content {
  
    justify-content: center;
  
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
  box-sizing: border-box;
}



.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
      position: relative;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  margin: 0 !important;
  overflow: visible;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add background color handling */
  
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-content {
  
    justify-content: center;
  
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
  box-sizing: border-box;
}



.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
      position: relative;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  margin: 0 !important;
  overflow: visible;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add background color handling */
  
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-content {
  
    justify-content: center;
  
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
  box-sizing: border-box;
}



.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
      position: relative;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  margin: 0 !important;
  overflow: visible;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add background color handling */
  
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-content {
  
    justify-content: center;
  
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
  box-sizing: border-box;
}



.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
      position: relative;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  margin: 0 !important;
  overflow: visible;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add background color handling */
  
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 .shogun-image-content {
  
    justify-content: center;
  
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image {
  box-sizing: border-box;
}



.s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container {
      position: relative;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978b569b-f4a8-4e3e-88a3-d78f52ba2219 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f5d24e3d-be8f-4e1e-b314-2ed93142c075 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f5d24e3d-be8f-4e1e-b314-2ed93142c075 {
  text-align: center;
}
}
#s-f5d24e3d-be8f-4e1e-b314-2ed93142c075 .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-f5d24e3d-be8f-4e1e-b314-2ed93142c075 .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-f5d24e3d-be8f-4e1e-b314-2ed93142c075 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-ec391c46-2959-4026-8d25-04ff4fc035d8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ec391c46-2959-4026-8d25-04ff4fc035d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec391c46-2959-4026-8d25-04ff4fc035d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ec391c46-2959-4026-8d25-04ff4fc035d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ec391c46-2959-4026-8d25-04ff4fc035d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ec391c46-2959-4026-8d25-04ff4fc035d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec391c46-2959-4026-8d25-04ff4fc035d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ec391c46-2959-4026-8d25-04ff4fc035d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  margin: 0 !important;
  overflow: visible;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add background color handling */
  
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
  box-sizing: border-box;
}



.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
      position: relative;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  margin: 0 !important;
  overflow: visible;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add background color handling */
  
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
  box-sizing: border-box;
}



.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
      position: relative;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  margin: 0 !important;
  overflow: visible;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add background color handling */
  
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
  box-sizing: border-box;
}



.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
      position: relative;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  margin: 0 !important;
  overflow: visible;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add background color handling */
  
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
  box-sizing: border-box;
}



.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
      position: relative;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  margin: 0 !important;
  overflow: visible;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add background color handling */
  
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image {
  box-sizing: border-box;
}



.s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container {
      position: relative;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-488e22af-c2b7-41b4-94f3-d71c1ec2ea6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-61d79669-9259-46a0-8c03-8128f2d5b751 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-61d79669-9259-46a0-8c03-8128f2d5b751 {
  text-align: center;
}
}
#s-61d79669-9259-46a0-8c03-8128f2d5b751 .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-61d79669-9259-46a0-8c03-8128f2d5b751 .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-61d79669-9259-46a0-8c03-8128f2d5b751 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-93cca006-6f17-41bb-9777-4a3e1a869fca {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-93cca006-6f17-41bb-9777-4a3e1a869fca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93cca006-6f17-41bb-9777-4a3e1a869fca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-93cca006-6f17-41bb-9777-4a3e1a869fca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-93cca006-6f17-41bb-9777-4a3e1a869fca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-93cca006-6f17-41bb-9777-4a3e1a869fca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-93cca006-6f17-41bb-9777-4a3e1a869fca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-93cca006-6f17-41bb-9777-4a3e1a869fca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
  box-sizing: border-box;
}



.s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe342a3c-4c9d-486c-8919-912e84d93543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
      position: relative;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
  box-sizing: border-box;
}



.s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe342a3c-4c9d-486c-8919-912e84d93543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
      position: relative;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
  box-sizing: border-box;
}



.s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe342a3c-4c9d-486c-8919-912e84d93543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
      position: relative;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
  box-sizing: border-box;
}



.s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe342a3c-4c9d-486c-8919-912e84d93543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
      position: relative;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe342a3c-4c9d-486c-8919-912e84d93543 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe342a3c-4c9d-486c-8919-912e84d93543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fe342a3c-4c9d-486c-8919-912e84d93543 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image {
  box-sizing: border-box;
}



.s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe342a3c-4c9d-486c-8919-912e84d93543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container {
      position: relative;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe342a3c-4c9d-486c-8919-912e84d93543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f6796303-e217-4f19-9122-713fc768ac6b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f6796303-e217-4f19-9122-713fc768ac6b {
  text-align: center;
}
}
#s-f6796303-e217-4f19-9122-713fc768ac6b .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-f6796303-e217-4f19-9122-713fc768ac6b .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-f6796303-e217-4f19-9122-713fc768ac6b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 {
  display: none;
}
#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1, #wrap-s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1, #wrap-content-s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 {
  display: none;
}
#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1, #wrap-s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1, #wrap-content-s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 {
  display: none;
}
#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1, #wrap-s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1, #wrap-content-s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 { display: none !important; }}@media (max-width: 767px){#s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd2ee948-3c00-4129-8f8b-9253fc3e21c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1adcfade-4248-43bb-add3-380f0a1d7d41 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1adcfade-4248-43bb-add3-380f0a1d7d41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1adcfade-4248-43bb-add3-380f0a1d7d41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1adcfade-4248-43bb-add3-380f0a1d7d41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1adcfade-4248-43bb-add3-380f0a1d7d41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1adcfade-4248-43bb-add3-380f0a1d7d41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1adcfade-4248-43bb-add3-380f0a1d7d41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1adcfade-4248-43bb-add3-380f0a1d7d41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  margin: 0 !important;
  overflow: visible;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add background color handling */
  
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
  box-sizing: border-box;
}



.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
      position: relative;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  margin: 0 !important;
  overflow: visible;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add background color handling */
  
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
  box-sizing: border-box;
}



.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
      position: relative;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  margin: 0 !important;
  overflow: visible;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add background color handling */
  
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
  box-sizing: border-box;
}



.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
      position: relative;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  margin: 0 !important;
  overflow: visible;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add background color handling */
  
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
  box-sizing: border-box;
}



.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
      position: relative;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  margin: 0 !important;
  overflow: visible;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add background color handling */
  
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image {
  box-sizing: border-box;
}



.s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container {
      position: relative;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d32b7051-f723-442d-ba60-1dbcc8a0ed7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-aece96d3-ac05-4ed8-89d0-fb6e646ff25c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-aece96d3-ac05-4ed8-89d0-fb6e646ff25c {
  text-align: center;
}
}
#s-aece96d3-ac05-4ed8-89d0-fb6e646ff25c .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-aece96d3-ac05-4ed8-89d0-fb6e646ff25c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-3e7d2d25-bc14-434d-a591-deb64999a8d9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3e7d2d25-bc14-434d-a591-deb64999a8d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e7d2d25-bc14-434d-a591-deb64999a8d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3e7d2d25-bc14-434d-a591-deb64999a8d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3e7d2d25-bc14-434d-a591-deb64999a8d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3e7d2d25-bc14-434d-a591-deb64999a8d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e7d2d25-bc14-434d-a591-deb64999a8d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3e7d2d25-bc14-434d-a591-deb64999a8d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-b222956d-7014-48ff-940b-4857ce471a3f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f {
  margin: 0 !important;
  overflow: visible;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add background color handling */
  
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
  box-sizing: border-box;
}



.s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b222956d-7014-48ff-940b-4857ce471a3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
      position: relative;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-b222956d-7014-48ff-940b-4857ce471a3f {
  margin: 0 !important;
  overflow: visible;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add background color handling */
  
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
  box-sizing: border-box;
}



.s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b222956d-7014-48ff-940b-4857ce471a3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
      position: relative;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b222956d-7014-48ff-940b-4857ce471a3f {
  margin: 0 !important;
  overflow: visible;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add background color handling */
  
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
  box-sizing: border-box;
}



.s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b222956d-7014-48ff-940b-4857ce471a3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
      position: relative;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b222956d-7014-48ff-940b-4857ce471a3f {
  margin: 0 !important;
  overflow: visible;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add background color handling */
  
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
  box-sizing: border-box;
}



.s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b222956d-7014-48ff-940b-4857ce471a3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
      position: relative;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-b222956d-7014-48ff-940b-4857ce471a3f {
  margin: 0 !important;
  overflow: visible;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b222956d-7014-48ff-940b-4857ce471a3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add background color handling */
  
}

#s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b222956d-7014-48ff-940b-4857ce471a3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-b222956d-7014-48ff-940b-4857ce471a3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image {
  box-sizing: border-box;
}



.s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b222956d-7014-48ff-940b-4857ce471a3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container {
      position: relative;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b222956d-7014-48ff-940b-4857ce471a3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-cc7b89a7-c37f-46ba-8dda-7bcc9d9ba348 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cc7b89a7-c37f-46ba-8dda-7bcc9d9ba348 {
  text-align: center;
}
}
#s-cc7b89a7-c37f-46ba-8dda-7bcc9d9ba348 .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-cc7b89a7-c37f-46ba-8dda-7bcc9d9ba348 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-9a1116b6-3857-4dbe-8f42-503129ce230a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9a1116b6-3857-4dbe-8f42-503129ce230a {
  display: none;
}
#s-9a1116b6-3857-4dbe-8f42-503129ce230a, #wrap-s-9a1116b6-3857-4dbe-8f42-503129ce230a, #wrap-content-s-9a1116b6-3857-4dbe-8f42-503129ce230a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a1116b6-3857-4dbe-8f42-503129ce230a {
  display: none;
}
#s-9a1116b6-3857-4dbe-8f42-503129ce230a, #wrap-s-9a1116b6-3857-4dbe-8f42-503129ce230a, #wrap-content-s-9a1116b6-3857-4dbe-8f42-503129ce230a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a1116b6-3857-4dbe-8f42-503129ce230a {
  display: none;
}
#s-9a1116b6-3857-4dbe-8f42-503129ce230a, #wrap-s-9a1116b6-3857-4dbe-8f42-503129ce230a, #wrap-content-s-9a1116b6-3857-4dbe-8f42-503129ce230a { display: none !important; }}@media (max-width: 767px){#s-9a1116b6-3857-4dbe-8f42-503129ce230a {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-9a1116b6-3857-4dbe-8f42-503129ce230a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9a1116b6-3857-4dbe-8f42-503129ce230a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a1116b6-3857-4dbe-8f42-503129ce230a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a1116b6-3857-4dbe-8f42-503129ce230a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e02ef2c5-31f2-45b2-b05a-2f041ff2dd06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-1c533633-f770-4bee-810c-eccfa019b48d {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
  box-sizing: border-box;
}



.s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c533633-f770-4bee-810c-eccfa019b48d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
      position: relative;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-1c533633-f770-4bee-810c-eccfa019b48d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
  box-sizing: border-box;
}



.s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c533633-f770-4bee-810c-eccfa019b48d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
      position: relative;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c533633-f770-4bee-810c-eccfa019b48d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
  box-sizing: border-box;
}



.s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c533633-f770-4bee-810c-eccfa019b48d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
      position: relative;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c533633-f770-4bee-810c-eccfa019b48d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
  box-sizing: border-box;
}



.s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c533633-f770-4bee-810c-eccfa019b48d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
      position: relative;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-1c533633-f770-4bee-810c-eccfa019b48d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c533633-f770-4bee-810c-eccfa019b48d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c533633-f770-4bee-810c-eccfa019b48d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1c533633-f770-4bee-810c-eccfa019b48d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image {
  box-sizing: border-box;
}



.s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c533633-f770-4bee-810c-eccfa019b48d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container {
      position: relative;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c533633-f770-4bee-810c-eccfa019b48d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-576ca6d9-f494-4e83-aa42-0bc4002b3c1b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-576ca6d9-f494-4e83-aa42-0bc4002b3c1b {
  text-align: center;
}
}
#s-576ca6d9-f494-4e83-aa42-0bc4002b3c1b .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-576ca6d9-f494-4e83-aa42-0bc4002b3c1b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-e754c644-3a6f-451e-bc0b-9607a51bad8f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e754c644-3a6f-451e-bc0b-9607a51bad8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e754c644-3a6f-451e-bc0b-9607a51bad8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e754c644-3a6f-451e-bc0b-9607a51bad8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e754c644-3a6f-451e-bc0b-9607a51bad8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e754c644-3a6f-451e-bc0b-9607a51bad8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e754c644-3a6f-451e-bc0b-9607a51bad8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e754c644-3a6f-451e-bc0b-9607a51bad8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
  box-sizing: border-box;
}



.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
      position: relative;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
  box-sizing: border-box;
}



.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
      position: relative;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
  box-sizing: border-box;
}



.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
      position: relative;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
  box-sizing: border-box;
}



.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
      position: relative;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image {
  box-sizing: border-box;
}



.s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container {
      position: relative;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49cd48a-67e8-44ab-94ee-41f8ac8fbf79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-29b179a7-98c9-4b39-8005-7bf79abc4c8c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-29b179a7-98c9-4b39-8005-7bf79abc4c8c {
  text-align: center;
}
}
#s-29b179a7-98c9-4b39-8005-7bf79abc4c8c .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-29b179a7-98c9-4b39-8005-7bf79abc4c8c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-d115f32a-3f87-4cd2-b45d-02582260d477 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-d115f32a-3f87-4cd2-b45d-02582260d477 {
  display: none;
}
#s-d115f32a-3f87-4cd2-b45d-02582260d477, #wrap-s-d115f32a-3f87-4cd2-b45d-02582260d477, #wrap-content-s-d115f32a-3f87-4cd2-b45d-02582260d477 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d115f32a-3f87-4cd2-b45d-02582260d477 {
  display: none;
}
#s-d115f32a-3f87-4cd2-b45d-02582260d477, #wrap-s-d115f32a-3f87-4cd2-b45d-02582260d477, #wrap-content-s-d115f32a-3f87-4cd2-b45d-02582260d477 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d115f32a-3f87-4cd2-b45d-02582260d477 {
  display: none;
}
#s-d115f32a-3f87-4cd2-b45d-02582260d477, #wrap-s-d115f32a-3f87-4cd2-b45d-02582260d477, #wrap-content-s-d115f32a-3f87-4cd2-b45d-02582260d477 { display: none !important; }}
#s-ab54cd70-bb46-4e45-8613-85a76d7af38d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ab54cd70-bb46-4e45-8613-85a76d7af38d {
  display: none;
}
#s-ab54cd70-bb46-4e45-8613-85a76d7af38d, #wrap-s-ab54cd70-bb46-4e45-8613-85a76d7af38d, #wrap-content-s-ab54cd70-bb46-4e45-8613-85a76d7af38d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab54cd70-bb46-4e45-8613-85a76d7af38d {
  display: none;
}
#s-ab54cd70-bb46-4e45-8613-85a76d7af38d, #wrap-s-ab54cd70-bb46-4e45-8613-85a76d7af38d, #wrap-content-s-ab54cd70-bb46-4e45-8613-85a76d7af38d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab54cd70-bb46-4e45-8613-85a76d7af38d {
  display: none;
}
#s-ab54cd70-bb46-4e45-8613-85a76d7af38d, #wrap-s-ab54cd70-bb46-4e45-8613-85a76d7af38d, #wrap-content-s-ab54cd70-bb46-4e45-8613-85a76d7af38d { display: none !important; }}@media (max-width: 767px){#s-ab54cd70-bb46-4e45-8613-85a76d7af38d {
  padding-top: 30px;
padding-left: 8%;
padding-bottom: 25px;
padding-right: 8%;
}
}







#s-ab54cd70-bb46-4e45-8613-85a76d7af38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab54cd70-bb46-4e45-8613-85a76d7af38d.shg-box.shg-c {
  justify-content: center;
}

#s-918c0504-55ca-45e4-9a13-dab098f887a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-918c0504-55ca-45e4-9a13-dab098f887a2 {
  margin-left: -3%;
margin-right: -3%;
}
}
#s-918c0504-55ca-45e4-9a13-dab098f887a2 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-918c0504-55ca-45e4-9a13-dab098f887a2 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a3d7a23f-7123-4cd4-a568-21cd6536170c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a3d7a23f-7123-4cd4-a568-21cd6536170c {
  margin-left: -4%;
margin-right: -4%;
}
}
#s-a3d7a23f-7123-4cd4-a568-21cd6536170c .shogun-heading-component h3 {
  color: rgba(84, 84, 84, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-a3d7a23f-7123-4cd4-a568-21cd6536170c .shogun-heading-component h3 {
  color: rgba(84, 84, 84, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-86351da1-79e1-43c2-b69f-60650551e42f {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-86351da1-79e1-43c2-b69f-60650551e42f {
  margin-top: 0px;
margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-86351da1-79e1-43c2-b69f-60650551e42f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86351da1-79e1-43c2-b69f-60650551e42f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86351da1-79e1-43c2-b69f-60650551e42f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86351da1-79e1-43c2-b69f-60650551e42f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86351da1-79e1-43c2-b69f-60650551e42f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86351da1-79e1-43c2-b69f-60650551e42f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86351da1-79e1-43c2-b69f-60650551e42f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 60px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 50px;
text-align: center;
}
}
#s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
  box-sizing: border-box;
}



.s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
      position: relative;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
  box-sizing: border-box;
}



.s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
      position: relative;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
  box-sizing: border-box;
}



.s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
      position: relative;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
  box-sizing: border-box;
}



.s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
      position: relative;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-98eca2ff-0f58-4970-b88b-49ff863262d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image {
  box-sizing: border-box;
}



.s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container {
      position: relative;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98eca2ff-0f58-4970-b88b-49ff863262d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-f713e14a-b958-4e08-a5ab-f77802a2eb6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f713e14a-b958-4e08-a5ab-f77802a2eb6e {
  padding-top: 0px;
}
}
#s-f713e14a-b958-4e08-a5ab-f77802a2eb6e .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-f713e14a-b958-4e08-a5ab-f77802a2eb6e .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f713e14a-b958-4e08-a5ab-f77802a2eb6e .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}
#s-205611f2-4ea6-4f57-bf83-3399da6d95ac {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-205611f2-4ea6-4f57-bf83-3399da6d95ac {
  display: none;
}
#s-205611f2-4ea6-4f57-bf83-3399da6d95ac, #wrap-s-205611f2-4ea6-4f57-bf83-3399da6d95ac, #wrap-content-s-205611f2-4ea6-4f57-bf83-3399da6d95ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-205611f2-4ea6-4f57-bf83-3399da6d95ac {
  display: none;
}
#s-205611f2-4ea6-4f57-bf83-3399da6d95ac, #wrap-s-205611f2-4ea6-4f57-bf83-3399da6d95ac, #wrap-content-s-205611f2-4ea6-4f57-bf83-3399da6d95ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-205611f2-4ea6-4f57-bf83-3399da6d95ac {
  display: none;
}
#s-205611f2-4ea6-4f57-bf83-3399da6d95ac, #wrap-s-205611f2-4ea6-4f57-bf83-3399da6d95ac, #wrap-content-s-205611f2-4ea6-4f57-bf83-3399da6d95ac { display: none !important; }}
#s-68a862f8-6cc2-4911-8ae6-eba7105c4b72 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-68a862f8-6cc2-4911-8ae6-eba7105c4b72 {
  display: none;
}
#s-68a862f8-6cc2-4911-8ae6-eba7105c4b72, #wrap-s-68a862f8-6cc2-4911-8ae6-eba7105c4b72, #wrap-content-s-68a862f8-6cc2-4911-8ae6-eba7105c4b72 { display: none !important; }}
#s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac {
  margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1aa09ad-00b5-4fda-98b3-27792fcc1cac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-349c87ab-5592-4e86-8407-96693268b52f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-349c87ab-5592-4e86-8407-96693268b52f {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-349c87ab-5592-4e86-8407-96693268b52f {
  margin: 0 !important;
  overflow: visible;
}

#s-349c87ab-5592-4e86-8407-96693268b52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add background color handling */
  
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
  box-sizing: border-box;
}



.s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349c87ab-5592-4e86-8407-96693268b52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
      position: relative;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-349c87ab-5592-4e86-8407-96693268b52f {
  margin: 0 !important;
  overflow: visible;
}

#s-349c87ab-5592-4e86-8407-96693268b52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add background color handling */
  
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
  box-sizing: border-box;
}



.s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349c87ab-5592-4e86-8407-96693268b52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
      position: relative;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-349c87ab-5592-4e86-8407-96693268b52f {
  margin: 0 !important;
  overflow: visible;
}

#s-349c87ab-5592-4e86-8407-96693268b52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add background color handling */
  
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
  box-sizing: border-box;
}



.s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349c87ab-5592-4e86-8407-96693268b52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
      position: relative;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-349c87ab-5592-4e86-8407-96693268b52f {
  margin: 0 !important;
  overflow: visible;
}

#s-349c87ab-5592-4e86-8407-96693268b52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add background color handling */
  
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
  box-sizing: border-box;
}



.s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349c87ab-5592-4e86-8407-96693268b52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
      position: relative;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-349c87ab-5592-4e86-8407-96693268b52f {
  margin: 0 !important;
  overflow: visible;
}

#s-349c87ab-5592-4e86-8407-96693268b52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-349c87ab-5592-4e86-8407-96693268b52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add background color handling */
  
}

#s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349c87ab-5592-4e86-8407-96693268b52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-349c87ab-5592-4e86-8407-96693268b52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image {
  box-sizing: border-box;
}



.s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349c87ab-5592-4e86-8407-96693268b52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container {
      position: relative;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349c87ab-5592-4e86-8407-96693268b52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-971a5a0c-7d77-4a07-85b9-d43adc185504 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-971a5a0c-7d77-4a07-85b9-d43adc185504 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-971a5a0c-7d77-4a07-85b9-d43adc185504 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-971a5a0c-7d77-4a07-85b9-d43adc185504 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-d8c45031-6357-4d66-9d79-43a0889a205d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d8c45031-6357-4d66-9d79-43a0889a205d {
  display: none;
}
#s-d8c45031-6357-4d66-9d79-43a0889a205d, #wrap-s-d8c45031-6357-4d66-9d79-43a0889a205d, #wrap-content-s-d8c45031-6357-4d66-9d79-43a0889a205d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8c45031-6357-4d66-9d79-43a0889a205d {
  display: none;
}
#s-d8c45031-6357-4d66-9d79-43a0889a205d, #wrap-s-d8c45031-6357-4d66-9d79-43a0889a205d, #wrap-content-s-d8c45031-6357-4d66-9d79-43a0889a205d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8c45031-6357-4d66-9d79-43a0889a205d {
  display: none;
}
#s-d8c45031-6357-4d66-9d79-43a0889a205d, #wrap-s-d8c45031-6357-4d66-9d79-43a0889a205d, #wrap-content-s-d8c45031-6357-4d66-9d79-43a0889a205d { display: none !important; }}
#s-3cb4ebb7-0c2a-471d-b554-23fcb35c9d42 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3cb4ebb7-0c2a-471d-b554-23fcb35c9d42 {
  display: none;
}
#s-3cb4ebb7-0c2a-471d-b554-23fcb35c9d42, #wrap-s-3cb4ebb7-0c2a-471d-b554-23fcb35c9d42, #wrap-content-s-3cb4ebb7-0c2a-471d-b554-23fcb35c9d42 { display: none !important; }}
#s-46ff8a45-5072-4523-bd7e-6c2547e1a81e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-46ff8a45-5072-4523-bd7e-6c2547e1a81e {
  margin-top: 0px;
margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-46ff8a45-5072-4523-bd7e-6c2547e1a81e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46ff8a45-5072-4523-bd7e-6c2547e1a81e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46ff8a45-5072-4523-bd7e-6c2547e1a81e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46ff8a45-5072-4523-bd7e-6c2547e1a81e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46ff8a45-5072-4523-bd7e-6c2547e1a81e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46ff8a45-5072-4523-bd7e-6c2547e1a81e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46ff8a45-5072-4523-bd7e-6c2547e1a81e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
  box-sizing: border-box;
}



.s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
      position: relative;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
  box-sizing: border-box;
}



.s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
      position: relative;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
  box-sizing: border-box;
}



.s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
      position: relative;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
  box-sizing: border-box;
}



.s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
      position: relative;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-cb998cc7-9916-4e15-890d-efc5c93ee337 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image {
  box-sizing: border-box;
}



.s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container {
      position: relative;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb998cc7-9916-4e15-890d-efc5c93ee337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ad9982d6-c71a-4240-a016-320d8dcd82a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad9982d6-c71a-4240-a016-320d8dcd82a6 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ad9982d6-c71a-4240-a016-320d8dcd82a6 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-ad9982d6-c71a-4240-a016-320d8dcd82a6 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-d5bb2967-f47a-42f5-bc53-76e700c6d361 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d5bb2967-f47a-42f5-bc53-76e700c6d361 {
  display: none;
}
#s-d5bb2967-f47a-42f5-bc53-76e700c6d361, #wrap-s-d5bb2967-f47a-42f5-bc53-76e700c6d361, #wrap-content-s-d5bb2967-f47a-42f5-bc53-76e700c6d361 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5bb2967-f47a-42f5-bc53-76e700c6d361 {
  display: none;
}
#s-d5bb2967-f47a-42f5-bc53-76e700c6d361, #wrap-s-d5bb2967-f47a-42f5-bc53-76e700c6d361, #wrap-content-s-d5bb2967-f47a-42f5-bc53-76e700c6d361 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5bb2967-f47a-42f5-bc53-76e700c6d361 {
  display: none;
}
#s-d5bb2967-f47a-42f5-bc53-76e700c6d361, #wrap-s-d5bb2967-f47a-42f5-bc53-76e700c6d361, #wrap-content-s-d5bb2967-f47a-42f5-bc53-76e700c6d361 { display: none !important; }}
#s-3bf11899-3408-4085-aa36-47fa246e1028 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3bf11899-3408-4085-aa36-47fa246e1028 {
  display: none;
}
#s-3bf11899-3408-4085-aa36-47fa246e1028, #wrap-s-3bf11899-3408-4085-aa36-47fa246e1028, #wrap-content-s-3bf11899-3408-4085-aa36-47fa246e1028 { display: none !important; }}
#s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986 {
  margin-top: 10px;
margin-left: -3%;
margin-bottom: 10px;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58e48dd3-8f26-4ca7-8d81-71e2a64cd986"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
  box-sizing: border-box;
}



.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
      position: relative;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
  box-sizing: border-box;
}



.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
      position: relative;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
  box-sizing: border-box;
}



.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
      position: relative;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
  box-sizing: border-box;
}



.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
      position: relative;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image {
  box-sizing: border-box;
}



.s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container {
      position: relative;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b85f3d-3aeb-4cf9-a7ad-b58f379de59c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-6acf87f0-27bb-4f16-9e7c-7c55170cdb30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6acf87f0-27bb-4f16-9e7c-7c55170cdb30 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6acf87f0-27bb-4f16-9e7c-7c55170cdb30 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-6acf87f0-27bb-4f16-9e7c-7c55170cdb30 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-ec297415-7b2b-4abc-bc93-2509365c2335 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ec297415-7b2b-4abc-bc93-2509365c2335 {
  display: none;
}
#s-ec297415-7b2b-4abc-bc93-2509365c2335, #wrap-s-ec297415-7b2b-4abc-bc93-2509365c2335, #wrap-content-s-ec297415-7b2b-4abc-bc93-2509365c2335 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec297415-7b2b-4abc-bc93-2509365c2335 {
  display: none;
}
#s-ec297415-7b2b-4abc-bc93-2509365c2335, #wrap-s-ec297415-7b2b-4abc-bc93-2509365c2335, #wrap-content-s-ec297415-7b2b-4abc-bc93-2509365c2335 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec297415-7b2b-4abc-bc93-2509365c2335 {
  display: none;
}
#s-ec297415-7b2b-4abc-bc93-2509365c2335, #wrap-s-ec297415-7b2b-4abc-bc93-2509365c2335, #wrap-content-s-ec297415-7b2b-4abc-bc93-2509365c2335 { display: none !important; }}
#s-f69abafb-246d-44a7-9465-28ab522eacd3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f69abafb-246d-44a7-9465-28ab522eacd3 {
  display: none;
}
#s-f69abafb-246d-44a7-9465-28ab522eacd3, #wrap-s-f69abafb-246d-44a7-9465-28ab522eacd3, #wrap-content-s-f69abafb-246d-44a7-9465-28ab522eacd3 { display: none !important; }}
#s-9011a277-93d4-48a7-a827-fd08c75fc287 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9011a277-93d4-48a7-a827-fd08c75fc287 {
  margin-top: 0px;
margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-9011a277-93d4-48a7-a827-fd08c75fc287"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9011a277-93d4-48a7-a827-fd08c75fc287"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9011a277-93d4-48a7-a827-fd08c75fc287"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9011a277-93d4-48a7-a827-fd08c75fc287"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9011a277-93d4-48a7-a827-fd08c75fc287"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9011a277-93d4-48a7-a827-fd08c75fc287"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9011a277-93d4-48a7-a827-fd08c75fc287"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
  box-sizing: border-box;
}



.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
      position: relative;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
  box-sizing: border-box;
}



.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
      position: relative;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
  box-sizing: border-box;
}



.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
      position: relative;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
  box-sizing: border-box;
}



.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
      position: relative;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image {
  box-sizing: border-box;
}



.s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container {
      position: relative;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbc5d04-7135-4215-baa0-6fb75a9e1a18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-62ade13d-df20-40ed-aa8f-6b9ffc08a640 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62ade13d-df20-40ed-aa8f-6b9ffc08a640 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-62ade13d-df20-40ed-aa8f-6b9ffc08a640 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62ade13d-df20-40ed-aa8f-6b9ffc08a640 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-62ade13d-df20-40ed-aa8f-6b9ffc08a640 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-4171766f-0662-4a5c-8803-868d9a6c104c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4171766f-0662-4a5c-8803-868d9a6c104c {
  display: none;
}
#s-4171766f-0662-4a5c-8803-868d9a6c104c, #wrap-s-4171766f-0662-4a5c-8803-868d9a6c104c, #wrap-content-s-4171766f-0662-4a5c-8803-868d9a6c104c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4171766f-0662-4a5c-8803-868d9a6c104c {
  display: none;
}
#s-4171766f-0662-4a5c-8803-868d9a6c104c, #wrap-s-4171766f-0662-4a5c-8803-868d9a6c104c, #wrap-content-s-4171766f-0662-4a5c-8803-868d9a6c104c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4171766f-0662-4a5c-8803-868d9a6c104c {
  display: none;
}
#s-4171766f-0662-4a5c-8803-868d9a6c104c, #wrap-s-4171766f-0662-4a5c-8803-868d9a6c104c, #wrap-content-s-4171766f-0662-4a5c-8803-868d9a6c104c { display: none !important; }}
#s-7107fe1f-a340-4f30-ac3e-9463c7fb421f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7107fe1f-a340-4f30-ac3e-9463c7fb421f {
  display: none;
}
#s-7107fe1f-a340-4f30-ac3e-9463c7fb421f, #wrap-s-7107fe1f-a340-4f30-ac3e-9463c7fb421f, #wrap-content-s-7107fe1f-a340-4f30-ac3e-9463c7fb421f { display: none !important; }}
#s-d1285f49-61e1-4adf-8a97-d4ef814766d5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
@media (max-width: 767px){#s-d1285f49-61e1-4adf-8a97-d4ef814766d5 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
}
}
@media (min-width: 0px) {
[id="s-d1285f49-61e1-4adf-8a97-d4ef814766d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1285f49-61e1-4adf-8a97-d4ef814766d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1285f49-61e1-4adf-8a97-d4ef814766d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1285f49-61e1-4adf-8a97-d4ef814766d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1285f49-61e1-4adf-8a97-d4ef814766d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1285f49-61e1-4adf-8a97-d4ef814766d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1285f49-61e1-4adf-8a97-d4ef814766d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  max-width: 50px;
}
}
#s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  margin: 0 !important;
  overflow: visible;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add background color handling */
  
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-content {
  
    justify-content: center;
  
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
  box-sizing: border-box;
}



.s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
      position: relative;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  margin: 0 !important;
  overflow: visible;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add background color handling */
  
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-content {
  
    justify-content: center;
  
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
  box-sizing: border-box;
}



.s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
      position: relative;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  margin: 0 !important;
  overflow: visible;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add background color handling */
  
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-content {
  
    justify-content: center;
  
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
  box-sizing: border-box;
}



.s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
      position: relative;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  margin: 0 !important;
  overflow: visible;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add background color handling */
  
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-content {
  
    justify-content: center;
  
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
  box-sizing: border-box;
}



.s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
      position: relative;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  margin: 0 !important;
  overflow: visible;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add background color handling */
  
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66af4dad-0bff-4346-8c30-df9ef6f51dae .shogun-image-content {
  
    justify-content: center;
  
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image {
  box-sizing: border-box;
}



.s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container {
      position: relative;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66af4dad-0bff-4346-8c30-df9ef6f51dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-16745fb3-d68c-4f97-8a06-2ae8aaece452 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16745fb3-d68c-4f97-8a06-2ae8aaece452 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-16745fb3-d68c-4f97-8a06-2ae8aaece452 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-16745fb3-d68c-4f97-8a06-2ae8aaece452 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-87995d34-b99f-429e-b44b-2d5b0a1aa82a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-87995d34-b99f-429e-b44b-2d5b0a1aa82a {
  display: none;
}
#s-87995d34-b99f-429e-b44b-2d5b0a1aa82a, #wrap-s-87995d34-b99f-429e-b44b-2d5b0a1aa82a, #wrap-content-s-87995d34-b99f-429e-b44b-2d5b0a1aa82a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87995d34-b99f-429e-b44b-2d5b0a1aa82a {
  display: none;
}
#s-87995d34-b99f-429e-b44b-2d5b0a1aa82a, #wrap-s-87995d34-b99f-429e-b44b-2d5b0a1aa82a, #wrap-content-s-87995d34-b99f-429e-b44b-2d5b0a1aa82a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87995d34-b99f-429e-b44b-2d5b0a1aa82a {
  display: none;
}
#s-87995d34-b99f-429e-b44b-2d5b0a1aa82a, #wrap-s-87995d34-b99f-429e-b44b-2d5b0a1aa82a, #wrap-content-s-87995d34-b99f-429e-b44b-2d5b0a1aa82a { display: none !important; }}
#s-9bb8c20c-0173-436e-96ec-72d1fcd7478d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9bb8c20c-0173-436e-96ec-72d1fcd7478d {
  display: none;
}
#s-9bb8c20c-0173-436e-96ec-72d1fcd7478d, #wrap-s-9bb8c20c-0173-436e-96ec-72d1fcd7478d, #wrap-content-s-9bb8c20c-0173-436e-96ec-72d1fcd7478d { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.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-36b38d52-fcfa-4a38-9c04-87bf2d5198cf {
  margin-top: 30px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 10px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf {
  text-align: center;
}
}

  #s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf-root {
    text-align: left;
  }


#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf-root {
    text-align: left;
  }


#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf-root {
    text-align: left;
  }


#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf-root {
    text-align: left;
  }


#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf-root {
    text-align: center;
  }


#s-36b38d52-fcfa-4a38-9c04-87bf2d5198cf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-76d77462-e3ff-48ba-8394-307eb0446fa5 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-76d77462-e3ff-48ba-8394-307eb0446fa5 hr {
  border-top: 2px solid rgba(170, 195, 216, 1);
}

#s-19b9656c-38e7-43d7-9338-9ae6601420ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
text-align: center;
}
@media (max-width: 767px){#s-19b9656c-38e7-43d7-9338-9ae6601420ab {
  margin-left: -4%;
margin-right: -4%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
text-align: left;
}
}
#s-19b9656c-38e7-43d7-9338-9ae6601420ab .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-19b9656c-38e7-43d7-9338-9ae6601420ab .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-19b9656c-38e7-43d7-9338-9ae6601420ab .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-aaa470bb-5010-4e77-8f3f-6f348975922b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-aaa470bb-5010-4e77-8f3f-6f348975922b {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-aaa470bb-5010-4e77-8f3f-6f348975922b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaa470bb-5010-4e77-8f3f-6f348975922b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aaa470bb-5010-4e77-8f3f-6f348975922b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaa470bb-5010-4e77-8f3f-6f348975922b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5e8b0ae9-8ab1-4b29-9186-d6227b50e06b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5e8b0ae9-8ab1-4b29-9186-d6227b50e06b {
  margin-top: -20px;
}
}
#s-96b9b437-82d0-406f-a40e-3e12574a5f08 {
  margin-left: auto;
margin-right: auto;
}

#s-cd741fb6-e822-4571-b42b-457587c6e2c4 {
  margin-left: auto;
margin-right: auto;
}

#s-2d20d996-744d-4b14-9a5b-a0dad5bf2aba {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
min-height: 50px;
}
@media (max-width: 767px){#s-2d20d996-744d-4b14-9a5b-a0dad5bf2aba {
  padding-top: 30px;
padding-left: 8%;
padding-bottom: 25px;
padding-right: 8%;
display: none;
}
#s-2d20d996-744d-4b14-9a5b-a0dad5bf2aba, #wrap-s-2d20d996-744d-4b14-9a5b-a0dad5bf2aba, #wrap-content-s-2d20d996-744d-4b14-9a5b-a0dad5bf2aba { display: none !important; }}







#s-2d20d996-744d-4b14-9a5b-a0dad5bf2aba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d20d996-744d-4b14-9a5b-a0dad5bf2aba.shg-box.shg-c {
  justify-content: center;
}

#s-50524c51-d6c1-4760-b7f8-6b2f6d7673ab {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f37f86f7-35fc-4b8f-9369-347330324269 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f37f86f7-35fc-4b8f-9369-347330324269 {
  margin-left: -3%;
margin-right: -3%;
}
}
#s-f37f86f7-35fc-4b8f-9369-347330324269 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-f37f86f7-35fc-4b8f-9369-347330324269 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f37f86f7-35fc-4b8f-9369-347330324269 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f37f86f7-35fc-4b8f-9369-347330324269 .shogun-heading-component h2 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-259956c4-6664-4b42-bf82-9884e503336d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-259956c4-6664-4b42-bf82-9884e503336d {
  margin-left: -4%;
margin-right: -4%;
}
}
#s-259956c4-6664-4b42-bf82-9884e503336d .shogun-heading-component h3 {
  color: rgba(84, 84, 84, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-259956c4-6664-4b42-bf82-9884e503336d .shogun-heading-component h3 {
  color: rgba(84, 84, 84, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-474e97b4-24e7-4466-a1f1-f44937f14d08 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-474e97b4-24e7-4466-a1f1-f44937f14d08 {
  margin-top: 0px;
margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-474e97b4-24e7-4466-a1f1-f44937f14d08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-474e97b4-24e7-4466-a1f1-f44937f14d08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-474e97b4-24e7-4466-a1f1-f44937f14d08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-474e97b4-24e7-4466-a1f1-f44937f14d08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-474e97b4-24e7-4466-a1f1-f44937f14d08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-474e97b4-24e7-4466-a1f1-f44937f14d08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-474e97b4-24e7-4466-a1f1-f44937f14d08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 60px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 50px;
text-align: center;
}
}
#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  margin: 0 !important;
  overflow: visible;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add background color handling */
  
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
  box-sizing: border-box;
}



.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
      position: relative;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  margin: 0 !important;
  overflow: visible;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add background color handling */
  
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
  box-sizing: border-box;
}



.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
      position: relative;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  margin: 0 !important;
  overflow: visible;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add background color handling */
  
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
  box-sizing: border-box;
}



.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
      position: relative;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  margin: 0 !important;
  overflow: visible;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add background color handling */
  
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
  box-sizing: border-box;
}



.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
      position: relative;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  margin: 0 !important;
  overflow: visible;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add background color handling */
  
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image {
  box-sizing: border-box;
}



.s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container {
      position: relative;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274f5d14-58eb-4ae6-9f00-fbce17ecae91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-a28be37b-4779-4874-a459-ffa7c354f1d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a28be37b-4779-4874-a459-ffa7c354f1d8 {
  padding-top: 0px;
}
}
#s-a28be37b-4779-4874-a459-ffa7c354f1d8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-a28be37b-4779-4874-a459-ffa7c354f1d8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a28be37b-4779-4874-a459-ffa7c354f1d8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}
#s-e0ff5421-79fc-4a96-ade5-38a5080e8a02 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e0ff5421-79fc-4a96-ade5-38a5080e8a02 {
  display: none;
}
#s-e0ff5421-79fc-4a96-ade5-38a5080e8a02, #wrap-s-e0ff5421-79fc-4a96-ade5-38a5080e8a02, #wrap-content-s-e0ff5421-79fc-4a96-ade5-38a5080e8a02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0ff5421-79fc-4a96-ade5-38a5080e8a02 {
  display: none;
}
#s-e0ff5421-79fc-4a96-ade5-38a5080e8a02, #wrap-s-e0ff5421-79fc-4a96-ade5-38a5080e8a02, #wrap-content-s-e0ff5421-79fc-4a96-ade5-38a5080e8a02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0ff5421-79fc-4a96-ade5-38a5080e8a02 {
  display: none;
}
#s-e0ff5421-79fc-4a96-ade5-38a5080e8a02, #wrap-s-e0ff5421-79fc-4a96-ade5-38a5080e8a02, #wrap-content-s-e0ff5421-79fc-4a96-ade5-38a5080e8a02 { display: none !important; }}
#s-251c57d6-df42-4eb4-b033-0be1370c5741 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-251c57d6-df42-4eb4-b033-0be1370c5741 {
  display: none;
}
#s-251c57d6-df42-4eb4-b033-0be1370c5741, #wrap-s-251c57d6-df42-4eb4-b033-0be1370c5741, #wrap-content-s-251c57d6-df42-4eb4-b033-0be1370c5741 { display: none !important; }}
#s-281c69ab-6066-4b1e-80a7-7bfca5547f79 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-281c69ab-6066-4b1e-80a7-7bfca5547f79 {
  margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-281c69ab-6066-4b1e-80a7-7bfca5547f79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-281c69ab-6066-4b1e-80a7-7bfca5547f79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-281c69ab-6066-4b1e-80a7-7bfca5547f79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-281c69ab-6066-4b1e-80a7-7bfca5547f79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-281c69ab-6066-4b1e-80a7-7bfca5547f79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-281c69ab-6066-4b1e-80a7-7bfca5547f79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-281c69ab-6066-4b1e-80a7-7bfca5547f79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
  box-sizing: border-box;
}



.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
      position: relative;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
  box-sizing: border-box;
}



.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
      position: relative;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
  box-sizing: border-box;
}



.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
      position: relative;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
  box-sizing: border-box;
}



.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
      position: relative;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image {
  box-sizing: border-box;
}



.s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container {
      position: relative;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b2e4d9-e47e-4920-8c48-aa6ca6b1bd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-41becc1f-c5c3-44a8-9017-146296ea7503 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41becc1f-c5c3-44a8-9017-146296ea7503 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-41becc1f-c5c3-44a8-9017-146296ea7503 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-41becc1f-c5c3-44a8-9017-146296ea7503 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0 {
  display: none;
}
#s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0, #wrap-s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0, #wrap-content-s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0 {
  display: none;
}
#s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0, #wrap-s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0, #wrap-content-s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0 {
  display: none;
}
#s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0, #wrap-s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0, #wrap-content-s-2ff3b7f1-da1f-4cbc-aab1-d7c9b5f49cc0 { display: none !important; }}
#s-77da5cc5-05ee-427a-8211-a173549e2960 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-77da5cc5-05ee-427a-8211-a173549e2960 {
  display: none;
}
#s-77da5cc5-05ee-427a-8211-a173549e2960, #wrap-s-77da5cc5-05ee-427a-8211-a173549e2960, #wrap-content-s-77da5cc5-05ee-427a-8211-a173549e2960 { display: none !important; }}
#s-3a2a3b67-1e08-42c6-b592-6d91f121db77 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-3a2a3b67-1e08-42c6-b592-6d91f121db77 {
  margin-top: 0px;
margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-3a2a3b67-1e08-42c6-b592-6d91f121db77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a2a3b67-1e08-42c6-b592-6d91f121db77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a2a3b67-1e08-42c6-b592-6d91f121db77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a2a3b67-1e08-42c6-b592-6d91f121db77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a2a3b67-1e08-42c6-b592-6d91f121db77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a2a3b67-1e08-42c6-b592-6d91f121db77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a2a3b67-1e08-42c6-b592-6d91f121db77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
  box-sizing: border-box;
}



.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
      position: relative;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
  box-sizing: border-box;
}



.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
      position: relative;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
  box-sizing: border-box;
}



.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
      position: relative;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
  box-sizing: border-box;
}



.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
      position: relative;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image {
  box-sizing: border-box;
}



.s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container {
      position: relative;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b0f434-d1f4-4d95-bd17-5ed6dc5f9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-28dc4610-9f24-4d6c-a3bb-34762305a992 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28dc4610-9f24-4d6c-a3bb-34762305a992 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-28dc4610-9f24-4d6c-a3bb-34762305a992 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-28dc4610-9f24-4d6c-a3bb-34762305a992 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-0f451528-4b07-49ca-b731-42c24094318a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0f451528-4b07-49ca-b731-42c24094318a {
  display: none;
}
#s-0f451528-4b07-49ca-b731-42c24094318a, #wrap-s-0f451528-4b07-49ca-b731-42c24094318a, #wrap-content-s-0f451528-4b07-49ca-b731-42c24094318a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f451528-4b07-49ca-b731-42c24094318a {
  display: none;
}
#s-0f451528-4b07-49ca-b731-42c24094318a, #wrap-s-0f451528-4b07-49ca-b731-42c24094318a, #wrap-content-s-0f451528-4b07-49ca-b731-42c24094318a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f451528-4b07-49ca-b731-42c24094318a {
  display: none;
}
#s-0f451528-4b07-49ca-b731-42c24094318a, #wrap-s-0f451528-4b07-49ca-b731-42c24094318a, #wrap-content-s-0f451528-4b07-49ca-b731-42c24094318a { display: none !important; }}
#s-5a03bc68-09fd-4791-968b-ebd439adb7a0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5a03bc68-09fd-4791-968b-ebd439adb7a0 {
  display: none;
}
#s-5a03bc68-09fd-4791-968b-ebd439adb7a0, #wrap-s-5a03bc68-09fd-4791-968b-ebd439adb7a0, #wrap-content-s-5a03bc68-09fd-4791-968b-ebd439adb7a0 { display: none !important; }}
#s-838693b9-2abf-4180-baba-30e09ded6331 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-838693b9-2abf-4180-baba-30e09ded6331 {
  margin-top: 10px;
margin-left: -3%;
margin-bottom: 10px;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-838693b9-2abf-4180-baba-30e09ded6331"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-838693b9-2abf-4180-baba-30e09ded6331"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-838693b9-2abf-4180-baba-30e09ded6331"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-838693b9-2abf-4180-baba-30e09ded6331"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-838693b9-2abf-4180-baba-30e09ded6331"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-838693b9-2abf-4180-baba-30e09ded6331"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-838693b9-2abf-4180-baba-30e09ded6331"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
  box-sizing: border-box;
}



.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
      position: relative;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
  box-sizing: border-box;
}



.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
      position: relative;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
  box-sizing: border-box;
}



.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
      position: relative;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
  box-sizing: border-box;
}



.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
      position: relative;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  margin: 0 !important;
  overflow: visible;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add background color handling */
  
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image {
  box-sizing: border-box;
}



.s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container {
      position: relative;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b61c74e-8bbe-478d-a758-5b31f9f80e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-bb78a3cd-040e-47a5-9199-d4d1f7647e40 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb78a3cd-040e-47a5-9199-d4d1f7647e40 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-bb78a3cd-040e-47a5-9199-d4d1f7647e40 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-bb78a3cd-040e-47a5-9199-d4d1f7647e40 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-c51f24ea-01d9-4723-87f0-266e0eb44f70 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c51f24ea-01d9-4723-87f0-266e0eb44f70 {
  display: none;
}
#s-c51f24ea-01d9-4723-87f0-266e0eb44f70, #wrap-s-c51f24ea-01d9-4723-87f0-266e0eb44f70, #wrap-content-s-c51f24ea-01d9-4723-87f0-266e0eb44f70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c51f24ea-01d9-4723-87f0-266e0eb44f70 {
  display: none;
}
#s-c51f24ea-01d9-4723-87f0-266e0eb44f70, #wrap-s-c51f24ea-01d9-4723-87f0-266e0eb44f70, #wrap-content-s-c51f24ea-01d9-4723-87f0-266e0eb44f70 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c51f24ea-01d9-4723-87f0-266e0eb44f70 {
  display: none;
}
#s-c51f24ea-01d9-4723-87f0-266e0eb44f70, #wrap-s-c51f24ea-01d9-4723-87f0-266e0eb44f70, #wrap-content-s-c51f24ea-01d9-4723-87f0-266e0eb44f70 { display: none !important; }}
#s-3e2d5f2b-144b-4f62-81d8-4e6e3fe0885c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3e2d5f2b-144b-4f62-81d8-4e6e3fe0885c {
  display: none;
}
#s-3e2d5f2b-144b-4f62-81d8-4e6e3fe0885c, #wrap-s-3e2d5f2b-144b-4f62-81d8-4e6e3fe0885c, #wrap-content-s-3e2d5f2b-144b-4f62-81d8-4e6e3fe0885c { display: none !important; }}
#s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b {
  margin-top: 0px;
margin-left: -3%;
margin-right: -3%;
}
}
@media (min-width: 0px) {
[id="s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cadddb12-de4c-426c-96f6-8bf0ee96ac8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  margin-bottom: 0px;
max-width: 50px;
text-align: center;
}
}
#s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  margin: 0 !important;
  overflow: visible;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add background color handling */
  
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
  box-sizing: border-box;
}



.s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6927f42e-3e97-4c07-8ea1-49722049a099 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
      position: relative;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  margin: 0 !important;
  overflow: visible;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add background color handling */
  
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
  box-sizing: border-box;
}



.s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6927f42e-3e97-4c07-8ea1-49722049a099 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
      position: relative;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  margin: 0 !important;
  overflow: visible;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add background color handling */
  
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
  box-sizing: border-box;
}



.s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6927f42e-3e97-4c07-8ea1-49722049a099 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
      position: relative;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  margin: 0 !important;
  overflow: visible;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add background color handling */
  
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
  box-sizing: border-box;
}



.s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6927f42e-3e97-4c07-8ea1-49722049a099 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
      position: relative;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  margin: 0 !important;
  overflow: visible;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-6927f42e-3e97-4c07-8ea1-49722049a099 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add background color handling */
  
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6927f42e-3e97-4c07-8ea1-49722049a099 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-6927f42e-3e97-4c07-8ea1-49722049a099 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image {
  box-sizing: border-box;
}



.s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6927f42e-3e97-4c07-8ea1-49722049a099 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container {
      position: relative;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6927f42e-3e97-4c07-8ea1-49722049a099 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-755e281a-456b-47a6-beef-d764b8cef1d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-755e281a-456b-47a6-beef-d764b8cef1d5 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-755e281a-456b-47a6-beef-d764b8cef1d5 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-755e281a-456b-47a6-beef-d764b8cef1d5 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-755e281a-456b-47a6-beef-d764b8cef1d5 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed {
  display: none;
}
#s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed, #wrap-s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed, #wrap-content-s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed {
  display: none;
}
#s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed, #wrap-s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed, #wrap-content-s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed {
  display: none;
}
#s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed, #wrap-s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed, #wrap-content-s-5448ec08-81f0-4beb-a5ee-0afc9d47aeed { display: none !important; }}
#s-3ef0bec4-3a9f-480e-87ac-d882bfe3df4c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3ef0bec4-3a9f-480e-87ac-d882bfe3df4c {
  display: none;
}
#s-3ef0bec4-3a9f-480e-87ac-d882bfe3df4c, #wrap-s-3ef0bec4-3a9f-480e-87ac-d882bfe3df4c, #wrap-content-s-3ef0bec4-3a9f-480e-87ac-d882bfe3df4c { display: none !important; }}
#s-bfbce4d9-de78-4644-8542-349796b9dd9c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
@media (max-width: 767px){#s-bfbce4d9-de78-4644-8542-349796b9dd9c {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
}
}
@media (min-width: 0px) {
[id="s-bfbce4d9-de78-4644-8542-349796b9dd9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfbce4d9-de78-4644-8542-349796b9dd9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfbce4d9-de78-4644-8542-349796b9dd9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfbce4d9-de78-4644-8542-349796b9dd9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfbce4d9-de78-4644-8542-349796b9dd9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfbce4d9-de78-4644-8542-349796b9dd9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfbce4d9-de78-4644-8542-349796b9dd9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  max-width: 50px;
}
}
#s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
  box-sizing: border-box;
}



.s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fc982ec-d80e-4553-9a04-2ea261893317 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
      position: relative;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
  box-sizing: border-box;
}



.s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fc982ec-d80e-4553-9a04-2ea261893317 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
      position: relative;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
  box-sizing: border-box;
}



.s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fc982ec-d80e-4553-9a04-2ea261893317 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
      position: relative;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
  box-sizing: border-box;
}



.s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fc982ec-d80e-4553-9a04-2ea261893317 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
      position: relative;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fc982ec-d80e-4553-9a04-2ea261893317 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fc982ec-d80e-4553-9a04-2ea261893317 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1fc982ec-d80e-4553-9a04-2ea261893317 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image {
  box-sizing: border-box;
}



.s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fc982ec-d80e-4553-9a04-2ea261893317 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container {
      position: relative;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fc982ec-d80e-4553-9a04-2ea261893317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-789f1d51-2155-47ef-ba17-780d9db2c5a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-789f1d51-2155-47ef-ba17-780d9db2c5a1 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-789f1d51-2155-47ef-ba17-780d9db2c5a1 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-789f1d51-2155-47ef-ba17-780d9db2c5a1 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410 {
  display: none;
}
#s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410, #wrap-s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410, #wrap-content-s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410 {
  display: none;
}
#s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410, #wrap-s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410, #wrap-content-s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410 {
  display: none;
}
#s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410, #wrap-s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410, #wrap-content-s-6ee3e8f8-c4be-4a14-938c-636f6b7c7410 { display: none !important; }}
#s-aa24e089-f529-4661-8dfb-d931ecf4a73f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-aa24e089-f529-4661-8dfb-d931ecf4a73f {
  display: none;
}
#s-aa24e089-f529-4661-8dfb-d931ecf4a73f, #wrap-s-aa24e089-f529-4661-8dfb-d931ecf4a73f, #wrap-content-s-aa24e089-f529-4661-8dfb-d931ecf4a73f { display: none !important; }}
#s-5c177091-e6a7-420a-883f-4cfe0ec46572 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 10px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5c177091-e6a7-420a-883f-4cfe0ec46572:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c177091-e6a7-420a-883f-4cfe0ec46572:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5c177091-e6a7-420a-883f-4cfe0ec46572 {
  text-align: center;
}
}

  #s-5c177091-e6a7-420a-883f-4cfe0ec46572-root {
    text-align: left;
  }


#s-5c177091-e6a7-420a-883f-4cfe0ec46572.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c177091-e6a7-420a-883f-4cfe0ec46572-root {
    text-align: left;
  }


#s-5c177091-e6a7-420a-883f-4cfe0ec46572.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c177091-e6a7-420a-883f-4cfe0ec46572-root {
    text-align: left;
  }


#s-5c177091-e6a7-420a-883f-4cfe0ec46572.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c177091-e6a7-420a-883f-4cfe0ec46572-root {
    text-align: left;
  }


#s-5c177091-e6a7-420a-883f-4cfe0ec46572.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c177091-e6a7-420a-883f-4cfe0ec46572-root {
    text-align: center;
  }


#s-5c177091-e6a7-420a-883f-4cfe0ec46572.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ac4bac57-383d-4496-ba33-315a702dbb5b {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-ac4bac57-383d-4496-ba33-315a702dbb5b hr {
  border-top: 2px solid rgba(170, 195, 216, 1);
}

#s-eb77dc20-a126-4795-acfe-a398c3534bb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
text-align: center;
}
@media (min-width: 1200px){#s-eb77dc20-a126-4795-acfe-a398c3534bb8 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb77dc20-a126-4795-acfe-a398c3534bb8 {
  padding-left: 0%;
}
}@media (max-width: 767px){#s-eb77dc20-a126-4795-acfe-a398c3534bb8 {
  margin-left: -4%;
margin-right: -4%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-eb77dc20-a126-4795-acfe-a398c3534bb8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-eb77dc20-a126-4795-acfe-a398c3534bb8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eb77dc20-a126-4795-acfe-a398c3534bb8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb77dc20-a126-4795-acfe-a398c3534bb8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-eb77dc20-a126-4795-acfe-a398c3534bb8 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-89408426-dcc5-42d3-b626-4e317ff48a29 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-89408426-dcc5-42d3-b626-4e317ff48a29 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-89408426-dcc5-42d3-b626-4e317ff48a29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89408426-dcc5-42d3-b626-4e317ff48a29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89408426-dcc5-42d3-b626-4e317ff48a29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89408426-dcc5-42d3-b626-4e317ff48a29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-14f717bf-01bc-442d-9dd9-815945f77dd8 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-14f717bf-01bc-442d-9dd9-815945f77dd8 {
  margin-top: -20px;
}
}
#s-1bab105e-d2d7-4a93-aa28-4021b5f7fa37 {
  margin-left: auto;
margin-right: auto;
}

#s-efc3fdc5-3c91-46a7-93d6-36dbc725d23d {
  margin-left: auto;
margin-right: auto;
}

#s-545eda9b-d287-46d7-a715-e74110185115 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
min-height: 50px;
background-color: rgba(248, 250, 250, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-545eda9b-d287-46d7-a715-e74110185115 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-545eda9b-d287-46d7-a715-e74110185115 {
  padding-bottom: 20px;
}
}







#s-545eda9b-d287-46d7-a715-e74110185115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-545eda9b-d287-46d7-a715-e74110185115.shg-box.shg-c {
  justify-content: center;
}

#s-4bcdfde3-9021-4979-b137-fd8df8b090ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4bcdfde3-9021-4979-b137-fd8df8b090ad {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-4bcdfde3-9021-4979-b137-fd8df8b090ad .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-4bcdfde3-9021-4979-b137-fd8df8b090ad .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1 {
  display: none;
}
#s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1, #wrap-s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1, #wrap-content-s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1 { display: none !important; }}@media (max-width: 767px){#s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1 {
  display: none;
}
#s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1, #wrap-s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1, #wrap-content-s-b6c014ba-186a-4e9b-900f-4b32b45cf1e1 { display: none !important; }}
#s-26d642ae-70ad-441c-bc62-06dcd3ad7976 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-26d642ae-70ad-441c-bc62-06dcd3ad7976 {
  display: none;
}
#s-26d642ae-70ad-441c-bc62-06dcd3ad7976, #wrap-s-26d642ae-70ad-441c-bc62-06dcd3ad7976, #wrap-content-s-26d642ae-70ad-441c-bc62-06dcd3ad7976 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26d642ae-70ad-441c-bc62-06dcd3ad7976 {
  display: none;
}
#s-26d642ae-70ad-441c-bc62-06dcd3ad7976, #wrap-s-26d642ae-70ad-441c-bc62-06dcd3ad7976, #wrap-content-s-26d642ae-70ad-441c-bc62-06dcd3ad7976 { display: none !important; }}
#s-2165cc21-6329-41b4-9425-4916599dd639 {
  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, 88, 142, 1);
}








#s-2165cc21-6329-41b4-9425-4916599dd639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2165cc21-6329-41b4-9425-4916599dd639.shg-box.shg-c {
  justify-content: center;
}

#s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b {
  margin-left: 17%;
margin-right: 17%;
text-align: center;
display: none;
}
#s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b, #wrap-s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b, #wrap-content-s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b { display: none !important; }}
#s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-8dc28dba-3fa2-4e47-b6b2-5da947239c5b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-522798c3-b1f7-4216-bda5-17c81837c267 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-522798c3-b1f7-4216-bda5-17c81837c267 {
  display: none;
}
#s-522798c3-b1f7-4216-bda5-17c81837c267, #wrap-s-522798c3-b1f7-4216-bda5-17c81837c267, #wrap-content-s-522798c3-b1f7-4216-bda5-17c81837c267 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-522798c3-b1f7-4216-bda5-17c81837c267 {
  display: none;
}
#s-522798c3-b1f7-4216-bda5-17c81837c267, #wrap-s-522798c3-b1f7-4216-bda5-17c81837c267, #wrap-content-s-522798c3-b1f7-4216-bda5-17c81837c267 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-522798c3-b1f7-4216-bda5-17c81837c267 {
  display: none;
}
#s-522798c3-b1f7-4216-bda5-17c81837c267, #wrap-s-522798c3-b1f7-4216-bda5-17c81837c267, #wrap-content-s-522798c3-b1f7-4216-bda5-17c81837c267 { display: none !important; }}@media (max-width: 767px){#s-522798c3-b1f7-4216-bda5-17c81837c267 {
  margin-top: -21px;
margin-left: 0%;
margin-bottom: -21px;
margin-right: 0%;
}
}
#s-e27dd4c5-e606-4b92-adee-d2f92ec37f57 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e27dd4c5-e606-4b92-adee-d2f92ec37f57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e27dd4c5-e606-4b92-adee-d2f92ec37f57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e27dd4c5-e606-4b92-adee-d2f92ec37f57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e27dd4c5-e606-4b92-adee-d2f92ec37f57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image {
  box-sizing: border-box;
}



.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image {
  box-sizing: border-box;
}



.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image {
  box-sizing: border-box;
}



.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image {
  box-sizing: border-box;
}



.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7.shogun-image {
  box-sizing: border-box;
}



.s-6a89ba6c-83e5-4d04-a2b5-e78cf2f7b6a7 img.shogun-image {
  
}


}
#s-9750f13c-4b0c-4440-b8a7-77e0cf18c5ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9750f13c-4b0c-4440-b8a7-77e0cf18c5ac .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9750f13c-4b0c-4440-b8a7-77e0cf18c5ac .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  margin: 0 !important;
  overflow: visible;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add background color handling */
  
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image {
  box-sizing: border-box;
}



.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  margin: 0 !important;
  overflow: visible;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add background color handling */
  
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image {
  box-sizing: border-box;
}



.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  margin: 0 !important;
  overflow: visible;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add background color handling */
  
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image {
  box-sizing: border-box;
}



.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  margin: 0 !important;
  overflow: visible;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add background color handling */
  
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image {
  box-sizing: border-box;
}



.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  margin: 0 !important;
  overflow: visible;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add background color handling */
  
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41b2d6d-3b6d-49c0-81a9-83d6518be149.shogun-image {
  box-sizing: border-box;
}



.s-e41b2d6d-3b6d-49c0-81a9-83d6518be149 img.shogun-image {
  
}


}
#s-04162374-b90d-42f2-9e81-d7478d69858b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04162374-b90d-42f2-9e81-d7478d69858b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-04162374-b90d-42f2-9e81-d7478d69858b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf079bbb-7e0f-44c0-a300-53970a108580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image {
  box-sizing: border-box;
}



.s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf079bbb-7e0f-44c0-a300-53970a108580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image {
  box-sizing: border-box;
}



.s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf079bbb-7e0f-44c0-a300-53970a108580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image {
  box-sizing: border-box;
}



.s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf079bbb-7e0f-44c0-a300-53970a108580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image {
  box-sizing: border-box;
}



.s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf079bbb-7e0f-44c0-a300-53970a108580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cf079bbb-7e0f-44c0-a300-53970a108580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf079bbb-7e0f-44c0-a300-53970a108580.shogun-image {
  box-sizing: border-box;
}



.s-cf079bbb-7e0f-44c0-a300-53970a108580 img.shogun-image {
  
}


}
#s-824efa45-f310-4f9b-a89c-c049916412c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-824efa45-f310-4f9b-a89c-c049916412c1 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-824efa45-f310-4f9b-a89c-c049916412c1 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a {
  margin-left: -5%;
margin-right: -5%;
}
}@media (max-width: 767px){#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a {
  margin-left: -3%;
margin-right: -3%;
}
}
#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 30px;
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}@media (max-width: 767px){#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 20px;
}

#s-46a37ca8-8fb6-49b0-a1f5-8fb88139a97a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-f177ae53-e06d-4359-86ae-6b60499d0bba {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f177ae53-e06d-4359-86ae-6b60499d0bba {
  display: none;
}
#s-f177ae53-e06d-4359-86ae-6b60499d0bba, #wrap-s-f177ae53-e06d-4359-86ae-6b60499d0bba, #wrap-content-s-f177ae53-e06d-4359-86ae-6b60499d0bba { display: none !important; }}
#s-67349f80-0f98-492e-860f-cd0e0281d7fc {
  margin-left: auto;
margin-right: auto;
}

#s-c9bd6fb7-adf4-48f4-9f6a-e159d2054392 {
  margin-left: auto;
margin-right: auto;
}

#s-3c244d48-8fc3-453a-afc1-1ee6afba7185 {
  margin-left: auto;
margin-right: auto;
}

#s-47d5b813-c5b6-42f8-a840-ef14189f721c {
  margin-left: auto;
margin-right: auto;
}

#s-1acb84d7-29cf-48a9-9f20-e24bf896551b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1acb84d7-29cf-48a9-9f20-e24bf896551b {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-ee19aa25-fbe2-42bc-8880-183577db081a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ee19aa25-fbe2-42bc-8880-183577db081a {
  display: none;
}
#s-ee19aa25-fbe2-42bc-8880-183577db081a, #wrap-s-ee19aa25-fbe2-42bc-8880-183577db081a, #wrap-content-s-ee19aa25-fbe2-42bc-8880-183577db081a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee19aa25-fbe2-42bc-8880-183577db081a {
  display: none;
}
#s-ee19aa25-fbe2-42bc-8880-183577db081a, #wrap-s-ee19aa25-fbe2-42bc-8880-183577db081a, #wrap-content-s-ee19aa25-fbe2-42bc-8880-183577db081a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee19aa25-fbe2-42bc-8880-183577db081a {
  
}
}@media (max-width: 767px){#s-ee19aa25-fbe2-42bc-8880-183577db081a {
  
}
}
#s-38d889bf-cf5d-4aad-aae6-266c8dccfe0d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 12%;
padding-bottom: 50px;
padding-right: 12%;
min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}








#s-38d889bf-cf5d-4aad-aae6-266c8dccfe0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38d889bf-cf5d-4aad-aae6-266c8dccfe0d.shg-box.shg-c {
  justify-content: center;
}

#s-22c3c84a-168e-4479-8bd4-5814d5bb0c15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-22c3c84a-168e-4479-8bd4-5814d5bb0c15 {
  margin-left: -8%;
margin-right: -8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22c3c84a-168e-4479-8bd4-5814d5bb0c15 {
  margin-left: -8%;
margin-right: -8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22c3c84a-168e-4479-8bd4-5814d5bb0c15 {
  margin-left: -3%;
margin-right: -3%;
}
}@media (max-width: 767px){#s-22c3c84a-168e-4479-8bd4-5814d5bb0c15 {
  margin-left: -12%;
margin-right: -12%;
}
}
#s-22c3c84a-168e-4479-8bd4-5814d5bb0c15 .shogun-heading-component h1 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-22c3c84a-168e-4479-8bd4-5814d5bb0c15 .shogun-heading-component h1 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-d955b5d0-256f-4a35-92c9-0a2a17ca33d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d955b5d0-256f-4a35-92c9-0a2a17ca33d4 {
  margin-left: -10%;
margin-right: -10%;
}
}@media (max-width: 767px){#s-d955b5d0-256f-4a35-92c9-0a2a17ca33d4 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-d955b5d0-256f-4a35-92c9-0a2a17ca33d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d955b5d0-256f-4a35-92c9-0a2a17ca33d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d955b5d0-256f-4a35-92c9-0a2a17ca33d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d955b5d0-256f-4a35-92c9-0a2a17ca33d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  margin-left: auto;
margin-right: auto;
max-width: 821px;
aspect-ratio: 1/1;
text-align: center;
}
#s-ffa61451-d27c-4f87-b22f-1ab398e4231b:hover {opacity: 1 !important;}
#s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
  box-sizing: border-box;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
      position: relative;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

@media (min-width: 1200px){#s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
  box-sizing: border-box;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
      position: relative;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
  box-sizing: border-box;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
      position: relative;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
  box-sizing: border-box;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
      position: relative;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (max-width: 767px){#s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image {
  box-sizing: border-box;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ffa61451-d27c-4f87-b22f-1ab398e4231b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container {
      position: relative;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa61451-d27c-4f87-b22f-1ab398e4231b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}
#s-cf99933b-b692-4445-a1b3-15a4ee460d44 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cf99933b-b692-4445-a1b3-15a4ee460d44 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f97ce084-f3c2-4437-9406-7d75bd75ffc8 {
  margin-left: auto;
margin-right: auto;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  margin-left: auto;
margin-right: auto;
max-width: 821px;
text-align: center;
}
#s-f594aee9-b135-4e70-863d-49a3a88281d2:hover {opacity: 1 !important;}@media (max-width: 767px){#s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  margin-top: 50px;
margin-bottom: 0px;
}
}
#s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image {
  box-sizing: border-box;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image {
  box-sizing: border-box;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image {
  box-sizing: border-box;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image {
  box-sizing: border-box;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-f594aee9-b135-4e70-863d-49a3a88281d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f594aee9-b135-4e70-863d-49a3a88281d2.shogun-image {
  box-sizing: border-box;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f594aee9-b135-4e70-863d-49a3a88281d2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f594aee9-b135-4e70-863d-49a3a88281d2 img.shogun-image {
  
}


}
#s-33e70c75-3c73-4362-bce2-2680e21e5237 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-33e70c75-3c73-4362-bce2-2680e21e5237 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d79ec192-9820-4bfd-9651-e8f1622fb4ce {
  margin-left: auto;
margin-right: auto;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  margin-left: auto;
margin-right: auto;
max-width: 821px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  margin-top: 50px;
margin-bottom: 0px;
}
}
#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
  box-sizing: border-box;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
      position: relative;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

@media (min-width: 1200px){#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
  box-sizing: border-box;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
      position: relative;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
  box-sizing: border-box;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
      position: relative;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
  box-sizing: border-box;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
      position: relative;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (max-width: 767px){#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  margin: 0 !important;
  overflow: visible;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add background color handling */
  
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image {
  box-sizing: border-box;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container {
      position: relative;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2124ec46-ebd4-4542-a506-6cbc943c8d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}
#s-5c4a2335-b382-42ee-a163-5c2eef134a92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5c4a2335-b382-42ee-a163-5c2eef134a92 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-3b96850b-77cc-44fb-a29d-52a354f2a065 {
  margin-left: auto;
margin-right: auto;
}

#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 {
  display: none;
}
#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-content-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 {
  display: none;
}
#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-content-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 {
  margin-left: -10%;
margin-right: -10%;
padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-content-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 { display: none !important; }}@media (max-width: 767px){#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398, #wrap-content-s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-1e9c5ba5-bf89-420c-9fce-f8f1e48dd398"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-a7a0f574-5608-4d88-a227-9692740a709c {
  margin-left: auto;
margin-right: auto;
max-width: 821px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c {
  margin: 0 !important;
  overflow: visible;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add background color handling */
  
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
  box-sizing: border-box;
}



.s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7a0f574-5608-4d88-a227-9692740a709c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
      position: relative;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

@media (min-width: 1200px){#s-a7a0f574-5608-4d88-a227-9692740a709c {
  margin: 0 !important;
  overflow: visible;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add background color handling */
  
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
  box-sizing: border-box;
}



.s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7a0f574-5608-4d88-a227-9692740a709c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
      position: relative;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a7a0f574-5608-4d88-a227-9692740a709c {
  margin: 0 !important;
  overflow: visible;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add background color handling */
  
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
  box-sizing: border-box;
}



.s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7a0f574-5608-4d88-a227-9692740a709c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
      position: relative;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a7a0f574-5608-4d88-a227-9692740a709c {
  margin: 0 !important;
  overflow: visible;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add background color handling */
  
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
  box-sizing: border-box;
}



.s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7a0f574-5608-4d88-a227-9692740a709c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
      position: relative;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (max-width: 767px){#s-a7a0f574-5608-4d88-a227-9692740a709c {
  margin: 0 !important;
  overflow: visible;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7a0f574-5608-4d88-a227-9692740a709c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add background color handling */
  
}

#s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a0f574-5608-4d88-a227-9692740a709c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-a7a0f574-5608-4d88-a227-9692740a709c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image {
  box-sizing: border-box;
}



.s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7a0f574-5608-4d88-a227-9692740a709c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container {
      position: relative;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a0f574-5608-4d88-a227-9692740a709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}
#s-fe1ec932-b434-4561-a640-eb2309d80e91 {
  margin-left: -4%;
margin-right: -4%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fe1ec932-b434-4561-a640-eb2309d80e91 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4c607862-8123-441a-aee8-16d031dace5a {
  margin-left: auto;
margin-right: auto;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 {
  margin-left: auto;
margin-right: auto;
max-width: 821px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-41599b13-3af2-4605-8212-8b06bd20e328 {
  margin-top: 50px;
margin-bottom: 0px;
}
}
#s-41599b13-3af2-4605-8212-8b06bd20e328 {
  margin: 0 !important;
  overflow: visible;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add background color handling */
  
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
  box-sizing: border-box;
}



.s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41599b13-3af2-4605-8212-8b06bd20e328 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
      position: relative;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

@media (min-width: 1200px){#s-41599b13-3af2-4605-8212-8b06bd20e328 {
  margin: 0 !important;
  overflow: visible;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add background color handling */
  
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
  box-sizing: border-box;
}



.s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41599b13-3af2-4605-8212-8b06bd20e328 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
      position: relative;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-41599b13-3af2-4605-8212-8b06bd20e328 {
  margin: 0 !important;
  overflow: visible;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add background color handling */
  
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
  box-sizing: border-box;
}



.s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41599b13-3af2-4605-8212-8b06bd20e328 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
      position: relative;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-41599b13-3af2-4605-8212-8b06bd20e328 {
  margin: 0 !important;
  overflow: visible;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add background color handling */
  
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
  box-sizing: border-box;
}



.s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41599b13-3af2-4605-8212-8b06bd20e328 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
      position: relative;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (max-width: 767px){#s-41599b13-3af2-4605-8212-8b06bd20e328 {
  margin: 0 !important;
  overflow: visible;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-41599b13-3af2-4605-8212-8b06bd20e328 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add background color handling */
  
}

#s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41599b13-3af2-4605-8212-8b06bd20e328 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-41599b13-3af2-4605-8212-8b06bd20e328 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image {
  box-sizing: border-box;
}



.s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41599b13-3af2-4605-8212-8b06bd20e328 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container {
      position: relative;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41599b13-3af2-4605-8212-8b06bd20e328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}
#s-7760572d-083f-403c-b86d-67fd8085191e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7760572d-083f-403c-b86d-67fd8085191e {
  margin-left: -1%;
margin-right: -1%;
}
}
#s-7760572d-083f-403c-b86d-67fd8085191e .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-17a7b2b1-cf03-4c23-be5c-25f383075ab5 {
  margin-left: auto;
margin-right: auto;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  margin-left: auto;
margin-right: auto;
max-width: 821px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  margin-top: 50px;
}
}
#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
  box-sizing: border-box;
}



.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
      position: relative;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

@media (min-width: 1200px){#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
  box-sizing: border-box;
}



.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
      position: relative;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
  box-sizing: border-box;
}



.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
      position: relative;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
  box-sizing: border-box;
}



.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
      position: relative;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}@media (max-width: 767px){#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  
}

.shg-image-content-margin-container-s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 821px;
  }



  img.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
    
    
    
    max-height: 821px;
  }


.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image {
  box-sizing: border-box;
}



.s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container {
      position: relative;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3172ee81-f98e-4b4b-ae06-4090b6b03eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 821px;
    }
  }

}
#s-66606c3d-46fe-4f64-bc98-fb1f93d19025 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-66606c3d-46fe-4f64-bc98-fb1f93d19025 .shogun-heading-component h4 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-0cfc1678-b01d-4c28-9752-aecc59899650 {
  margin-left: auto;
margin-right: auto;
}

#s-d33b118d-a4e9-4f19-a1c5-7154130108b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
min-height: 50px;
}








#s-d33b118d-a4e9-4f19-a1c5-7154130108b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d33b118d-a4e9-4f19-a1c5-7154130108b4.shg-box.shg-c {
  justify-content: center;
}

#s-0120e432-d158-462d-bdb3-a963d0a421b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0120e432-d158-462d-bdb3-a963d0a421b7 {
  margin-left: -3%;
margin-right: -3%;
text-align: center;
}
}
#s-0120e432-d158-462d-bdb3-a963d0a421b7 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0120e432-d158-462d-bdb3-a963d0a421b7 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0120e432-d158-462d-bdb3-a963d0a421b7 .shogun-heading-component h3 {
  color: rgba(0, 88, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-c883df42-52b6-43af-91d1-356ff282ea0b {
  margin-left: auto;
margin-right: auto;
}

#s-3875f13d-e9e6-41f2-886c-d9ed1ae3f65d {
  margin-left: auto;
margin-right: auto;
}

#s-9895349d-54b4-44f7-9f2b-eeec6e1e0be2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c27d2995-a02c-49e8-8683-58578bd31bb6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
}

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