#s-b1ba58cf-e74f-4b41-8ec3-77930a7fcb8e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-f17e384f-c869-474f-b117-fb5c3b958366 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 50px;
}








#s-f17e384f-c869-474f-b117-fb5c3b958366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f17e384f-c869-474f-b117-fb5c3b958366.shg-box.shg-c {
  justify-content: center;
}

.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-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ade5c3e0-7fff-4e47-a3a4-c06645d72dba {
  margin-left: auto;
margin-right: auto;
}

.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-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 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-762b56c8-8419-4a4a-8730-1a8cdeb6da46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
max-width: 100%;
text-align: left;
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-thumb-image-wrapper {
  

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

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4d339154-5d96-46b5-b572-27c9fe44224c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-cbf48eae-ce66-44ff-8954-ea9d58ef80dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}

#s-cbf48eae-ce66-44ff-8954-ea9d58ef80dd .shg-product-title-component h1 span {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 .shg-product-sold-out {
  display: none;
  color: rgba(37, 45, 64, 1);
  font-size: 28px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 .shg-product-price {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 28px;
  padding-left: 10px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-221ba0df-91b5-4fe8-9a3e-e4fa8ab641e8 {
  margin-left: auto;
margin-right: auto;
}

#s-221ba0df-91b5-4fe8-9a3e-e4fa8ab641e8 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e3667c52-08cc-4774-a899-4c64b2f03abb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

.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-bb7034d4-51ca-444a-b593-d32d189e06b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(37, 45, 64, 1);
  padding: 14px;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 197, 78, 1);
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 246, 248, 1);
  border-top: 1px solid #ddd;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 197, 78, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6fd18cb5-c75e-4152-908d-5d3c5dc878aa {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
}

#s-069ea806-27ef-4a7d-b442-f5b3210ba180 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
}

#s-e0029875-2f93-4182-859f-556ce55f2607 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
}

#s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b {
  margin-left: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
max-width: 200px;
text-align: left;
}

#s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper {
  display: flex;
}

#s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b label {
    color: rgba(37, 45, 64, 1);
    font-weight:  500 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  


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

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

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

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

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

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

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

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

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-469966be-758b-41d2-bb15-be13e79886fe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-469966be-758b-41d2-bb15-be13e79886fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-469966be-758b-41d2-bb15-be13e79886fe.shg-box.shg-c {
  justify-content: center;
}

#s-ec24bded-fc48-40de-a98a-a16ef3840420 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ec24bded-fc48-40de-a98a-a16ef3840420 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec24bded-fc48-40de-a98a-a16ef3840420 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ec24bded-fc48-40de-a98a-a16ef3840420 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ec24bded-fc48-40de-a98a-a16ef3840420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec24bded-fc48-40de-a98a-a16ef3840420.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-5730cc63-df12-4a0e-be80-fbba33ba5d08 {
  box-shadow:0px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: 0%;
margin-right: 0%;
text-align: left;
background-color: rgba(235, 236, 239, 1);
}


  #s-5730cc63-df12-4a0e-be80-fbba33ba5d08 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
  #s-5730cc63-df12-4a0e-be80-fbba33ba5d08 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(235, 236, 239, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
#s-5730cc63-df12-4a0e-be80-fbba33ba5d08 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-5730cc63-df12-4a0e-be80-fbba33ba5d08 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
}

#s-5730cc63-df12-4a0e-be80-fbba33ba5d08 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(235, 236, 239, 1);
}

#s-5730cc63-df12-4a0e-be80-fbba33ba5d08 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(235, 236, 239, 1);
}

#s-ffcecfac-a640-4b3f-bb4e-2196853b80c9 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-db0a35a5-bf61-4cae-8fd2-b7838684acef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-db0a35a5-bf61-4cae-8fd2-b7838684acef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db0a35a5-bf61-4cae-8fd2-b7838684acef.shg-box.shg-c {
  justify-content: center;
}

#s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-1bb34e5e-8391-4c5a-a4fe-d6e37351185b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-1ca8649c-600e-4e04-ba4b-f3c15cfbe4f4 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-1ca8649c-600e-4e04-ba4b-f3c15cfbe4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ca8649c-600e-4e04-ba4b-f3c15cfbe4f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2705b5d5-dd42-47b1-b220-e8d55d4867b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2705b5d5-dd42-47b1-b220-e8d55d4867b7 .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-18148609-2161-4d0a-af3a-5436b0390d81 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-18148609-2161-4d0a-af3a-5436b0390d81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-18148609-2161-4d0a-af3a-5436b0390d81 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-18148609-2161-4d0a-af3a-5436b0390d81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-8e8bfb98-7df9-46ad-a28a-ce146b842306:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-8e8bfb98-7df9-46ad-a28a-ce146b842306:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-096f66be-b4c0-45fd-9d7a-a9737cb8ed72 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-1162f1f4-c38e-455b-a4e4-47022983652b {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-1162f1f4-c38e-455b-a4e4-47022983652b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1162f1f4-c38e-455b-a4e4-47022983652b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a5c7de30-9c43-41d6-b537-ea077197fda7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc8c76b4-d69c-4aab-937b-454b1f320280 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc8c76b4-d69c-4aab-937b-454b1f320280 .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-cd2d9d88-5a86-4ace-8f25-de1a0449d646 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cd2d9d88-5a86-4ace-8f25-de1a0449d646 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cd2d9d88-5a86-4ace-8f25-de1a0449d646 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-cd2d9d88-5a86-4ace-8f25-de1a0449d646 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-ff9027eb-849d-453f-9691-e277c7db739c:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-ff9027eb-849d-453f-9691-e277c7db739c:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-184395b5-0ac8-4e79-b13d-11f502e5266f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-7ec3000b-be61-46c0-a454-a245ac0945ad {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-7ec3000b-be61-46c0-a454-a245ac0945ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ec3000b-be61-46c0-a454-a245ac0945ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-619ab9a6-b71a-445c-bb57-b3971520ea16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-759094a3-e8fd-4967-9c16-14c4c513a9ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-759094a3-e8fd-4967-9c16-14c4c513a9ae .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-30d44b64-eae0-46a6-a495-e05ef1aecef3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-30d44b64-eae0-46a6-a495-e05ef1aecef3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30d44b64-eae0-46a6-a495-e05ef1aecef3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-30d44b64-eae0-46a6-a495-e05ef1aecef3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-c9472208-0949-486b-a8a4-d6aca0a14af2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-3faa099e-3c2a-4e67-a85d-7dca6cd54e43 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-3faa099e-3c2a-4e67-a85d-7dca6cd54e43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3faa099e-3c2a-4e67-a85d-7dca6cd54e43.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca0fb0c7-839d-4f1d-aa06-6d4a9c0f6ccc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca0fb0c7-839d-4f1d-aa06-6d4a9c0f6ccc .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-685f446b-2788-438c-a015-deb3e7b6229c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-685f446b-2788-438c-a015-deb3e7b6229c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-685f446b-2788-438c-a015-deb3e7b6229c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-685f446b-2788-438c-a015-deb3e7b6229c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-54b13384-8f0e-4c1f-bf13-3e164d0e8e7e {
  margin-top: 0px;
margin-bottom: 100px;
padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}

#s-0bd0c88e-065d-4ddf-8170-60ba026af181 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 200px;
}

#s-6be016c0-2265-42f1-bf18-a1305531bd64 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-50180ff9-ab2f-4773-b5ac-f23c43a38e8c {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-50180ff9-ab2f-4773-b5ac-f23c43a38e8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-50180ff9-ab2f-4773-b5ac-f23c43a38e8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-50180ff9-ab2f-4773-b5ac-f23c43a38e8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-50180ff9-ab2f-4773-b5ac-f23c43a38e8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.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-20787a40-1fdd-423e-a0ae-501c80137d86 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
  box-sizing: border-box;
}



.s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-20787a40-1fdd-423e-a0ae-501c80137d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
      position: relative;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
  box-sizing: border-box;
}



.s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-20787a40-1fdd-423e-a0ae-501c80137d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
      position: relative;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
  box-sizing: border-box;
}



.s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-20787a40-1fdd-423e-a0ae-501c80137d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
      position: relative;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
  box-sizing: border-box;
}



.s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-20787a40-1fdd-423e-a0ae-501c80137d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
      position: relative;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  margin: 0 !important;
  overflow: visible;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20787a40-1fdd-423e-a0ae-501c80137d86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add background color handling */
  
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20787a40-1fdd-423e-a0ae-501c80137d86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-20787a40-1fdd-423e-a0ae-501c80137d86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image {
  box-sizing: border-box;
}



.s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-20787a40-1fdd-423e-a0ae-501c80137d86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container {
      position: relative;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20787a40-1fdd-423e-a0ae-501c80137d86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-2a400777-c5d3-48af-b289-b8df84bb8afe {
  margin-left: auto;
margin-right: auto;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
  box-sizing: border-box;
}



.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
      position: relative;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
  box-sizing: border-box;
}



.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
      position: relative;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
  box-sizing: border-box;
}



.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
      position: relative;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
  box-sizing: border-box;
}



.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
      position: relative;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image {
  box-sizing: border-box;
}



.s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container {
      position: relative;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70279a2d-5b11-4a8e-8a86-b15acc40e0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-9364da5c-5428-4e04-a867-78ce45a6d1c6 {
  margin-left: auto;
margin-right: auto;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 75px;
aspect-ratio: 75/45;
text-align: center;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  margin: 0 !important;
  overflow: visible;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add background color handling */
  
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
  box-sizing: border-box;
}



.s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-991c5d98-8e7d-43e7-a32b-256485c509ab {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
      position: relative;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  margin: 0 !important;
  overflow: visible;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add background color handling */
  
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
  box-sizing: border-box;
}



.s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-991c5d98-8e7d-43e7-a32b-256485c509ab {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
      position: relative;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  margin: 0 !important;
  overflow: visible;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add background color handling */
  
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
  box-sizing: border-box;
}



.s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-991c5d98-8e7d-43e7-a32b-256485c509ab {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
      position: relative;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  margin: 0 !important;
  overflow: visible;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add background color handling */
  
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
  box-sizing: border-box;
}



.s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-991c5d98-8e7d-43e7-a32b-256485c509ab {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
      position: relative;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  margin: 0 !important;
  overflow: visible;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-991c5d98-8e7d-43e7-a32b-256485c509ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add background color handling */
  
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-991c5d98-8e7d-43e7-a32b-256485c509ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-991c5d98-8e7d-43e7-a32b-256485c509ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image {
  box-sizing: border-box;
}



.s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-991c5d98-8e7d-43e7-a32b-256485c509ab {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container {
      position: relative;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-991c5d98-8e7d-43e7-a32b-256485c509ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}
#s-8d06f019-25fe-4a28-a458-dd6e5773ef82 {
  margin-left: auto;
margin-right: auto;
}

#s-e88cad31-e982-455d-8580-430617a19c08 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e88cad31-e982-455d-8580-430617a19c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88cad31-e982-455d-8580-430617a19c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88cad31-e982-455d-8580-430617a19c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
  box-sizing: border-box;
}



.s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e88cad31-e982-455d-8580-430617a19c08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
      position: relative;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-e88cad31-e982-455d-8580-430617a19c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88cad31-e982-455d-8580-430617a19c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88cad31-e982-455d-8580-430617a19c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
  box-sizing: border-box;
}



.s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e88cad31-e982-455d-8580-430617a19c08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
      position: relative;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e88cad31-e982-455d-8580-430617a19c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88cad31-e982-455d-8580-430617a19c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88cad31-e982-455d-8580-430617a19c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
  box-sizing: border-box;
}



.s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e88cad31-e982-455d-8580-430617a19c08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
      position: relative;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e88cad31-e982-455d-8580-430617a19c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88cad31-e982-455d-8580-430617a19c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88cad31-e982-455d-8580-430617a19c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
  box-sizing: border-box;
}



.s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e88cad31-e982-455d-8580-430617a19c08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
      position: relative;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-e88cad31-e982-455d-8580-430617a19c08 {
  margin: 0 !important;
  overflow: visible;
}

#s-e88cad31-e982-455d-8580-430617a19c08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e88cad31-e982-455d-8580-430617a19c08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add background color handling */
  
}

#s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e88cad31-e982-455d-8580-430617a19c08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-e88cad31-e982-455d-8580-430617a19c08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e88cad31-e982-455d-8580-430617a19c08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e88cad31-e982-455d-8580-430617a19c08.shogun-image {
  box-sizing: border-box;
}



.s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e88cad31-e982-455d-8580-430617a19c08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container {
      position: relative;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e88cad31-e982-455d-8580-430617a19c08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e88cad31-e982-455d-8580-430617a19c08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-4f2fee73-47ca-499a-8459-1dd9f496d3bd {
  margin-left: auto;
margin-right: auto;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 54px;
aspect-ratio: 54/36;
text-align: center;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
  box-sizing: border-box;
}



.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
      position: relative;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

@media (min-width: 1200px){#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
  box-sizing: border-box;
}



.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
      position: relative;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
  box-sizing: border-box;
}



.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
      position: relative;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
  box-sizing: border-box;
}



.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
      position: relative;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (max-width: 767px){#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image {
  box-sizing: border-box;
}



.s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container {
      position: relative;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832fa8ad-3dd0-40e8-9996-9ebf17f521b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}
#s-8e9be68e-95d9-4dac-bdcc-4cddc1e2ae64 {
  margin-left: auto;
margin-right: auto;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 53px;
aspect-ratio: 1/1;
text-align: center;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
  box-sizing: border-box;
}



.s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-403030cf-8e60-4c43-9581-6eb2152184a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
      position: relative;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

@media (min-width: 1200px){#s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
  box-sizing: border-box;
}



.s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-403030cf-8e60-4c43-9581-6eb2152184a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
      position: relative;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
  box-sizing: border-box;
}



.s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-403030cf-8e60-4c43-9581-6eb2152184a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
      position: relative;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
  box-sizing: border-box;
}



.s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-403030cf-8e60-4c43-9581-6eb2152184a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
      position: relative;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (max-width: 767px){#s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-403030cf-8e60-4c43-9581-6eb2152184a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-403030cf-8e60-4c43-9581-6eb2152184a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-403030cf-8e60-4c43-9581-6eb2152184a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image {
  box-sizing: border-box;
}



.s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-403030cf-8e60-4c43-9581-6eb2152184a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container {
      position: relative;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-403030cf-8e60-4c43-9581-6eb2152184a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}
#s-72a067ad-7de5-4f0e-9eee-30e4d68fed3b {
  margin-left: auto;
margin-right: auto;
}

#s-0e4d71c8-ea98-47ce-9faa-30878c836c1f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-0e4d71c8-ea98-47ce-9faa-30878c836c1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e4d71c8-ea98-47ce-9faa-30878c836c1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e4d71c8-ea98-47ce-9faa-30878c836c1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e4d71c8-ea98-47ce-9faa-30878c836c1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f8a4e784-a2a0-4965-843c-a1141a69cb4b {
  min-height: 50px;
}








#s-f8a4e784-a2a0-4965-843c-a1141a69cb4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8a4e784-a2a0-4965-843c-a1141a69cb4b.shg-box.shg-c {
  justify-content: center;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
  box-sizing: border-box;
}



.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
      position: relative;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
  box-sizing: border-box;
}



.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
      position: relative;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
  box-sizing: border-box;
}



.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
      position: relative;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
  box-sizing: border-box;
}



.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
      position: relative;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image {
  box-sizing: border-box;
}



.s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container {
      position: relative;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcd32e2e-29a4-4366-a5b4-66ae2429812f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-28bbbf5f-8b24-4bb7-9ac8-9459dc88e5bf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28bbbf5f-8b24-4bb7-9ac8-9459dc88e5bf .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-624f03e1-ba49-46ef-be12-bc2edff3ea5d {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-65e15770-0491-4829-b081-13939ad485c8 {
  min-height: 50px;
}








#s-65e15770-0491-4829-b081-13939ad485c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65e15770-0491-4829-b081-13939ad485c8.shg-box.shg-c {
  justify-content: center;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af {
  margin: 0 !important;
  overflow: visible;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-content {
  
    justify-content: center;
  
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
  box-sizing: border-box;
}



.s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b037813b-cff5-4fb3-b913-cd55291f92af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
      position: relative;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-b037813b-cff5-4fb3-b913-cd55291f92af {
  margin: 0 !important;
  overflow: visible;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add background color handling */
  
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-content {
  
    justify-content: center;
  
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
  box-sizing: border-box;
}



.s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b037813b-cff5-4fb3-b913-cd55291f92af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
      position: relative;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b037813b-cff5-4fb3-b913-cd55291f92af {
  margin: 0 !important;
  overflow: visible;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add background color handling */
  
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-content {
  
    justify-content: center;
  
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
  box-sizing: border-box;
}



.s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b037813b-cff5-4fb3-b913-cd55291f92af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
      position: relative;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b037813b-cff5-4fb3-b913-cd55291f92af {
  margin: 0 !important;
  overflow: visible;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add background color handling */
  
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-content {
  
    justify-content: center;
  
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
  box-sizing: border-box;
}



.s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b037813b-cff5-4fb3-b913-cd55291f92af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
      position: relative;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-b037813b-cff5-4fb3-b913-cd55291f92af {
  margin: 0 !important;
  overflow: visible;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b037813b-cff5-4fb3-b913-cd55291f92af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add background color handling */
  
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b037813b-cff5-4fb3-b913-cd55291f92af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b037813b-cff5-4fb3-b913-cd55291f92af .shogun-image-content {
  
    justify-content: center;
  
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image {
  box-sizing: border-box;
}



.s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b037813b-cff5-4fb3-b913-cd55291f92af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container {
      position: relative;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b037813b-cff5-4fb3-b913-cd55291f92af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-dfa9e523-19ca-4b5a-a0f5-e0b3212f13da {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfa9e523-19ca-4b5a-a0f5-e0b3212f13da .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8f9ea8eb-4d0a-41b5-9fd6-8d2c59eedd98 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ff54963a-014e-4661-811d-fe5446292a10 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-ff54963a-014e-4661-811d-fe5446292a10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff54963a-014e-4661-811d-fe5446292a10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff54963a-014e-4661-811d-fe5446292a10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff54963a-014e-4661-811d-fe5446292a10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-592c9719-7d2b-4609-880f-76f574c0af9d {
  min-height: 50px;
}








#s-592c9719-7d2b-4609-880f-76f574c0af9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-592c9719-7d2b-4609-880f-76f574c0af9d.shg-box.shg-c {
  justify-content: center;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  margin: 0 !important;
  overflow: visible;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
  box-sizing: border-box;
}



.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
      position: relative;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  margin: 0 !important;
  overflow: visible;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add background color handling */
  
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
  box-sizing: border-box;
}



.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
      position: relative;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  margin: 0 !important;
  overflow: visible;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add background color handling */
  
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
  box-sizing: border-box;
}



.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
      position: relative;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  margin: 0 !important;
  overflow: visible;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add background color handling */
  
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
  box-sizing: border-box;
}



.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
      position: relative;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  margin: 0 !important;
  overflow: visible;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add background color handling */
  
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image {
  box-sizing: border-box;
}



.s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container {
      position: relative;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c752a39-49a3-4393-acaf-4f0ad8f39daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-9197aab2-2870-4bee-8c73-805194f91182 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9197aab2-2870-4bee-8c73-805194f91182 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-02744bfe-24bc-403b-9942-7db07599b0fb {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4ca2dddb-dd8d-4be3-8ff2-d730fdfe794e {
  min-height: 50px;
}








#s-4ca2dddb-dd8d-4be3-8ff2-d730fdfe794e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ca2dddb-dd8d-4be3-8ff2-d730fdfe794e.shg-box.shg-c {
  justify-content: center;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  margin: 0 !important;
  overflow: visible;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
  box-sizing: border-box;
}



.s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
      position: relative;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  margin: 0 !important;
  overflow: visible;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add background color handling */
  
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
  box-sizing: border-box;
}



.s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
      position: relative;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  margin: 0 !important;
  overflow: visible;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add background color handling */
  
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
  box-sizing: border-box;
}



.s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
      position: relative;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  margin: 0 !important;
  overflow: visible;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add background color handling */
  
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
  box-sizing: border-box;
}



.s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
      position: relative;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  margin: 0 !important;
  overflow: visible;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add background color handling */
  
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-489d3a30-7773-4a77-8945-9c0c27f5f528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image {
  box-sizing: border-box;
}



.s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container {
      position: relative;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d3a30-7773-4a77-8945-9c0c27f5f528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-e2330cd6-38e7-4e08-857a-54eaec7ab09c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2330cd6-38e7-4e08-857a-54eaec7ab09c .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-284b5efe-a5a0-4a65-9757-5ab116b87d43 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5e985793-4be5-46d0-865c-1c72f6bfb969 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
min-height: 50px;
background-color: rgba(235, 236, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5e985793-4be5-46d0-865c-1c72f6bfb969 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e985793-4be5-46d0-865c-1c72f6bfb969 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5e985793-4be5-46d0-865c-1c72f6bfb969 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-5e985793-4be5-46d0-865c-1c72f6bfb969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e985793-4be5-46d0-865c-1c72f6bfb969.shg-box.shg-c {
  justify-content: center;
}

#s-48f4ca29-76c9-47a1-afa6-c08ad8325564 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-48f4ca29-76c9-47a1-afa6-c08ad8325564 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-e8799c6f-57f1-4ffc-9096-f8a58f2d60b5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-573ac9ad-b2a6-4198-b3d4-23e9091866d2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-573ac9ad-b2a6-4198-b3d4-23e9091866d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-573ac9ad-b2a6-4198-b3d4-23e9091866d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-573ac9ad-b2a6-4198-b3d4-23e9091866d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-573ac9ad-b2a6-4198-b3d4-23e9091866d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-03816318-3cc6-4647-9e7c-a4af61bc307f {
  margin-left: auto;
margin-right: auto;
}

#s-7a3d7138-6b12-47a3-b6ce-bcdee4db8e48 {
  margin-left: auto;
margin-right: auto;
}

#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 18%;
padding-bottom: 2%;
padding-right: 18%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-c391b11c-9a28-4821-a01e-7fdc8d90cbb9.shg-box.shg-c {
  justify-content: center;
}
}
#s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc0fdb0d-34e7-4970-8a17-f39ab7eca844"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-99d159a2-d284-4c14-acf9-f895fa8aadf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
background-color: rgba(255, 255, 255, 0.55);
}

#s-99d159a2-d284-4c14-acf9-f895fa8aadf6 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-0c4759c3-2700-4cfb-bc4a-23ffceb0cb34 {
  margin-left: 0px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}

#s-b220d3f3-308c-4cb6-8202-0dd78636d662 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 20%;
padding-bottom: 10%;
padding-right: 20%;
min-height: 50px;
background-color: rgba(24, 35, 55, 1);
}
@media (min-width: 1200px){#s-b220d3f3-308c-4cb6-8202-0dd78636d662 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b220d3f3-308c-4cb6-8202-0dd78636d662 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b220d3f3-308c-4cb6-8202-0dd78636d662 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b220d3f3-308c-4cb6-8202-0dd78636d662 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-b220d3f3-308c-4cb6-8202-0dd78636d662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b220d3f3-308c-4cb6-8202-0dd78636d662.shg-box.shg-c {
  justify-content: center;
}

#s-145df914-1346-437a-b3a4-436b18ab794e {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-145df914-1346-437a-b3a4-436b18ab794e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-145df914-1346-437a-b3a4-436b18ab794e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-145df914-1346-437a-b3a4-436b18ab794e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-145df914-1346-437a-b3a4-436b18ab794e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b8716274-545c-4243-833a-a2c24f507413 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-b8716274-545c-4243-833a-a2c24f507413 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8716274-545c-4243-833a-a2c24f507413-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8716274-545c-4243-833a-a2c24f507413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
  box-sizing: border-box;
}



.s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8716274-545c-4243-833a-a2c24f507413 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
      position: relative;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-b8716274-545c-4243-833a-a2c24f507413 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8716274-545c-4243-833a-a2c24f507413-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8716274-545c-4243-833a-a2c24f507413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
  box-sizing: border-box;
}



.s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8716274-545c-4243-833a-a2c24f507413 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
      position: relative;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b8716274-545c-4243-833a-a2c24f507413 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8716274-545c-4243-833a-a2c24f507413-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8716274-545c-4243-833a-a2c24f507413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
  box-sizing: border-box;
}



.s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8716274-545c-4243-833a-a2c24f507413 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
      position: relative;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b8716274-545c-4243-833a-a2c24f507413 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8716274-545c-4243-833a-a2c24f507413-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8716274-545c-4243-833a-a2c24f507413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
  box-sizing: border-box;
}



.s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8716274-545c-4243-833a-a2c24f507413 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
      position: relative;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-b8716274-545c-4243-833a-a2c24f507413 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8716274-545c-4243-833a-a2c24f507413-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8716274-545c-4243-833a-a2c24f507413 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8716274-545c-4243-833a-a2c24f507413 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b8716274-545c-4243-833a-a2c24f507413 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8716274-545c-4243-833a-a2c24f507413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8716274-545c-4243-833a-a2c24f507413.shogun-image {
  box-sizing: border-box;
}



.s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8716274-545c-4243-833a-a2c24f507413 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container {
      position: relative;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8716274-545c-4243-833a-a2c24f507413.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8716274-545c-4243-833a-a2c24f507413 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-a0ec95e5-c42b-454f-9ac6-08a63df6378b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0ec95e5-c42b-454f-9ac6-08a63df6378b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-5d39bbdc-8b5d-44fe-9bdb-e37bb01493ed {
  margin-left: auto;
margin-right: auto;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
  box-sizing: border-box;
}



.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
      position: relative;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
  box-sizing: border-box;
}



.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
      position: relative;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
  box-sizing: border-box;
}



.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
      position: relative;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
  box-sizing: border-box;
}



.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
      position: relative;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image {
  box-sizing: border-box;
}



.s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container {
      position: relative;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0baf640-086e-45f9-b8e6-6098ab8aeac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-98565aae-f48e-4c68-8fea-dcfe0d28c42c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98565aae-f48e-4c68-8fea-dcfe0d28c42c .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-cb9166ce-7905-43e3-acb7-118073306e9d {
  margin-left: auto;
margin-right: auto;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  margin: 0 !important;
  overflow: visible;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
  box-sizing: border-box;
}



.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
      position: relative;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  margin: 0 !important;
  overflow: visible;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add background color handling */
  
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
  box-sizing: border-box;
}



.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
      position: relative;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  margin: 0 !important;
  overflow: visible;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add background color handling */
  
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
  box-sizing: border-box;
}



.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
      position: relative;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  margin: 0 !important;
  overflow: visible;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add background color handling */
  
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
  box-sizing: border-box;
}



.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
      position: relative;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  margin: 0 !important;
  overflow: visible;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add background color handling */
  
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image {
  box-sizing: border-box;
}



.s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container {
      position: relative;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-286e1c61-8786-4d29-9c4c-ecc1e96fd766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-3fb712e3-e65f-4c7a-b7e0-3649325afb16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fb712e3-e65f-4c7a-b7e0-3649325afb16 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c881b237-da3b-46ab-bb0d-d70a42ddc2cf {
  margin-left: auto;
margin-right: auto;
}

#s-db779dd6-0a34-425f-86d9-526878ca7d50 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 8%;
min-height: 650px;
background-position: left center;
background-attachment: scroll;
}








#s-db779dd6-0a34-425f-86d9-526878ca7d50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db779dd6-0a34-425f-86d9-526878ca7d50.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-db779dd6-0a34-425f-86d9-526878ca7d50 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-db779dd6-0a34-425f-86d9-526878ca7d50.shg-box.shg-c {
  justify-content: center;
}
}
#s-905018a1-1404-47d3-85ad-5db4ff7dafe3 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-905018a1-1404-47d3-85ad-5db4ff7dafe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-905018a1-1404-47d3-85ad-5db4ff7dafe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-905018a1-1404-47d3-85ad-5db4ff7dafe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-905018a1-1404-47d3-85ad-5db4ff7dafe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-237998ad-843f-4eca-8931-f8e7184065cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-237998ad-843f-4eca-8931-f8e7184065cb .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-fc8d2898-2cbd-45b5-a723-d0045d562fa6 {
  margin-left: 0px;
margin-bottom: 20px;
padding-left: 20%;
padding-right: 20%;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
  box-sizing: border-box;
}



.s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b58956-a8ba-4477-a992-730ccad272cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
      position: relative;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

@media (min-width: 1200px){#s-d9b58956-a8ba-4477-a992-730ccad272cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
  box-sizing: border-box;
}



.s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b58956-a8ba-4477-a992-730ccad272cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
      position: relative;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d9b58956-a8ba-4477-a992-730ccad272cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
  box-sizing: border-box;
}



.s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b58956-a8ba-4477-a992-730ccad272cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
      position: relative;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d9b58956-a8ba-4477-a992-730ccad272cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
  box-sizing: border-box;
}



.s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b58956-a8ba-4477-a992-730ccad272cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
      position: relative;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (max-width: 767px){#s-d9b58956-a8ba-4477-a992-730ccad272cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9b58956-a8ba-4477-a992-730ccad272cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9b58956-a8ba-4477-a992-730ccad272cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-d9b58956-a8ba-4477-a992-730ccad272cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image {
  box-sizing: border-box;
}



.s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9b58956-a8ba-4477-a992-730ccad272cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container {
      position: relative;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9b58956-a8ba-4477-a992-730ccad272cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}
#s-946bb505-1ee7-4747-9584-5d1960ef7fba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-946bb505-1ee7-4747-9584-5d1960ef7fba {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-946bb505-1ee7-4747-9584-5d1960ef7fba {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-946bb505-1ee7-4747-9584-5d1960ef7fba {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-946bb505-1ee7-4747-9584-5d1960ef7fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-946bb505-1ee7-4747-9584-5d1960ef7fba.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-946bb505-1ee7-4747-9584-5d1960ef7fba > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-946bb505-1ee7-4747-9584-5d1960ef7fba.shg-box.shg-c {
  justify-content: center;
}
}
#s-0a7503b4-7dda-4550-8394-480e88093ef6 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-0a7503b4-7dda-4550-8394-480e88093ef6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a7503b4-7dda-4550-8394-480e88093ef6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a7503b4-7dda-4550-8394-480e88093ef6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a7503b4-7dda-4550-8394-480e88093ef6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a7503b4-7dda-4550-8394-480e88093ef6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a7503b4-7dda-4550-8394-480e88093ef6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a7503b4-7dda-4550-8394-480e88093ef6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9901143a-0e76-47f0-a172-fc21ba7b527f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9901143a-0e76-47f0-a172-fc21ba7b527f .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-ffda0db7-c76b-4ad1-ab40-104ff010e3fd {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-b531276b-a7c6-40ae-a94e-a246249ad5b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 20%;
padding-bottom: 10%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b531276b-a7c6-40ae-a94e-a246249ad5b6 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b531276b-a7c6-40ae-a94e-a246249ad5b6 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b531276b-a7c6-40ae-a94e-a246249ad5b6 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b531276b-a7c6-40ae-a94e-a246249ad5b6 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-b531276b-a7c6-40ae-a94e-a246249ad5b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b531276b-a7c6-40ae-a94e-a246249ad5b6.shg-box.shg-c {
  justify-content: center;
}

#s-3b0bac8c-fb06-4f3c-996a-7d142586690b {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-3b0bac8c-fb06-4f3c-996a-7d142586690b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b0bac8c-fb06-4f3c-996a-7d142586690b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b0bac8c-fb06-4f3c-996a-7d142586690b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b0bac8c-fb06-4f3c-996a-7d142586690b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  margin: 0 !important;
  overflow: visible;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
  box-sizing: border-box;
}



.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
      position: relative;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  margin: 0 !important;
  overflow: visible;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add background color handling */
  
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
  box-sizing: border-box;
}



.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
      position: relative;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  margin: 0 !important;
  overflow: visible;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add background color handling */
  
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
  box-sizing: border-box;
}



.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
      position: relative;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  margin: 0 !important;
  overflow: visible;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add background color handling */
  
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
  box-sizing: border-box;
}



.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
      position: relative;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  margin: 0 !important;
  overflow: visible;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add background color handling */
  
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image {
  box-sizing: border-box;
}



.s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container {
      position: relative;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8de75a6d-d7ce-48e2-a1cb-741f6ac2ec2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-b8b3dee7-9456-4fae-99ab-72029fc15c04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8b3dee7-9456-4fae-99ab-72029fc15c04 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-158a1b04-4ddb-4a28-87f8-4ea3d6661f72 {
  margin-left: auto;
margin-right: auto;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
    
    
    
    
  }


.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
  box-sizing: border-box;
}



.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
      position: relative;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
    
    
    
    
  }


.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
  box-sizing: border-box;
}



.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
      position: relative;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
    
    
    
    
  }


.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
  box-sizing: border-box;
}



.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
      position: relative;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
    
    
    
    
  }


.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
  box-sizing: border-box;
}



.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
      position: relative;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
    
    
    
    
  }


.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image {
  box-sizing: border-box;
}



.s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container {
      position: relative;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b04e93-ffc4-4d1b-89d5-d9513bc782ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-e416657e-6835-48ea-9923-2a642d10371c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e416657e-6835-48ea-9923-2a642d10371c .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-aa61ff28-f0f2-4cb7-a0cb-f45dbe31c90a {
  margin-left: auto;
margin-right: auto;
}

#s-99c26236-8147-4440-98a8-3b19cb087310 {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-99c26236-8147-4440-98a8-3b19cb087310 {
  margin: 0 !important;
  overflow: visible;
}

#s-99c26236-8147-4440-98a8-3b19cb087310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
    
    
    
    
  }


.s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
  box-sizing: border-box;
}



.s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99c26236-8147-4440-98a8-3b19cb087310 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
      position: relative;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-99c26236-8147-4440-98a8-3b19cb087310 {
  margin: 0 !important;
  overflow: visible;
}

#s-99c26236-8147-4440-98a8-3b19cb087310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add background color handling */
  
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
    
    
    
    
  }


.s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
  box-sizing: border-box;
}



.s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99c26236-8147-4440-98a8-3b19cb087310 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
      position: relative;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99c26236-8147-4440-98a8-3b19cb087310 {
  margin: 0 !important;
  overflow: visible;
}

#s-99c26236-8147-4440-98a8-3b19cb087310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add background color handling */
  
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
    
    
    
    
  }


.s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
  box-sizing: border-box;
}



.s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99c26236-8147-4440-98a8-3b19cb087310 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
      position: relative;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99c26236-8147-4440-98a8-3b19cb087310 {
  margin: 0 !important;
  overflow: visible;
}

#s-99c26236-8147-4440-98a8-3b19cb087310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add background color handling */
  
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
    
    
    
    
  }


.s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
  box-sizing: border-box;
}



.s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99c26236-8147-4440-98a8-3b19cb087310 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
      position: relative;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-99c26236-8147-4440-98a8-3b19cb087310 {
  margin: 0 !important;
  overflow: visible;
}

#s-99c26236-8147-4440-98a8-3b19cb087310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99c26236-8147-4440-98a8-3b19cb087310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add background color handling */
  
}

#s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99c26236-8147-4440-98a8-3b19cb087310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
    
    
    
    
  }


.s-99c26236-8147-4440-98a8-3b19cb087310 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image {
  box-sizing: border-box;
}



.s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99c26236-8147-4440-98a8-3b19cb087310 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container {
      position: relative;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99c26236-8147-4440-98a8-3b19cb087310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-5166dd4c-cd2b-41c2-9f05-0a3ca52d55de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5166dd4c-cd2b-41c2-9f05-0a3ca52d55de .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-0f6cd90b-9891-41fc-a780-da7bb17ab3cd {
  margin-left: auto;
margin-right: auto;
}

#s-96ddf93c-2da3-420a-a15f-2ac5655529c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-96ddf93c-2da3-420a-a15f-2ac5655529c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96ddf93c-2da3-420a-a15f-2ac5655529c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96ddf93c-2da3-420a-a15f-2ac5655529c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96ddf93c-2da3-420a-a15f-2ac5655529c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
    
    
    
    
  }


.s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
  box-sizing: border-box;
}



.s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7209fed-0414-429d-9d98-dd6648b40e16 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
      position: relative;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
    
    
    
    
  }


.s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
  box-sizing: border-box;
}



.s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7209fed-0414-429d-9d98-dd6648b40e16 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
      position: relative;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
    
    
    
    
  }


.s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
  box-sizing: border-box;
}



.s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7209fed-0414-429d-9d98-dd6648b40e16 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
      position: relative;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
    
    
    
    
  }


.s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
  box-sizing: border-box;
}



.s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7209fed-0414-429d-9d98-dd6648b40e16 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
      position: relative;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7209fed-0414-429d-9d98-dd6648b40e16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7209fed-0414-429d-9d98-dd6648b40e16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
    
    
    
    
  }


.s-e7209fed-0414-429d-9d98-dd6648b40e16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image {
  box-sizing: border-box;
}



.s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7209fed-0414-429d-9d98-dd6648b40e16 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container {
      position: relative;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7209fed-0414-429d-9d98-dd6648b40e16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-642b66f7-6c08-41a5-b745-48eba425b1b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-642b66f7-6c08-41a5-b745-48eba425b1b9 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6cb14eed-3128-420e-a70f-3c5fae80e767 {
  margin-left: auto;
margin-right: auto;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b {
  margin: 0 !important;
  overflow: visible;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
    
    
    
    
  }


.s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
  box-sizing: border-box;
}



.s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2edeeae1-ada1-467b-81e3-7758be99669b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
      position: relative;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-2edeeae1-ada1-467b-81e3-7758be99669b {
  margin: 0 !important;
  overflow: visible;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add background color handling */
  
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
    
    
    
    
  }


.s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
  box-sizing: border-box;
}



.s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2edeeae1-ada1-467b-81e3-7758be99669b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
      position: relative;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2edeeae1-ada1-467b-81e3-7758be99669b {
  margin: 0 !important;
  overflow: visible;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add background color handling */
  
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
    
    
    
    
  }


.s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
  box-sizing: border-box;
}



.s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2edeeae1-ada1-467b-81e3-7758be99669b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
      position: relative;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2edeeae1-ada1-467b-81e3-7758be99669b {
  margin: 0 !important;
  overflow: visible;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add background color handling */
  
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
    
    
    
    
  }


.s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
  box-sizing: border-box;
}



.s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2edeeae1-ada1-467b-81e3-7758be99669b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
      position: relative;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-2edeeae1-ada1-467b-81e3-7758be99669b {
  margin: 0 !important;
  overflow: visible;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2edeeae1-ada1-467b-81e3-7758be99669b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add background color handling */
  
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edeeae1-ada1-467b-81e3-7758be99669b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
    
    
    
    
  }


.s-2edeeae1-ada1-467b-81e3-7758be99669b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image {
  box-sizing: border-box;
}



.s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2edeeae1-ada1-467b-81e3-7758be99669b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container {
      position: relative;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edeeae1-ada1-467b-81e3-7758be99669b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-2ab5701c-b719-4811-8c2c-f59d6632a29e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ab5701c-b719-4811-8c2c-f59d6632a29e .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1ec3648f-851f-40c9-ad39-ae0620f5678e {
  margin-left: auto;
margin-right: auto;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  margin: 0 !important;
  overflow: visible;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
  box-sizing: border-box;
}



.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
      position: relative;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  margin: 0 !important;
  overflow: visible;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add background color handling */
  
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
  box-sizing: border-box;
}



.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
      position: relative;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  margin: 0 !important;
  overflow: visible;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add background color handling */
  
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
  box-sizing: border-box;
}



.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
      position: relative;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  margin: 0 !important;
  overflow: visible;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add background color handling */
  
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
  box-sizing: border-box;
}



.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
      position: relative;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  margin: 0 !important;
  overflow: visible;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add background color handling */
  
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image {
  box-sizing: border-box;
}



.s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container {
      position: relative;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60eacb7-2272-4b30-bba2-fdae1ac5ea82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-3aa790f1-fd21-4f36-a30e-e1a5ec96fd17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aa790f1-fd21-4f36-a30e-e1a5ec96fd17 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3248ac49-38fe-4aee-963f-6bdfb1ed758e {
  margin-left: auto;
margin-right: auto;
}

#s-e83abd71-fd21-4868-a1cd-f8d9feb58a67 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}








#s-e83abd71-fd21-4868-a1cd-f8d9feb58a67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 2.775557561562891e-17;
  display: block;
}#s-e83abd71-fd21-4868-a1cd-f8d9feb58a67.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-e83abd71-fd21-4868-a1cd-f8d9feb58a67 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 2.775557561562891e-17;
  display: block;
}#s-e83abd71-fd21-4868-a1cd-f8d9feb58a67.shg-box.shg-c {
  justify-content: center;
}
}
#s-f4454912-46d0-4b46-8efe-c3998cca7d54 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f4454912-46d0-4b46-8efe-c3998cca7d54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4454912-46d0-4b46-8efe-c3998cca7d54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4454912-46d0-4b46-8efe-c3998cca7d54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4454912-46d0-4b46-8efe-c3998cca7d54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b60d60a2-2be6-4206-ae82-5ac5cdcb8abd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b60d60a2-2be6-4206-ae82-5ac5cdcb8abd .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-e7dc5e14-1c7e-4556-a273-edf37b140d1a {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-300c14a0-3c4b-428a-b832-435a19270c15 {
  background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
background-color: rgba(235, 236, 239, 1);
}
@media (min-width: 1200px){#s-300c14a0-3c4b-428a-b832-435a19270c15 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-300c14a0-3c4b-428a-b832-435a19270c15 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-300c14a0-3c4b-428a-b832-435a19270c15 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-300c14a0-3c4b-428a-b832-435a19270c15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-300c14a0-3c4b-428a-b832-435a19270c15.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-300c14a0-3c4b-428a-b832-435a19270c15 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-300c14a0-3c4b-428a-b832-435a19270c15.shg-box.shg-c {
  justify-content: center;
}
}
#s-a97a7a79-d7d6-41a1-8d3e-08b69ff0cb0b {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a97a7a79-d7d6-41a1-8d3e-08b69ff0cb0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a97a7a79-d7d6-41a1-8d3e-08b69ff0cb0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a97a7a79-d7d6-41a1-8d3e-08b69ff0cb0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a97a7a79-d7d6-41a1-8d3e-08b69ff0cb0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7294ff49-e128-47e8-b6d4-5eba65486f6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7294ff49-e128-47e8-b6d4-5eba65486f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7294ff49-e128-47e8-b6d4-5eba65486f6c.shg-box.shg-c {
  justify-content: center;
}

#s-a3e79094-08e3-4eb1-9135-1fae44edf447 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3e79094-08e3-4eb1-9135-1fae44edf447 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-a67e72b9-34b0-4537-b292-5a2fe70096bf {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-324fb20d-661a-43dd-a1c9-aab39fa93954 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-324fb20d-661a-43dd-a1c9-aab39fa93954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-324fb20d-661a-43dd-a1c9-aab39fa93954.shg-box.shg-c {
  justify-content: center;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d {
  margin-left: auto;
margin-right: auto;
max-width: 731px;
aspect-ratio: 731/441;
text-align: center;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
  box-sizing: border-box;
}



.s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd212313-b72e-4042-9172-2a4748c8da5d {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
      position: relative;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

@media (min-width: 1200px){#s-cd212313-b72e-4042-9172-2a4748c8da5d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
  box-sizing: border-box;
}



.s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd212313-b72e-4042-9172-2a4748c8da5d {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
      position: relative;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cd212313-b72e-4042-9172-2a4748c8da5d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
  box-sizing: border-box;
}



.s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd212313-b72e-4042-9172-2a4748c8da5d {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
      position: relative;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cd212313-b72e-4042-9172-2a4748c8da5d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
  box-sizing: border-box;
}



.s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd212313-b72e-4042-9172-2a4748c8da5d {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
      position: relative;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (max-width: 767px){#s-cd212313-b72e-4042-9172-2a4748c8da5d {
  margin: 0 !important;
  overflow: visible;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd212313-b72e-4042-9172-2a4748c8da5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add background color handling */
  
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd212313-b72e-4042-9172-2a4748c8da5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-cd212313-b72e-4042-9172-2a4748c8da5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image {
  box-sizing: border-box;
}



.s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd212313-b72e-4042-9172-2a4748c8da5d {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container {
      position: relative;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd212313-b72e-4042-9172-2a4748c8da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}
#s-8c69bccc-9367-4725-99a2-8144edd963c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8c69bccc-9367-4725-99a2-8144edd963c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c69bccc-9367-4725-99a2-8144edd963c3.shg-box.shg-c {
  justify-content: center;
}

#s-c5b12835-b18f-4453-9706-7629a49d7002 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c5b12835-b18f-4453-9706-7629a49d7002"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5b12835-b18f-4453-9706-7629a49d7002"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5b12835-b18f-4453-9706-7629a49d7002"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5b12835-b18f-4453-9706-7629a49d7002"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5b12835-b18f-4453-9706-7629a49d7002"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5b12835-b18f-4453-9706-7629a49d7002"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5b12835-b18f-4453-9706-7629a49d7002"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  margin-left: auto;
margin-right: auto;
max-width: 2008px;
aspect-ratio: 2008/737;
text-align: center;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image {
  box-sizing: border-box;
}



.s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
      position: relative;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

@media (min-width: 1200px){#s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image {
  box-sizing: border-box;
}



.s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
      position: relative;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image {
  box-sizing: border-box;
}



.s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
      position: relative;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image {
  box-sizing: border-box;
}



.s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
      position: relative;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (max-width: 767px){#s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-ecfbd76a-e618-4997-833a-65c4c4703da0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image {
  box-sizing: border-box;
}



.s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container {
      position: relative;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfbd76a-e618-4997-833a-65c4c4703da0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}
#s-5f07acbc-f8de-4e1e-89fe-f2e0b1aea94e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-5f07acbc-f8de-4e1e-89fe-f2e0b1aea94e .shogun-heading-component h2 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f6565c76-2865-4042-8101-d1334f3566f9 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f6565c76-2865-4042-8101-d1334f3566f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6565c76-2865-4042-8101-d1334f3566f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-f6565c76-2865-4042-8101-d1334f3566f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-f6565c76-2865-4042-8101-d1334f3566f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-82c8263e-ea68-42a0-a117-78c693bb222e {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-09b29d05-963c-45d0-8d23-495a8dce32b0 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6e319241-ca82-42f2-afb7-0d1e63cca033 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c75b9edb-5913-401a-93ce-d65165883783 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(24, 35, 55, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c75b9edb-5913-401a-93ce-d65165883783 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c75b9edb-5913-401a-93ce-d65165883783 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c75b9edb-5913-401a-93ce-d65165883783 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c75b9edb-5913-401a-93ce-d65165883783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c75b9edb-5913-401a-93ce-d65165883783.shg-box.shg-c {
  justify-content: center;
}

#s-ddc7d514-eb83-4a97-abaa-6f3e16d27b60 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-ddc7d514-eb83-4a97-abaa-6f3e16d27b60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddc7d514-eb83-4a97-abaa-6f3e16d27b60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddc7d514-eb83-4a97-abaa-6f3e16d27b60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddc7d514-eb83-4a97-abaa-6f3e16d27b60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4cd3a52c-2f6f-4344-bf65-7552b0130cea {
  min-height: 50px;
}








#s-4cd3a52c-2f6f-4344-bf65-7552b0130cea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cd3a52c-2f6f-4344-bf65-7552b0130cea.shg-box.shg-c {
  justify-content: center;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
  box-sizing: border-box;
}



.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
      position: relative;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
  box-sizing: border-box;
}



.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
      position: relative;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
  box-sizing: border-box;
}



.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
      position: relative;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
  box-sizing: border-box;
}



.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
      position: relative;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image {
  box-sizing: border-box;
}



.s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container {
      position: relative;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-075cee50-3dce-464a-8f0b-f0a0cefc6d23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-16be87e5-e8ba-45f3-bc51-bb76f21913b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16be87e5-e8ba-45f3-bc51-bb76f21913b9 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a39698ec-e8c4-4f90-bbe2-f24d4e0f7920 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
  box-sizing: border-box;
}



.s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
      position: relative;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
  box-sizing: border-box;
}



.s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
      position: relative;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
  box-sizing: border-box;
}



.s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
      position: relative;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
  box-sizing: border-box;
}



.s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
      position: relative;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6d9f8737-12df-4de7-b638-85d04d5187c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image {
  box-sizing: border-box;
}



.s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container {
      position: relative;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d9f8737-12df-4de7-b638-85d04d5187c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-cda52c90-f7c9-4835-84ba-2de94c5f9401 {
  min-height: 50px;
}








#s-cda52c90-f7c9-4835-84ba-2de94c5f9401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cda52c90-f7c9-4835-84ba-2de94c5f9401.shg-box.shg-c {
  justify-content: center;
}

#s-e9597286-b5ae-4144-afaf-3550b6da22d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9597286-b5ae-4144-afaf-3550b6da22d0 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a89361bd-01c3-435e-9ede-c0a006e9990e {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
  box-sizing: border-box;
}



.s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4d898e8-570f-49b4-984d-e6658134f585 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
      position: relative;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-b4d898e8-570f-49b4-984d-e6658134f585 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
  box-sizing: border-box;
}



.s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4d898e8-570f-49b4-984d-e6658134f585 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
      position: relative;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b4d898e8-570f-49b4-984d-e6658134f585 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
  box-sizing: border-box;
}



.s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4d898e8-570f-49b4-984d-e6658134f585 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
      position: relative;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b4d898e8-570f-49b4-984d-e6658134f585 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
  box-sizing: border-box;
}



.s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4d898e8-570f-49b4-984d-e6658134f585 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
      position: relative;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-b4d898e8-570f-49b4-984d-e6658134f585 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4d898e8-570f-49b4-984d-e6658134f585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4d898e8-570f-49b4-984d-e6658134f585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b4d898e8-570f-49b4-984d-e6658134f585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image {
  box-sizing: border-box;
}



.s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4d898e8-570f-49b4-984d-e6658134f585 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container {
      position: relative;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4d898e8-570f-49b4-984d-e6658134f585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-cea32208-54a0-452e-b1ce-1276050a628b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cea32208-54a0-452e-b1ce-1276050a628b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-92847ef2-278b-4a6f-a3fe-562efe061dce {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ed3f0f19-e125-4912-8b3c-f2508cbbca30 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-ed3f0f19-e125-4912-8b3c-f2508cbbca30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed3f0f19-e125-4912-8b3c-f2508cbbca30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed3f0f19-e125-4912-8b3c-f2508cbbca30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed3f0f19-e125-4912-8b3c-f2508cbbca30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e82f3683-d77a-4dd5-b520-8eb0e25cb572 {
  min-height: 50px;
}








#s-e82f3683-d77a-4dd5-b520-8eb0e25cb572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e82f3683-d77a-4dd5-b520-8eb0e25cb572.shg-box.shg-c {
  justify-content: center;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  margin: 0 !important;
  overflow: visible;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
  box-sizing: border-box;
}



.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
      position: relative;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  margin: 0 !important;
  overflow: visible;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add background color handling */
  
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
  box-sizing: border-box;
}



.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
      position: relative;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  margin: 0 !important;
  overflow: visible;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add background color handling */
  
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
  box-sizing: border-box;
}



.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
      position: relative;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  margin: 0 !important;
  overflow: visible;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add background color handling */
  
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
  box-sizing: border-box;
}



.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
      position: relative;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  margin: 0 !important;
  overflow: visible;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add background color handling */
  
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image {
  box-sizing: border-box;
}



.s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container {
      position: relative;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5a990ae-1546-40f1-9a52-870fc2cacb6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-272eac62-987b-42fd-8c57-9fa2ab4ce471 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-272eac62-987b-42fd-8c57-9fa2ab4ce471 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-194d8c8c-e531-47fa-bed0-a04c33baf753 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-79e320a6-ca36-47b9-8e25-4bc1ff21ac5b {
  min-height: 50px;
}








#s-79e320a6-ca36-47b9-8e25-4bc1ff21ac5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79e320a6-ca36-47b9-8e25-4bc1ff21ac5b.shg-box.shg-c {
  justify-content: center;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
  box-sizing: border-box;
}



.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
      position: relative;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
  box-sizing: border-box;
}



.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
      position: relative;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
  box-sizing: border-box;
}



.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
      position: relative;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
  box-sizing: border-box;
}



.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
      position: relative;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image {
  box-sizing: border-box;
}



.s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container {
      position: relative;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cf5a4f2-a4b7-4f56-b02c-aa8c5bcdf3a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-c6fbf459-1687-4918-bec0-5ae434d0807f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6fbf459-1687-4918-bec0-5ae434d0807f .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-84112337-000b-46b8-a7d3-5630f68f0e23 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  margin: 0 !important;
  overflow: visible;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
  box-sizing: border-box;
}



.s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
      position: relative;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  margin: 0 !important;
  overflow: visible;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add background color handling */
  
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
  box-sizing: border-box;
}



.s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
      position: relative;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  margin: 0 !important;
  overflow: visible;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add background color handling */
  
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
  box-sizing: border-box;
}



.s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
      position: relative;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  margin: 0 !important;
  overflow: visible;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add background color handling */
  
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
  box-sizing: border-box;
}



.s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
      position: relative;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  margin: 0 !important;
  overflow: visible;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add background color handling */
  
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f69c1704-5213-4961-bfb3-174e0cf7a453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image {
  box-sizing: border-box;
}



.s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container {
      position: relative;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f69c1704-5213-4961-bfb3-174e0cf7a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-2d5cc5e1-5b97-4f15-a3a1-23fd744bf3ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d5cc5e1-5b97-4f15-a3a1-23fd744bf3ed .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a7415606-5ee5-4ec1-93bb-48934d2dca88 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-57042cf6-d547-4374-b84e-ff4866757b3d {
  background-attachment: fixed;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-57042cf6-d547-4374-b84e-ff4866757b3d {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-57042cf6-d547-4374-b84e-ff4866757b3d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-57042cf6-d547-4374-b84e-ff4866757b3d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-57042cf6-d547-4374-b84e-ff4866757b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57042cf6-d547-4374-b84e-ff4866757b3d.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-57042cf6-d547-4374-b84e-ff4866757b3d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-57042cf6-d547-4374-b84e-ff4866757b3d.shg-box.shg-c {
  justify-content: center;
}
}
#s-bd5cfa64-aa44-49c9-ad5f-a495db013d66 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-bd5cfa64-aa44-49c9-ad5f-a495db013d66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd5cfa64-aa44-49c9-ad5f-a495db013d66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd5cfa64-aa44-49c9-ad5f-a495db013d66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd5cfa64-aa44-49c9-ad5f-a495db013d66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  margin-left: auto;
margin-right: auto;
max-width: 1794px;
aspect-ratio: 1794/1512;
text-align: center;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
  box-sizing: border-box;
}



.s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
      position: relative;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

@media (min-width: 1200px){#s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
  box-sizing: border-box;
}



.s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
      position: relative;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
  box-sizing: border-box;
}



.s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
      position: relative;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
  box-sizing: border-box;
}



.s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
      position: relative;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (max-width: 767px){#s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-c1d752f4-0a75-4a58-8c49-af2378f77983 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image {
  box-sizing: border-box;
}



.s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container {
      position: relative;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d752f4-0a75-4a58-8c49-af2378f77983 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}
#s-fec12981-5736-412d-a9de-d64c3c296d9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fec12981-5736-412d-a9de-d64c3c296d9c .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-bcf43607-49c0-4014-9d75-899bc71caf35 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-cdd2db6c-bb2a-4607-83e8-9bd51b798752.shg-box.shg-c {
  justify-content: center;
}
}
#s-7c7d7560-482a-4f3b-a539-83c03ec50b8d {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-7c7d7560-482a-4f3b-a539-83c03ec50b8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c7d7560-482a-4f3b-a539-83c03ec50b8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c7d7560-482a-4f3b-a539-83c03ec50b8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c7d7560-482a-4f3b-a539-83c03ec50b8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8fc984e-4712-4e08-8ac2-d1ca8d97934a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a8fc984e-4712-4e08-8ac2-d1ca8d97934a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8fc984e-4712-4e08-8ac2-d1ca8d97934a.shg-box.shg-c {
  justify-content: center;
}

#s-0a1b528a-69b3-4be5-a4f6-ef78ca614b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a1b528a-69b3-4be5-a4f6-ef78ca614b63 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-4ff0345d-5132-4195-ae35-a4eb6e1bcdcf {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-fd60d077-f23d-4d8d-8020-7d77acea5149 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fd60d077-f23d-4d8d-8020-7d77acea5149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd60d077-f23d-4d8d-8020-7d77acea5149.shg-box.shg-c {
  justify-content: center;
}

#s-aed5e269-3cdd-4e6c-90d8-a34d33083503 {
  margin-left: auto;
margin-right: auto;
}

#s-f8b5e701-c00b-42b4-a830-8bddcebec81e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f8b5e701-c00b-42b4-a830-8bddcebec81e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8b5e701-c00b-42b4-a830-8bddcebec81e.shg-box.shg-c {
  justify-content: center;
}

#s-fabe8e50-6e19-4307-9f65-0ff77c67298c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fabe8e50-6e19-4307-9f65-0ff77c67298c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fabe8e50-6e19-4307-9f65-0ff77c67298c.shg-box.shg-c {
  justify-content: center;
}

#s-a39647d2-08b6-4756-947e-90dadfd08d05 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a39647d2-08b6-4756-947e-90dadfd08d05 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a39647d2-08b6-4756-947e-90dadfd08d05 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a39647d2-08b6-4756-947e-90dadfd08d05 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a39647d2-08b6-4756-947e-90dadfd08d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a39647d2-08b6-4756-947e-90dadfd08d05.shg-box.shg-c {
  justify-content: center;
}

#s-8a6dfb1a-b91d-410a-ac9b-80e7510c4a4f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-8a6dfb1a-b91d-410a-ac9b-80e7510c4a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a6dfb1a-b91d-410a-ac9b-80e7510c4a4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a6dfb1a-b91d-410a-ac9b-80e7510c4a4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a6dfb1a-b91d-410a-ac9b-80e7510c4a4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80f635b2-0abb-4d80-b4b9-86008bfd6916 {
  min-height: 50px;
}








#s-80f635b2-0abb-4d80-b4b9-86008bfd6916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80f635b2-0abb-4d80-b4b9-86008bfd6916.shg-box.shg-c {
  justify-content: center;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
  box-sizing: border-box;
}



.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
      position: relative;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
  box-sizing: border-box;
}



.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
      position: relative;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
  box-sizing: border-box;
}



.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
      position: relative;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
  box-sizing: border-box;
}



.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
      position: relative;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  margin: 0 !important;
  overflow: visible;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add background color handling */
  
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image {
  box-sizing: border-box;
}



.s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container {
      position: relative;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86c3a7d0-80ab-482c-b4a7-a34c4f1e1e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-ba006e19-c90a-4c1d-bcc7-d2404f159d65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba006e19-c90a-4c1d-bcc7-d2404f159d65 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-af9e2a9a-55e6-4e1f-901d-53759367a0a9 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9ec0901d-66c5-4681-83dc-32859cd2790c {
  min-height: 50px;
}








#s-9ec0901d-66c5-4681-83dc-32859cd2790c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ec0901d-66c5-4681-83dc-32859cd2790c.shg-box.shg-c {
  justify-content: center;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
  box-sizing: border-box;
}



.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
      position: relative;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
  box-sizing: border-box;
}



.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
      position: relative;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
  box-sizing: border-box;
}



.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
      position: relative;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
  box-sizing: border-box;
}



.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
      position: relative;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image {
  box-sizing: border-box;
}



.s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container {
      position: relative;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba6c3d07-22e2-43a4-9694-40379ab6c383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-76b20e16-8b6c-4c1c-85ee-03dc7375a66c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76b20e16-8b6c-4c1c-85ee-03dc7375a66c .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6af4bedd-e023-4d4d-a0d7-1c82f6d28933 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2d163a24-3ed9-4f8a-b427-806d8e1c06e7 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-2d163a24-3ed9-4f8a-b427-806d8e1c06e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d163a24-3ed9-4f8a-b427-806d8e1c06e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d163a24-3ed9-4f8a-b427-806d8e1c06e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d163a24-3ed9-4f8a-b427-806d8e1c06e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-690408aa-1441-43ba-885f-c920627d77af {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-690408aa-1441-43ba-885f-c920627d77af {
  margin: 0 !important;
  overflow: visible;
}

#s-690408aa-1441-43ba-885f-c920627d77af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-content {
  
    justify-content: center;
  
}

.s-690408aa-1441-43ba-885f-c920627d77af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
  box-sizing: border-box;
}



.s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-690408aa-1441-43ba-885f-c920627d77af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
      position: relative;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-690408aa-1441-43ba-885f-c920627d77af {
  margin: 0 !important;
  overflow: visible;
}

#s-690408aa-1441-43ba-885f-c920627d77af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add background color handling */
  
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-content {
  
    justify-content: center;
  
}

.s-690408aa-1441-43ba-885f-c920627d77af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
  box-sizing: border-box;
}



.s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-690408aa-1441-43ba-885f-c920627d77af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
      position: relative;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-690408aa-1441-43ba-885f-c920627d77af {
  margin: 0 !important;
  overflow: visible;
}

#s-690408aa-1441-43ba-885f-c920627d77af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add background color handling */
  
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-content {
  
    justify-content: center;
  
}

.s-690408aa-1441-43ba-885f-c920627d77af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
  box-sizing: border-box;
}



.s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-690408aa-1441-43ba-885f-c920627d77af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
      position: relative;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-690408aa-1441-43ba-885f-c920627d77af {
  margin: 0 !important;
  overflow: visible;
}

#s-690408aa-1441-43ba-885f-c920627d77af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add background color handling */
  
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-content {
  
    justify-content: center;
  
}

.s-690408aa-1441-43ba-885f-c920627d77af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
  box-sizing: border-box;
}



.s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-690408aa-1441-43ba-885f-c920627d77af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
      position: relative;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-690408aa-1441-43ba-885f-c920627d77af {
  margin: 0 !important;
  overflow: visible;
}

#s-690408aa-1441-43ba-885f-c920627d77af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-690408aa-1441-43ba-885f-c920627d77af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add background color handling */
  
}

#s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-690408aa-1441-43ba-885f-c920627d77af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-690408aa-1441-43ba-885f-c920627d77af .shogun-image-content {
  
    justify-content: center;
  
}

.s-690408aa-1441-43ba-885f-c920627d77af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-690408aa-1441-43ba-885f-c920627d77af.shogun-image {
  box-sizing: border-box;
}



.s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-690408aa-1441-43ba-885f-c920627d77af {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container {
      position: relative;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-690408aa-1441-43ba-885f-c920627d77af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-690408aa-1441-43ba-885f-c920627d77af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-37bc46b1-7aee-4da3-a83c-d9501868984a {
  min-height: 50px;
}








#s-37bc46b1-7aee-4da3-a83c-d9501868984a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37bc46b1-7aee-4da3-a83c-d9501868984a.shg-box.shg-c {
  justify-content: center;
}

#s-6f9f5541-a347-4dd0-8169-675c4477ff58 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f9f5541-a347-4dd0-8169-675c4477ff58 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-0395c37c-0679-4ae6-a99c-0b52344d3b6d {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7d81fd41-411f-4bc3-b534-cd6016d60233 {
  min-height: 50px;
}








#s-7d81fd41-411f-4bc3-b534-cd6016d60233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d81fd41-411f-4bc3-b534-cd6016d60233.shg-box.shg-c {
  justify-content: center;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  margin: 0 !important;
  overflow: visible;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
  box-sizing: border-box;
}



.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
      position: relative;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  margin: 0 !important;
  overflow: visible;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add background color handling */
  
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
  box-sizing: border-box;
}



.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
      position: relative;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  margin: 0 !important;
  overflow: visible;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add background color handling */
  
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
  box-sizing: border-box;
}



.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
      position: relative;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  margin: 0 !important;
  overflow: visible;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add background color handling */
  
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
  box-sizing: border-box;
}



.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
      position: relative;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  margin: 0 !important;
  overflow: visible;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add background color handling */
  
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image {
  box-sizing: border-box;
}



.s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container {
      position: relative;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d31c3f-cdf4-44c3-85b4-70ee827d4811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-eb8a7e25-6853-4623-a7e6-c4c0d783c79e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb8a7e25-6853-4623-a7e6-c4c0d783c79e .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-af75aeb9-e5c2-4e3b-bf64-5b29cab72df1 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d08790f8-b3e5-4305-ad9f-932ba46833e5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d08790f8-b3e5-4305-ad9f-932ba46833e5 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d08790f8-b3e5-4305-ad9f-932ba46833e5 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d08790f8-b3e5-4305-ad9f-932ba46833e5 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-d08790f8-b3e5-4305-ad9f-932ba46833e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d08790f8-b3e5-4305-ad9f-932ba46833e5.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d08790f8-b3e5-4305-ad9f-932ba46833e5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-d08790f8-b3e5-4305-ad9f-932ba46833e5.shg-box.shg-c {
  justify-content: center;
}
}
#s-6b17051d-3713-4a33-b79d-8b14cb3518ac {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6b17051d-3713-4a33-b79d-8b14cb3518ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b17051d-3713-4a33-b79d-8b14cb3518ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b17051d-3713-4a33-b79d-8b14cb3518ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b17051d-3713-4a33-b79d-8b14cb3518ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b17051d-3713-4a33-b79d-8b14cb3518ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b17051d-3713-4a33-b79d-8b14cb3518ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b17051d-3713-4a33-b79d-8b14cb3518ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-728adcd5-ee51-4817-a19b-54be7b65fc06 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-728adcd5-ee51-4817-a19b-54be7b65fc06 .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-cbd83ebc-5bf3-4906-9f35-a1128d96c5fd {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-053b933c-32bc-4864-9229-5c93a882ab0a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(205, 217, 228, 1);
}








#s-053b933c-32bc-4864-9229-5c93a882ab0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-053b933c-32bc-4864-9229-5c93a882ab0a.shg-box.shg-c {
  justify-content: center;
}

#s-db631b8f-2159-47a7-8e2c-768c481950c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 12%;
padding-bottom: 2%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(24, 35, 55, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-db631b8f-2159-47a7-8e2c-768c481950c5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-db631b8f-2159-47a7-8e2c-768c481950c5 {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-db631b8f-2159-47a7-8e2c-768c481950c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db631b8f-2159-47a7-8e2c-768c481950c5.shg-box.shg-c {
  justify-content: center;
}

#s-f9510038-9b5d-434c-ba48-9c2299675274 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
text-align: center;
}

#s-f9510038-9b5d-434c-ba48-9c2299675274 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5%;
padding-left: 12%;
padding-bottom: 5%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-80ef260e-f06e-42e8-851f-253818f11bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80ef260e-f06e-42e8-851f-253818f11bc1.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a {
  margin-left: auto;
margin-right: auto;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-column {
  background-color: rgba(255, 197, 78, 1);
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  color: rgba(37, 45, 64, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-row {
  background-color: ;
  padding: 20px;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-column, #s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

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

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

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

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

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

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

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

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

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-a738fdd8-c9be-4384-927d-e1ad9eb158c1 {
  margin-left: auto;
margin-right: auto;
}

#s-a738fdd8-c9be-4384-927d-e1ad9eb158c1 .shg-proportional-font-size,
#s-a738fdd8-c9be-4384-927d-e1ad9eb158c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0bb76d87-636a-4e98-bb42-abb7508e7b57 {
  margin-left: auto;
margin-right: auto;
}

#s-0bb76d87-636a-4e98-bb42-abb7508e7b57 .shg-proportional-font-size,
#s-0bb76d87-636a-4e98-bb42-abb7508e7b57 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1402d2c7-eadb-47db-b3ec-ce0b4dfe8419 {
  margin-left: auto;
margin-right: auto;
}

#s-1402d2c7-eadb-47db-b3ec-ce0b4dfe8419 .shg-proportional-font-size,
#s-1402d2c7-eadb-47db-b3ec-ce0b4dfe8419 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29f9da35-fd9b-44f8-978f-ed90d9183cba {
  margin-left: auto;
margin-right: auto;
}

#s-29f9da35-fd9b-44f8-978f-ed90d9183cba .shg-proportional-font-size,
#s-29f9da35-fd9b-44f8-978f-ed90d9183cba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32ab301c-dfc7-47da-8bad-fe256816674a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32ab301c-dfc7-47da-8bad-fe256816674a .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 400;
  font-family: "Montserrat";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-69085459-a3db-4b45-abed-f81576878865 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-69085459-a3db-4b45-abed-f81576878865:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69085459-a3db-4b45-abed-f81576878865:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fef4da4c-29df-46bd-ab29-c8e58351376f {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-fef4da4c-29df-46bd-ab29-c8e58351376f:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fef4da4c-29df-46bd-ab29-c8e58351376f:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-de20871e-1aee-4a9e-bcfe-146ea38994fd {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-de20871e-1aee-4a9e-bcfe-146ea38994fd:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-de20871e-1aee-4a9e-bcfe-146ea38994fd:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-039b3e4d-b813-4bc3-8532-35e87c059806 {
  margin-left: auto;
margin-right: auto;
}

#s-2c6f244b-e815-45b0-976d-42b35a623b6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c6f244b-e815-45b0-976d-42b35a623b6d .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-983efefb-7769-499a-828e-a62fde7b469c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-983efefb-7769-499a-828e-a62fde7b469c .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-33689766-39f9-475b-972a-302215632c86 {
  margin-left: auto;
margin-right: auto;
}

#s-9acd9174-b260-4ef3-b947-280f643a6a28 {
  margin-left: auto;
margin-right: auto;
}

#s-756db78d-1ba3-4b7b-a906-84bd4b3fd0f9 {
  margin-left: auto;
margin-right: auto;
}

#s-a8fa80a1-e658-49ff-90b1-40223482d9e0 {
  margin-left: auto;
margin-right: auto;
}

#s-677cf4a8-845b-4d04-9c84-deee7660e5f3 {
  margin-left: auto;
margin-right: auto;
}

#s-36c222e6-56da-4d2c-8ee2-9fbe81dd7d11 {
  margin-left: auto;
margin-right: auto;
}

#s-5cf10a85-cfcb-447c-be89-dfcb53aa8e78 {
  margin-left: auto;
margin-right: auto;
}

#s-409f6e8b-9581-46d9-ac0a-be537b3d6cc6 {
  margin-left: auto;
margin-right: auto;
}

#s-6fcb0bed-4516-4dfd-b756-ef33c8090ce8 {
  margin-left: auto;
margin-right: auto;
}

#s-52fdff72-e09d-4f0d-aef8-1aa8655fd829 {
  margin-left: auto;
margin-right: auto;
}

#s-b814924e-ad63-4260-9f76-d7a386f50fa2 {
  margin-left: auto;
margin-right: auto;
}

#s-137a616e-d677-40c8-90dc-7f27401df562 {
  margin-left: auto;
margin-right: auto;
}

#s-f46c09f3-9c51-409e-978f-f39b8ba8b149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f46c09f3-9c51-409e-978f-f39b8ba8b149 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-cde5f53b-9852-4124-9216-e96b211b5d33 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cde5f53b-9852-4124-9216-e96b211b5d33 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-8409e0f8-2c84-4dc5-acee-9de967b7caa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8409e0f8-2c84-4dc5-acee-9de967b7caa8 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-8409e4ba-97e9-4474-b701-2843e1929235 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8409e4ba-97e9-4474-b701-2843e1929235 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-99021a4f-a1df-42cb-bb35-8f6a1489b22e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99021a4f-a1df-42cb-bb35-8f6a1489b22e .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-c526a76d-60fe-4f8d-bb77-42740c540815 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c526a76d-60fe-4f8d-bb77-42740c540815 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-cb689de2-b39f-49ea-901c-2e5af6694b71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb689de2-b39f-49ea-901c-2e5af6694b71 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  min-height: 125px;
max-width: 900px;
}
}
#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  min-height: 125px;
max-width: 900px;
}
}
#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  min-height: 125px;
max-width: 900px;
}
}
#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  min-height: 125px;
max-width: 900px;
}
}
#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-0a668645-f67d-4b5c-97f4-892d51e7024b {
  margin-left: auto;
margin-right: auto;
}

#s-199b0557-a0a2-4b5f-9381-6258c46e2151 {
  margin-left: auto;
margin-right: auto;
}

#s-e681c62f-81c1-45ad-b1b1-9c7f616f9fba {
  margin-left: auto;
margin-right: auto;
}

#s-f08a2b14-8cbf-4c8d-b4b4-87fb8a8c1982 {
  margin-left: auto;
margin-right: auto;
}

#s-b540beb6-5154-46d4-8225-bd0ca0f250dc {
  margin-left: auto;
margin-right: auto;
}

#s-33b3b7c8-70ff-4a56-a30b-57a2b3ff435a {
  margin-left: auto;
margin-right: auto;
}

#s-c2eb02b2-7655-4f16-bbbd-7135e303ca90 {
  margin-left: auto;
margin-right: auto;
}

#s-dfa13a96-18b9-4898-a311-ddc69eb48a67 {
  margin-left: auto;
margin-right: auto;
}

#s-cc5952bd-a175-43b1-ae7d-87c3c19890b2 {
  margin-left: auto;
margin-right: auto;
}

#s-0719f965-5f5d-46e4-ab66-62d4fc2a8990 {
  margin-left: auto;
margin-right: auto;
}

#s-f238294b-ec94-4fe0-84b7-0aa8e00712b9 {
  margin-left: auto;
margin-right: auto;
}

#s-70a4ba22-4d76-4f4d-9486-a1656de43ae6 {
  margin-left: auto;
margin-right: auto;
}

#s-7abbe390-1ed7-47d4-8aa4-6fd4bfa5a9a5 {
  margin-left: auto;
margin-right: auto;
}

#s-1ccbeb95-1963-40f2-bbd0-de5bc25ba88e {
  margin-left: auto;
margin-right: auto;
}

#s-01b7ca31-cef3-44be-a074-15f6ffba90d1 {
  margin-left: auto;
margin-right: auto;
}

#s-e5c069a4-5c55-4d77-bed3-96a3185843c4 {
  margin-left: auto;
margin-right: auto;
}

#s-7edb4938-b22d-49c5-be9f-5bae61ed2917 {
  margin-left: auto;
margin-right: auto;
}

#s-ac26f6f6-04b2-472d-87a0-3fe90b4c129e {
  margin-left: auto;
margin-right: auto;
}

#s-5ddfa873-c7af-4066-be34-1a9dc5083cab {
  margin-left: auto;
margin-right: auto;
}

#s-8ae7cbde-1e8d-4498-9059-62c50382407a {
  margin-left: auto;
margin-right: auto;
}

#s-a9a73721-d911-4ca7-ac5e-ff8578f98c3d {
  margin-left: auto;
margin-right: auto;
}

#s-e522c92d-7028-41f0-a1e1-b805aa30b9e8 {
  margin-left: auto;
margin-right: auto;
}

#s-199ae6f0-f4c5-4024-9368-2d6b3875b863 {
  margin-left: auto;
margin-right: auto;
}

#s-a9d078c0-f45a-402c-b653-e295bb8cad6c {
  margin-left: auto;
margin-right: auto;
}

#s-7310072d-418d-48d9-9ff8-870a0b58d5f2 {
  margin-left: auto;
margin-right: auto;
}

#s-c293eb07-a159-4c23-b4dc-251995152c96 {
  margin-left: auto;
margin-right: auto;
}

#s-0ddb2ebb-9746-40b7-9e4b-7fdda94351ac {
  margin-left: auto;
margin-right: auto;
}

#s-dcbdcc6e-44c9-4e37-84b3-0dfcb0746d8a {
  margin-left: auto;
margin-right: auto;
}

#s-8cbedd54-f631-4c96-82d6-3515823e3943 {
  margin-left: auto;
margin-right: auto;
}

#s-57918691-d26e-4adf-920a-7961dc20cb73 {
  margin-left: auto;
margin-right: auto;
}

#s-778ba093-5c3c-4606-9147-a8ef237d4eb6 {
  margin-left: auto;
margin-right: auto;
}

#s-cc995d12-81f3-4ae6-854c-b92b76507485 {
  margin-left: auto;
margin-right: auto;
}

#s-c6c3b669-bb3d-40b8-a4a4-5cc1c3def162 {
  margin-left: auto;
margin-right: auto;
}

#s-cf7109d1-a352-4375-9f1f-04998c7a37e7 {
  margin-left: auto;
margin-right: auto;
}

#s-2676d2ed-2adb-4931-867c-cc61a581ceaf {
  margin-left: auto;
margin-right: auto;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin-left: auto;
margin-right: auto;
max-width: 302px;
aspect-ratio: 302/124;
text-align: center;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

@media (min-width: 1200px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (max-width: 767px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}
#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin-left: auto;
margin-right: auto;
max-width: 302px;
aspect-ratio: 302/124;
text-align: center;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

@media (min-width: 1200px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (max-width: 767px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}
#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin-left: auto;
margin-right: auto;
max-width: 296px;
aspect-ratio: 296/124;
text-align: center;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

@media (min-width: 1200px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (max-width: 767px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}
#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin-left: auto;
margin-right: auto;
max-width: 296px;
aspect-ratio: 296/122;
text-align: center;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

@media (min-width: 1200px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (max-width: 767px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}
#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-2f41d4f2-0f88-4157-aa72-f48e47895ca7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2f41d4f2-0f88-4157-aa72-f48e47895ca7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f41d4f2-0f88-4157-aa72-f48e47895ca7.shg-box.shg-c {
  justify-content: center;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 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-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 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-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-cd50f01f-aa4b-447c-a193-65b14252aecf {
  margin-left: auto;
margin-right: auto;
}

#s-e5500fbd-b05a-4327-a9e7-d47262eba491 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e5500fbd-b05a-4327-a9e7-d47262eba491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5500fbd-b05a-4327-a9e7-d47262eba491.shg-box.shg-c {
  justify-content: center;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc 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-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc 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-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-40188af2-4316-4b6c-a4e0-ab50d7bc21cb {
  margin-left: auto;
margin-right: auto;
}

#s-90c90248-e9dc-4c5a-bd13-5f5a378eaed2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-90c90248-e9dc-4c5a-bd13-5f5a378eaed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90c90248-e9dc-4c5a-bd13-5f5a378eaed2.shg-box.shg-c {
  justify-content: center;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a 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-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a 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-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-9461af5e-1ab8-4dbe-8865-4e80516ffe59 {
  margin-left: auto;
margin-right: auto;
}

#s-a0e741b6-97ea-45f9-9a61-c89c30e1d0f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0e741b6-97ea-45f9-9a61-c89c30e1d0f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0e741b6-97ea-45f9-9a61-c89c30e1d0f8.shg-box.shg-c {
  justify-content: center;
}

#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac 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-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac 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-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-de047b41-5b82-46ae-8984-bceb7ce867a3 {
  margin-left: auto;
margin-right: auto;
}

#s-a0c98436-d072-4a2b-973c-1baaf38be035 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0c98436-d072-4a2b-973c-1baaf38be035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0c98436-d072-4a2b-973c-1baaf38be035.shg-box.shg-c {
  justify-content: center;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 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-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 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-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-43882330-0608-49d7-96ca-c62245b2397b {
  margin-left: auto;
margin-right: auto;
}

#s-a37d1823-b4ae-45c9-bd48-6d3d9bbdbfe8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a37d1823-b4ae-45c9-bd48-6d3d9bbdbfe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a37d1823-b4ae-45c9-bd48-6d3d9bbdbfe8.shg-box.shg-c {
  justify-content: center;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa 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-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa 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-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-ececa95d-9ccb-49ed-81d2-e1e915a580c1 {
  margin-left: auto;
margin-right: auto;
}

#s-07b4c5b0-0f89-4851-b74e-13cb32873f58 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-07b4c5b0-0f89-4851-b74e-13cb32873f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07b4c5b0-0f89-4851-b74e-13cb32873f58.shg-box.shg-c {
  justify-content: center;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 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-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 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-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-b02a7283-0071-4bf4-8aac-097162f2e373 {
  margin-left: auto;
margin-right: auto;
}

#s-a2240bda-cc6d-4236-b489-0fa8fe45a3d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a2240bda-cc6d-4236-b489-0fa8fe45a3d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2240bda-cc6d-4236-b489-0fa8fe45a3d5.shg-box.shg-c {
  justify-content: center;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 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-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 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-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-f53432d4-086b-49ed-91de-7e4170709183 {
  margin-left: auto;
margin-right: auto;
}

#s-81ee9a3f-b753-458b-8874-3784e837a77a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-81ee9a3f-b753-458b-8874-3784e837a77a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81ee9a3f-b753-458b-8874-3784e837a77a.shg-box.shg-c {
  justify-content: center;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-cb5dd179-c6e7-4aeb-8b7f-3215a2f7751b {
  margin-left: auto;
margin-right: auto;
}

#s-570f568c-d258-47e0-a7b1-c57d0fefe040 {
  margin-left: auto;
margin-right: auto;
}

#s-09f72057-cae4-4232-a48d-6ba21ff15661 {
  margin-left: auto;
margin-right: auto;
}

#s-c75ca61c-8b26-4bbe-a3cd-2dce26cbf8c5 {
  margin-left: auto;
margin-right: auto;
}

#s-42e44718-5f21-413b-9029-287f417cf761 {
  margin-left: auto;
margin-right: auto;
}

#s-a1f7cb3c-fa44-41bc-ad66-8d503c8bfb4d {
  margin-left: auto;
margin-right: auto;
}

#s-302469dd-3996-4e32-aad7-043e5ff6a48c {
  margin-left: auto;
margin-right: auto;
}

#s-95cae4cd-fadd-4883-96b9-af0ef11d78f8 {
  margin-left: auto;
margin-right: auto;
}

#s-5911dabf-edfa-4599-b1f1-76ca5bf924cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5911dabf-edfa-4599-b1f1-76ca5bf924cf .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-773d74a7-40d7-4647-9425-a4c9f36ea8ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-773d74a7-40d7-4647-9425-a4c9f36ea8ee .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f3b6b63b-e761-4857-b838-57a1455f22e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3b6b63b-e761-4857-b838-57a1455f22e3 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c4a6d1ea-cf21-44f7-8045-7bdf03cdd610 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4a6d1ea-cf21-44f7-8045-7bdf03cdd610 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-dca1be38-16a4-46fe-a4e3-c44fd8a5eadb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dca1be38-16a4-46fe-a4e3-c44fd8a5eadb .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0a667036-c385-4f81-9b82-1cf311992b73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a667036-c385-4f81-9b82-1cf311992b73 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6f70950d-a963-4b74-9d50-9c8dc5f102fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f70950d-a963-4b74-9d50-9c8dc5f102fb .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-66c13c25-268a-4daf-9aa2-84db7f46a686 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66c13c25-268a-4daf-9aa2-84db7f46a686 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e9a60a56-d261-4576-92c6-ff4abc94a58e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9a60a56-d261-4576-92c6-ff4abc94a58e .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-bb3a784d-1e5b-4ab7-a4f7-91a43f061a58 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb3a784d-1e5b-4ab7-a4f7-91a43f061a58 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-df6c5beb-73bc-4ba7-8915-8acc6f524b0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df6c5beb-73bc-4ba7-8915-8acc6f524b0c .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-b2c75d45-7a98-4bf6-be00-13b3488f9fbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2c75d45-7a98-4bf6-be00-13b3488f9fbb .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-6239aa47-eaac-4a17-850e-d294c07c2b77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6239aa47-eaac-4a17-850e-d294c07c2b77 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-c9b432f8-8977-41ea-947a-87405508c6af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9b432f8-8977-41ea-947a-87405508c6af .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-a5e9655d-86a8-4be0-9678-cf32b65dad70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5e9655d-86a8-4be0-9678-cf32b65dad70 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d02e7166-87ec-4b7c-860c-404ebc2e08aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d02e7166-87ec-4b7c-860c-404ebc2e08aa .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-773e86d9-5d14-4032-bbb2-8ed3e263f159 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-773e86d9-5d14-4032-bbb2-8ed3e263f159 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-17809ec0-3aa8-4bf0-9291-a6958b56e71f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17809ec0-3aa8-4bf0-9291-a6958b56e71f .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-67774f85-84b5-49c8-8940-4298558c6780 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-67774f85-84b5-49c8-8940-4298558c6780:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-67774f85-84b5-49c8-8940-4298558c6780:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b7143539-02dd-4faf-a157-f8a0ef6f8722 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-b7143539-02dd-4faf-a157-f8a0ef6f8722:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b7143539-02dd-4faf-a157-f8a0ef6f8722:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-94dde04e-b467-420b-b5aa-4c21b45981ed {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-94dde04e-b467-420b-b5aa-4c21b45981ed:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-94dde04e-b467-420b-b5aa-4c21b45981ed:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4d445a16-3ba7-476a-a333-2a789d134c21 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-4d445a16-3ba7-476a-a333-2a789d134c21:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4d445a16-3ba7-476a-a333-2a789d134c21:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6ec0a54c-bdfa-4328-855c-0b576a83242f {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-6ec0a54c-bdfa-4328-855c-0b576a83242f:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6ec0a54c-bdfa-4328-855c-0b576a83242f:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-31fd3e37-082c-4a23-8a97-b1bf453c25cf {
  margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
