#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: Montserrat;
  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-014c74e5-44e5-45fd-b4e4-ae68900e214d {
  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-014c74e5-44e5-45fd-b4e4-ae68900e214d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-014c74e5-44e5-45fd-b4e4-ae68900e214d.shg-box.shg-c {
  justify-content: center;
}

#s-8322b54c-1aac-48ec-9a4f-0a4b8159c876 {
  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-8322b54c-1aac-48ec-9a4f-0a4b8159c876 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8322b54c-1aac-48ec-9a4f-0a4b8159c876 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8322b54c-1aac-48ec-9a4f-0a4b8159c876 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-8322b54c-1aac-48ec-9a4f-0a4b8159c876 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8322b54c-1aac-48ec-9a4f-0a4b8159c876.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-902d8c1b-2ec6-4aef-b807-7710452a5c02 {
  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-902d8c1b-2ec6-4aef-b807-7710452a5c02 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
  #s-902d8c1b-2ec6-4aef-b807-7710452a5c02 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(235, 236, 239, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
#s-902d8c1b-2ec6-4aef-b807-7710452a5c02 .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-902d8c1b-2ec6-4aef-b807-7710452a5c02 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
}

#s-902d8c1b-2ec6-4aef-b807-7710452a5c02 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(235, 236, 239, 1);
}

#s-902d8c1b-2ec6-4aef-b807-7710452a5c02 .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-53870c22-605a-4bfa-b21e-d7668d593a4e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53870c22-605a-4bfa-b21e-d7668d593a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53870c22-605a-4bfa-b21e-d7668d593a4e.shg-box.shg-c {
  justify-content: center;
}

#s-27324b03-9e76-4054-bc93-8db6ce2eddd6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-95016f81-08c2-4d0a-a138-3164dbcc7c11 {
  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-be575118-6811-4db3-a85c-c946767bc476 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-be575118-6811-4db3-a85c-c946767bc476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be575118-6811-4db3-a85c-c946767bc476.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-58599f20-ed40-451d-8532-f3a07b408b21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58599f20-ed40-451d-8532-f3a07b408b21 .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-cc30bb2c-fbab-4928-8196-560ad3c66ead {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cc30bb2c-fbab-4928-8196-560ad3c66ead .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc30bb2c-fbab-4928-8196-560ad3c66ead .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-cc30bb2c-fbab-4928-8196-560ad3c66ead .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-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  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-514c83d7-45e3-4e05-9914-9c9683b93c5d: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-514c83d7-45e3-4e05-9914-9c9683b93c5d: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-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ddd54d05-ad28-4d96-be8b-e22dcf8fd71f {
  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-7c604ee4-eefb-469e-8469-96a00e08d1c6 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-7c604ee4-eefb-469e-8469-96a00e08d1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c604ee4-eefb-469e-8469-96a00e08d1c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8226e7e1-6ea4-44ad-bba5-e5c89d796fbd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8226e7e1-6ea4-44ad-bba5-e5c89d796fbd .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-6894b13b-a776-415f-a232-bb698818fd48 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6894b13b-a776-415f-a232-bb698818fd48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6894b13b-a776-415f-a232-bb698818fd48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-6894b13b-a776-415f-a232-bb698818fd48 .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-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  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-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3: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-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3: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-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-025281cb-5a7b-48bb-aa2f-f793e9a2fe22 {
  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-e8dda634-7de2-4740-a5f8-dc2de0c33456 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-e8dda634-7de2-4740-a5f8-dc2de0c33456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8dda634-7de2-4740-a5f8-dc2de0c33456.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6c019f9c-3e05-44e6-be6f-8504726ab10d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c019f9c-3e05-44e6-be6f-8504726ab10d .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-1d46068b-e162-4f94-8cc1-95140590f86b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1d46068b-e162-4f94-8cc1-95140590f86b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d46068b-e162-4f94-8cc1-95140590f86b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-1d46068b-e162-4f94-8cc1-95140590f86b .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-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  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-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3: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-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3: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-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b7f3e845-b933-4920-aa57-a6e3bc2bec2f {
  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-f6ea5897-c2c9-44a9-8a91-4a1709a6d81c {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-f6ea5897-c2c9-44a9-8a91-4a1709a6d81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6ea5897-c2c9-44a9-8a91-4a1709a6d81c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e2ba93c0-00b5-486b-a242-299a3e4198fe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-639191da-31eb-4c73-be6d-96953a9c1e3f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-639191da-31eb-4c73-be6d-96953a9c1e3f .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-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac .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-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  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-34d928af-2bcf-46d0-83cc-0151ce6ba908: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-34d928af-2bcf-46d0-83cc-0151ce6ba908: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-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-fbd0e80f-519a-4404-b5ce-2d420c6dd6a8 {
  margin-top: 0px;
margin-bottom: 100px;
padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}

#s-6f134806-a2e1-43b0-8181-6925da0b4866 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 200px;
}

#s-cf56ceb5-d9ec-441c-a84b-501b69cef5c5 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-78f15cb2-7fd5-4527-a07e-395110cd9c20 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-78f15cb2-7fd5-4527-a07e-395110cd9c20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-78f15cb2-7fd5-4527-a07e-395110cd9c20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-78f15cb2-7fd5-4527-a07e-395110cd9c20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-78f15cb2-7fd5-4527-a07e-395110cd9c20"] > .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-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
  box-sizing: border-box;
}



.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
      position: relative;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
  box-sizing: border-box;
}



.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
      position: relative;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 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-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
  box-sizing: border-box;
}



.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
      position: relative;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 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-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
  box-sizing: border-box;
}



.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
      position: relative;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image {
  box-sizing: border-box;
}



.s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container {
      position: relative;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd51c84-847e-4c49-9c83-c9e0db5f31a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-e258e4c1-7b84-4335-94e0-350efa0abc04 {
  margin-left: auto;
margin-right: auto;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
  box-sizing: border-box;
}



.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
      position: relative;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
  box-sizing: border-box;
}



.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
      position: relative;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e 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-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
  box-sizing: border-box;
}



.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
      position: relative;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e 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-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
  box-sizing: border-box;
}



.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
      position: relative;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image {
  box-sizing: border-box;
}



.s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container {
      position: relative;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e4233ef-7a21-49eb-b3c6-7d0da7b6826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-624052a2-b67e-46da-9c6c-e1d8ab3c85a2 {
  margin-left: auto;
margin-right: auto;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 75px;
aspect-ratio: 75/45;
text-align: center;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  margin: 0 !important;
  overflow: visible;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add background color handling */
  
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-content {
  
    justify-content: center;
  
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
  box-sizing: border-box;
}



.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
      position: relative;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  margin: 0 !important;
  overflow: visible;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add background color handling */
  
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-content {
  
    justify-content: center;
  
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
  box-sizing: border-box;
}



.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
      position: relative;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f 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-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  margin: 0 !important;
  overflow: visible;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add background color handling */
  
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-content {
  
    justify-content: center;
  
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
  box-sizing: border-box;
}



.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
      position: relative;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f 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-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  margin: 0 !important;
  overflow: visible;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add background color handling */
  
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-content {
  
    justify-content: center;
  
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
  box-sizing: border-box;
}



.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
      position: relative;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  margin: 0 !important;
  overflow: visible;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add background color handling */
  
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f .shogun-image-content {
  
    justify-content: center;
  
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image {
  box-sizing: border-box;
}



.s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container {
      position: relative;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40ea9c55-1e53-4c6c-b8a7-647bf9cd030f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}
#s-56765a96-d49e-4e00-97f8-a802649c1fd2 {
  margin-left: auto;
margin-right: auto;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  margin: 0 !important;
  overflow: visible;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add background color handling */
  
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
  box-sizing: border-box;
}



.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
      position: relative;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  margin: 0 !important;
  overflow: visible;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add background color handling */
  
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
  box-sizing: border-box;
}



.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
      position: relative;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b 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-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  margin: 0 !important;
  overflow: visible;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add background color handling */
  
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
  box-sizing: border-box;
}



.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
      position: relative;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b 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-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  margin: 0 !important;
  overflow: visible;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add background color handling */
  
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
  box-sizing: border-box;
}



.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
      position: relative;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  margin: 0 !important;
  overflow: visible;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add background color handling */
  
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image {
  box-sizing: border-box;
}



.s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container {
      position: relative;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43c0eab4-f8cd-4b02-99bf-f9f42ce44f3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-6eb409d0-7430-4181-b6b7-3dbe3da1062c {
  margin-left: auto;
margin-right: auto;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 54px;
aspect-ratio: 54/36;
text-align: center;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
  box-sizing: border-box;
}



.s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ab1a141-28a0-468d-86de-8d194ec37292 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
      position: relative;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

@media (min-width: 1200px){#s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
  box-sizing: border-box;
}



.s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ab1a141-28a0-468d-86de-8d194ec37292 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
      position: relative;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292 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-1ab1a141-28a0-468d-86de-8d194ec37292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
  box-sizing: border-box;
}



.s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ab1a141-28a0-468d-86de-8d194ec37292 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
      position: relative;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292 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-1ab1a141-28a0-468d-86de-8d194ec37292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
  box-sizing: border-box;
}



.s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ab1a141-28a0-468d-86de-8d194ec37292 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
      position: relative;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (max-width: 767px){#s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ab1a141-28a0-468d-86de-8d194ec37292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ab1a141-28a0-468d-86de-8d194ec37292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-1ab1a141-28a0-468d-86de-8d194ec37292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image {
  box-sizing: border-box;
}



.s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ab1a141-28a0-468d-86de-8d194ec37292 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container {
      position: relative;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ab1a141-28a0-468d-86de-8d194ec37292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}
#s-9d4bf124-b0fe-4234-aa90-9bde564fbf4b {
  margin-left: auto;
margin-right: auto;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 53px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
  box-sizing: border-box;
}



.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
      position: relative;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

@media (min-width: 1200px){#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
  box-sizing: border-box;
}



.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
      position: relative;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 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-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
  box-sizing: border-box;
}



.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
      position: relative;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 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-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
  box-sizing: border-box;
}



.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
      position: relative;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (max-width: 767px){#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image {
  box-sizing: border-box;
}



.s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container {
      position: relative;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ed69af8-3d7e-41ed-ba09-86a2ab70b213 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}
#s-0b0800da-eaf4-4ea1-b4fa-fa920e57bf11 {
  margin-left: auto;
margin-right: auto;
}

#s-98d3e647-eb0c-4d92-aa99-67381f9085dd {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-98d3e647-eb0c-4d92-aa99-67381f9085dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98d3e647-eb0c-4d92-aa99-67381f9085dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98d3e647-eb0c-4d92-aa99-67381f9085dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98d3e647-eb0c-4d92-aa99-67381f9085dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b6725ec-e50c-4ed3-b9dc-d445477f1521 {
  min-height: 50px;
}








#s-4b6725ec-e50c-4ed3-b9dc-d445477f1521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b6725ec-e50c-4ed3-b9dc-d445477f1521.shg-box.shg-c {
  justify-content: center;
}

#s-115c6808-773a-49fb-a513-698878b633bd {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-115c6808-773a-49fb-a513-698878b633bd {
  margin: 0 !important;
  overflow: visible;
}

#s-115c6808-773a-49fb-a513-698878b633bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-115c6808-773a-49fb-a513-698878b633bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
  box-sizing: border-box;
}



.s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-115c6808-773a-49fb-a513-698878b633bd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
      position: relative;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-115c6808-773a-49fb-a513-698878b633bd {
  margin: 0 !important;
  overflow: visible;
}

#s-115c6808-773a-49fb-a513-698878b633bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add background color handling */
  
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-115c6808-773a-49fb-a513-698878b633bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
  box-sizing: border-box;
}



.s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-115c6808-773a-49fb-a513-698878b633bd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
      position: relative;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd 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-115c6808-773a-49fb-a513-698878b633bd {
  margin: 0 !important;
  overflow: visible;
}

#s-115c6808-773a-49fb-a513-698878b633bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add background color handling */
  
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-115c6808-773a-49fb-a513-698878b633bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
  box-sizing: border-box;
}



.s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-115c6808-773a-49fb-a513-698878b633bd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
      position: relative;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd 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-115c6808-773a-49fb-a513-698878b633bd {
  margin: 0 !important;
  overflow: visible;
}

#s-115c6808-773a-49fb-a513-698878b633bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add background color handling */
  
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-115c6808-773a-49fb-a513-698878b633bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
  box-sizing: border-box;
}



.s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-115c6808-773a-49fb-a513-698878b633bd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
      position: relative;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-115c6808-773a-49fb-a513-698878b633bd {
  margin: 0 !important;
  overflow: visible;
}

#s-115c6808-773a-49fb-a513-698878b633bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-115c6808-773a-49fb-a513-698878b633bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add background color handling */
  
}

#s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-115c6808-773a-49fb-a513-698878b633bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-115c6808-773a-49fb-a513-698878b633bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-115c6808-773a-49fb-a513-698878b633bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c6808-773a-49fb-a513-698878b633bd.shogun-image {
  box-sizing: border-box;
}



.s-115c6808-773a-49fb-a513-698878b633bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-115c6808-773a-49fb-a513-698878b633bd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container {
      position: relative;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-115c6808-773a-49fb-a513-698878b633bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-115c6808-773a-49fb-a513-698878b633bd 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-90253732-5746-4d42-b2f4-8a44d35d1629 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90253732-5746-4d42-b2f4-8a44d35d1629 .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-b3740c1c-4ee5-47b4-aa2c-b8bca91312db {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e59f8d67-3918-4715-b35c-da9e2b2e79ca {
  min-height: 50px;
}








#s-e59f8d67-3918-4715-b35c-da9e2b2e79ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e59f8d67-3918-4715-b35c-da9e2b2e79ca.shg-box.shg-c {
  justify-content: center;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  margin: 0 !important;
  overflow: visible;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
  box-sizing: border-box;
}



.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
      position: relative;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  margin: 0 !important;
  overflow: visible;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add background color handling */
  
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
  box-sizing: border-box;
}



.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
      position: relative;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd 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-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  margin: 0 !important;
  overflow: visible;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add background color handling */
  
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
  box-sizing: border-box;
}



.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
      position: relative;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd 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-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  margin: 0 !important;
  overflow: visible;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add background color handling */
  
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
  box-sizing: border-box;
}



.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
      position: relative;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  margin: 0 !important;
  overflow: visible;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add background color handling */
  
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image {
  box-sizing: border-box;
}



.s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container {
      position: relative;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c18fa0d-386b-4e1c-948a-5c8f7df1ddcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-e1eef778-05c4-4f20-ae39-ef78635f78fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1eef778-05c4-4f20-ae39-ef78635f78fc .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-2cf1fcc2-cfe6-4f79-aa45-fa6ea0fe0de7 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a1fd8706-4461-48b3-b803-963e3886b705 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a1fd8706-4461-48b3-b803-963e3886b705"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1fd8706-4461-48b3-b803-963e3886b705"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1fd8706-4461-48b3-b803-963e3886b705"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1fd8706-4461-48b3-b803-963e3886b705"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea0d543f-e77e-415e-a1dc-111af9bb4684 {
  min-height: 50px;
}








#s-ea0d543f-e77e-415e-a1dc-111af9bb4684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea0d543f-e77e-415e-a1dc-111af9bb4684.shg-box.shg-c {
  justify-content: center;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
  box-sizing: border-box;
}



.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
      position: relative;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
  box-sizing: border-box;
}



.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
      position: relative;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 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-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
  box-sizing: border-box;
}



.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
      position: relative;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 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-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
  box-sizing: border-box;
}



.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
      position: relative;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image {
  box-sizing: border-box;
}



.s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container {
      position: relative;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9f412f5-24ed-441b-912e-479ab9d12ba1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-16b339af-b8bc-4868-8c4e-74cadfa7e9c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16b339af-b8bc-4868-8c4e-74cadfa7e9c2 .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-d37aa434-75c4-40f4-85b4-8d662aca9548 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-44821881-eed9-469d-8095-0c19e7d16961 {
  min-height: 50px;
}








#s-44821881-eed9-469d-8095-0c19e7d16961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44821881-eed9-469d-8095-0c19e7d16961.shg-box.shg-c {
  justify-content: center;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  margin: 0 !important;
  overflow: visible;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
  box-sizing: border-box;
}



.s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
      position: relative;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  margin: 0 !important;
  overflow: visible;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add background color handling */
  
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
  box-sizing: border-box;
}



.s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
      position: relative;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf 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-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  margin: 0 !important;
  overflow: visible;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add background color handling */
  
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
  box-sizing: border-box;
}



.s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
      position: relative;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf 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-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  margin: 0 !important;
  overflow: visible;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add background color handling */
  
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
  box-sizing: border-box;
}



.s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
      position: relative;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  margin: 0 !important;
  overflow: visible;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add background color handling */
  
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-633cc42f-4461-48d3-be02-aa6644a2d4cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image {
  box-sizing: border-box;
}



.s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container {
      position: relative;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633cc42f-4461-48d3-be02-aa6644a2d4cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-d7fa1afc-5322-4ee4-9c71-609f59b528e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7fa1afc-5322-4ee4-9c71-609f59b528e1 .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-9c49e5b0-6d7d-4534-8c68-7aa8d2c81b2a {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8020a079-bfb4-49b1-923c-22df24da5f77 {
  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-8020a079-bfb4-49b1-923c-22df24da5f77 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8020a079-bfb4-49b1-923c-22df24da5f77 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8020a079-bfb4-49b1-923c-22df24da5f77 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-8020a079-bfb4-49b1-923c-22df24da5f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8020a079-bfb4-49b1-923c-22df24da5f77.shg-box.shg-c {
  justify-content: center;
}

#s-6c5629f4-6096-4809-add4-e7bb665970aa {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-6c5629f4-6096-4809-add4-e7bb665970aa .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-c491004f-1646-4641-9175-ff1f1f3f8d83 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-17836b1c-d424-43df-b045-c4caf832f4ed {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-17836b1c-d424-43df-b045-c4caf832f4ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17836b1c-d424-43df-b045-c4caf832f4ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17836b1c-d424-43df-b045-c4caf832f4ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17836b1c-d424-43df-b045-c4caf832f4ed"] > .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-51ef6459-d1cb-4778-8d05-bcac3ac2f5b3 {
  margin-left: auto;
margin-right: auto;
}

#s-6c29086f-13af-4d67-ad5b-459088d3a9d6 {
  margin-left: auto;
margin-right: auto;
}

#s-0d3c1e6f-0933-411c-8163-97100534823c {
  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-0d3c1e6f-0933-411c-8163-97100534823c {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d3c1e6f-0933-411c-8163-97100534823c {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0d3c1e6f-0933-411c-8163-97100534823c {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-0d3c1e6f-0933-411c-8163-97100534823c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d3c1e6f-0933-411c-8163-97100534823c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-0d3c1e6f-0933-411c-8163-97100534823c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-0d3c1e6f-0933-411c-8163-97100534823c.shg-box.shg-c {
  justify-content: center;
}
}
#s-086771d2-1313-4016-ba65-129c16a2ba4e {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-086771d2-1313-4016-ba65-129c16a2ba4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-086771d2-1313-4016-ba65-129c16a2ba4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-086771d2-1313-4016-ba65-129c16a2ba4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-086771d2-1313-4016-ba65-129c16a2ba4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-086771d2-1313-4016-ba65-129c16a2ba4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-086771d2-1313-4016-ba65-129c16a2ba4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-086771d2-1313-4016-ba65-129c16a2ba4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-2bdb12d7-31f3-46f1-9813-6adb7f898a43 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bdb12d7-31f3-46f1-9813-6adb7f898a43 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-3ccf743a-13af-44a1-9167-021fc1fcc37f {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-209e56d3-a8e9-4822-8497-34fccf4a8f3d {
  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-209e56d3-a8e9-4822-8497-34fccf4a8f3d {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-209e56d3-a8e9-4822-8497-34fccf4a8f3d {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-209e56d3-a8e9-4822-8497-34fccf4a8f3d {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-209e56d3-a8e9-4822-8497-34fccf4a8f3d {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-209e56d3-a8e9-4822-8497-34fccf4a8f3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-209e56d3-a8e9-4822-8497-34fccf4a8f3d.shg-box.shg-c {
  justify-content: center;
}

#s-0ea9dc43-c800-431f-bc9a-b57b9201f588 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-0ea9dc43-c800-431f-bc9a-b57b9201f588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ea9dc43-c800-431f-bc9a-b57b9201f588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ea9dc43-c800-431f-bc9a-b57b9201f588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ea9dc43-c800-431f-bc9a-b57b9201f588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-51106652-d75d-41f3-8f71-7e73710e53ab {
  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-51106652-d75d-41f3-8f71-7e73710e53ab {
  margin: 0 !important;
  overflow: visible;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
  box-sizing: border-box;
}



.s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51106652-d75d-41f3-8f71-7e73710e53ab {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
      position: relative;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-51106652-d75d-41f3-8f71-7e73710e53ab {
  margin: 0 !important;
  overflow: visible;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add background color handling */
  
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
  box-sizing: border-box;
}



.s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51106652-d75d-41f3-8f71-7e73710e53ab {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
      position: relative;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab 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-51106652-d75d-41f3-8f71-7e73710e53ab {
  margin: 0 !important;
  overflow: visible;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add background color handling */
  
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
  box-sizing: border-box;
}



.s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51106652-d75d-41f3-8f71-7e73710e53ab {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
      position: relative;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab 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-51106652-d75d-41f3-8f71-7e73710e53ab {
  margin: 0 !important;
  overflow: visible;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add background color handling */
  
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
  box-sizing: border-box;
}



.s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51106652-d75d-41f3-8f71-7e73710e53ab {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
      position: relative;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-51106652-d75d-41f3-8f71-7e73710e53ab {
  margin: 0 !important;
  overflow: visible;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51106652-d75d-41f3-8f71-7e73710e53ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add background color handling */
  
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51106652-d75d-41f3-8f71-7e73710e53ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-51106652-d75d-41f3-8f71-7e73710e53ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image {
  box-sizing: border-box;
}



.s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51106652-d75d-41f3-8f71-7e73710e53ab {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container {
      position: relative;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51106652-d75d-41f3-8f71-7e73710e53ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-21430df4-46e2-46ae-a13f-e29a87514cca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21430df4-46e2-46ae-a13f-e29a87514cca .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-fb3caf20-be88-459d-a4fe-9f70bf141803 {
  margin-left: auto;
margin-right: auto;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
  box-sizing: border-box;
}



.s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
      position: relative;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
  box-sizing: border-box;
}



.s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
      position: relative;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc 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-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
  box-sizing: border-box;
}



.s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
      position: relative;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc 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-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
  box-sizing: border-box;
}



.s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
      position: relative;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bcd5bd52-d5a6-497b-962d-04298a5994cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image {
  box-sizing: border-box;
}



.s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container {
      position: relative;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd5bd52-d5a6-497b-962d-04298a5994cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-e29f48d6-4647-47fb-ae66-66e604c08af3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e29f48d6-4647-47fb-ae66-66e604c08af3 .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-c138c631-4301-4789-8c99-50e031a79900 {
  margin-left: auto;
margin-right: auto;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  margin: 0 !important;
  overflow: visible;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
  box-sizing: border-box;
}



.s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
      position: relative;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  margin: 0 !important;
  overflow: visible;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add background color handling */
  
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
  box-sizing: border-box;
}



.s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
      position: relative;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d 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-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  margin: 0 !important;
  overflow: visible;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add background color handling */
  
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
  box-sizing: border-box;
}



.s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
      position: relative;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d 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-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  margin: 0 !important;
  overflow: visible;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add background color handling */
  
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
  box-sizing: border-box;
}



.s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
      position: relative;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  margin: 0 !important;
  overflow: visible;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add background color handling */
  
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d74d172a-a66a-49e0-83f3-ed40a59f127d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image {
  box-sizing: border-box;
}



.s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container {
      position: relative;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d74d172a-a66a-49e0-83f3-ed40a59f127d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-8537210f-c2e1-4cc8-9ccd-6911b8e7f458 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8537210f-c2e1-4cc8-9ccd-6911b8e7f458 .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-1ee74571-8ca9-4140-b15a-627e3ba693f7 {
  margin-left: auto;
margin-right: auto;
}

#s-5519d40a-328f-4416-b897-60817ed30641 {
  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-5519d40a-328f-4416-b897-60817ed30641 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5519d40a-328f-4416-b897-60817ed30641 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5519d40a-328f-4416-b897-60817ed30641 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-5519d40a-328f-4416-b897-60817ed30641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5519d40a-328f-4416-b897-60817ed30641.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5519d40a-328f-4416-b897-60817ed30641 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-5519d40a-328f-4416-b897-60817ed30641.shg-box.shg-c {
  justify-content: center;
}
}
#s-74b259ec-3edd-4ebe-8dfd-d69763d0c8f3 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-74b259ec-3edd-4ebe-8dfd-d69763d0c8f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74b259ec-3edd-4ebe-8dfd-d69763d0c8f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74b259ec-3edd-4ebe-8dfd-d69763d0c8f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74b259ec-3edd-4ebe-8dfd-d69763d0c8f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79666c5e-4852-4bc6-9ee0-6f1e5a12da53 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79666c5e-4852-4bc6-9ee0-6f1e5a12da53 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-0acb4c5a-6ed6-4c91-82bf-bea7a1c41059 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-d6639cf5-8122-4349-bf8b-2e557caf3de9 {
  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-d6639cf5-8122-4349-bf8b-2e557caf3de9 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6639cf5-8122-4349-bf8b-2e557caf3de9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d6639cf5-8122-4349-bf8b-2e557caf3de9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-d6639cf5-8122-4349-bf8b-2e557caf3de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6639cf5-8122-4349-bf8b-2e557caf3de9.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d6639cf5-8122-4349-bf8b-2e557caf3de9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-d6639cf5-8122-4349-bf8b-2e557caf3de9.shg-box.shg-c {
  justify-content: center;
}
}
#s-641a57b9-4a04-4eb4-951e-9c4495ade58b {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-641a57b9-4a04-4eb4-951e-9c4495ade58b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-641a57b9-4a04-4eb4-951e-9c4495ade58b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-641a57b9-4a04-4eb4-951e-9c4495ade58b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-641a57b9-4a04-4eb4-951e-9c4495ade58b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-641a57b9-4a04-4eb4-951e-9c4495ade58b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-641a57b9-4a04-4eb4-951e-9c4495ade58b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-641a57b9-4a04-4eb4-951e-9c4495ade58b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-2db0e774-2b62-46db-8b46-1b867bf5a3fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2db0e774-2b62-46db-8b46-1b867bf5a3fb .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-3f8ff90d-1e12-44af-9090-802f67d1642f {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-26040bb4-97ad-4461-a6fc-2dad7edeae55 {
  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-26040bb4-97ad-4461-a6fc-2dad7edeae55 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26040bb4-97ad-4461-a6fc-2dad7edeae55 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26040bb4-97ad-4461-a6fc-2dad7edeae55 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-26040bb4-97ad-4461-a6fc-2dad7edeae55 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-26040bb4-97ad-4461-a6fc-2dad7edeae55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26040bb4-97ad-4461-a6fc-2dad7edeae55.shg-box.shg-c {
  justify-content: center;
}

#s-ff21b118-41fd-49bd-bc65-ffb06265be90 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-ff21b118-41fd-49bd-bc65-ffb06265be90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff21b118-41fd-49bd-bc65-ffb06265be90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff21b118-41fd-49bd-bc65-ffb06265be90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff21b118-41fd-49bd-bc65-ffb06265be90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  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-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
    
    
    
    
  }


.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
  box-sizing: border-box;
}



.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
      position: relative;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
    
    
    
    
  }


.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
  box-sizing: border-box;
}



.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
      position: relative;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
    
    
    
    
  }


.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
  box-sizing: border-box;
}



.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
      position: relative;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
    
    
    
    
  }


.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
  box-sizing: border-box;
}



.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
      position: relative;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
    
    
    
    
  }


.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image {
  box-sizing: border-box;
}



.s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container {
      position: relative;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3517ca51-dc68-49b8-aeea-440f2e2a0db8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-f80500fb-3f32-4b8e-95ec-d9fc76d65ddf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f80500fb-3f32-4b8e-95ec-d9fc76d65ddf .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-7312f862-fe01-4ade-b2a8-85d8c45c0e1e {
  margin-left: auto;
margin-right: auto;
}

#s-60edb258-961a-447d-a28e-6a1738be3800 {
  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-60edb258-961a-447d-a28e-6a1738be3800 {
  margin: 0 !important;
  overflow: visible;
}

#s-60edb258-961a-447d-a28e-6a1738be3800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
    
    
    
    
  }


.s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
  box-sizing: border-box;
}



.s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60edb258-961a-447d-a28e-6a1738be3800 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
      position: relative;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-60edb258-961a-447d-a28e-6a1738be3800 {
  margin: 0 !important;
  overflow: visible;
}

#s-60edb258-961a-447d-a28e-6a1738be3800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add background color handling */
  
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
    
    
    
    
  }


.s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
  box-sizing: border-box;
}



.s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60edb258-961a-447d-a28e-6a1738be3800 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
      position: relative;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-60edb258-961a-447d-a28e-6a1738be3800 {
  margin: 0 !important;
  overflow: visible;
}

#s-60edb258-961a-447d-a28e-6a1738be3800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add background color handling */
  
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
    
    
    
    
  }


.s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
  box-sizing: border-box;
}



.s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60edb258-961a-447d-a28e-6a1738be3800 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
      position: relative;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-60edb258-961a-447d-a28e-6a1738be3800 {
  margin: 0 !important;
  overflow: visible;
}

#s-60edb258-961a-447d-a28e-6a1738be3800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add background color handling */
  
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
    
    
    
    
  }


.s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
  box-sizing: border-box;
}



.s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60edb258-961a-447d-a28e-6a1738be3800 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
      position: relative;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-60edb258-961a-447d-a28e-6a1738be3800 {
  margin: 0 !important;
  overflow: visible;
}

#s-60edb258-961a-447d-a28e-6a1738be3800-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60edb258-961a-447d-a28e-6a1738be3800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add background color handling */
  
}

#s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-60edb258-961a-447d-a28e-6a1738be3800 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
    
    
    
    
  }


.s-60edb258-961a-447d-a28e-6a1738be3800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image {
  box-sizing: border-box;
}



.s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-60edb258-961a-447d-a28e-6a1738be3800 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container {
      position: relative;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60edb258-961a-447d-a28e-6a1738be3800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-a12d36e0-c65a-4d95-8fb1-db364a3fcb42 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a12d36e0-c65a-4d95-8fb1-db364a3fcb42 .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-9a49d195-cbfe-4872-80b6-524fa7792a2a {
  margin-left: auto;
margin-right: auto;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 {
  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-538b975e-bc0d-43d7-a10a-19242a883088 {
  margin: 0 !important;
  overflow: visible;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
    
    
    
    
  }


.s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
  box-sizing: border-box;
}



.s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538b975e-bc0d-43d7-a10a-19242a883088 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
      position: relative;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-538b975e-bc0d-43d7-a10a-19242a883088 {
  margin: 0 !important;
  overflow: visible;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add background color handling */
  
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
    
    
    
    
  }


.s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
  box-sizing: border-box;
}



.s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538b975e-bc0d-43d7-a10a-19242a883088 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
      position: relative;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-538b975e-bc0d-43d7-a10a-19242a883088 {
  margin: 0 !important;
  overflow: visible;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add background color handling */
  
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
    
    
    
    
  }


.s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
  box-sizing: border-box;
}



.s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538b975e-bc0d-43d7-a10a-19242a883088 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
      position: relative;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-538b975e-bc0d-43d7-a10a-19242a883088 {
  margin: 0 !important;
  overflow: visible;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add background color handling */
  
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
    
    
    
    
  }


.s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
  box-sizing: border-box;
}



.s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538b975e-bc0d-43d7-a10a-19242a883088 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
      position: relative;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-538b975e-bc0d-43d7-a10a-19242a883088 {
  margin: 0 !important;
  overflow: visible;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538b975e-bc0d-43d7-a10a-19242a883088 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add background color handling */
  
}

#s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538b975e-bc0d-43d7-a10a-19242a883088 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
    
    
    
    
  }


.s-538b975e-bc0d-43d7-a10a-19242a883088 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image {
  box-sizing: border-box;
}



.s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538b975e-bc0d-43d7-a10a-19242a883088 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container {
      position: relative;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538b975e-bc0d-43d7-a10a-19242a883088 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-15d63ad9-2179-4f17-a35d-da71b293867c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15d63ad9-2179-4f17-a35d-da71b293867c .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-5fd048f9-38ac-42d6-8bae-a8738ecd6c02 {
  margin-left: auto;
margin-right: auto;
}

#s-cdb08229-55be-4477-be7c-f9a61280793d {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-cdb08229-55be-4477-be7c-f9a61280793d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdb08229-55be-4477-be7c-f9a61280793d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdb08229-55be-4477-be7c-f9a61280793d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdb08229-55be-4477-be7c-f9a61280793d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  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-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
    
    
    
    
  }


.s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
  box-sizing: border-box;
}



.s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
      position: relative;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
    
    
    
    
  }


.s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
  box-sizing: border-box;
}



.s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
      position: relative;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
    
    
    
    
  }


.s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
  box-sizing: border-box;
}



.s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
      position: relative;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
    
    
    
    
  }


.s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
  box-sizing: border-box;
}



.s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
      position: relative;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
    
    
    
    
  }


.s-6bc600dc-4099-4255-956a-335ac3ecdb3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image {
  box-sizing: border-box;
}



.s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container {
      position: relative;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc600dc-4099-4255-956a-335ac3ecdb3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-87a3889b-1b11-4c33-b30c-215a4e5de17a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87a3889b-1b11-4c33-b30c-215a4e5de17a .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-6f23f41c-188d-466a-99a9-04473aa38d52 {
  margin-left: auto;
margin-right: auto;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  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-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
    
    
    
    
  }


.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
  box-sizing: border-box;
}



.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
      position: relative;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
    
    
    
    
  }


.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
  box-sizing: border-box;
}



.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
      position: relative;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
    
    
    
    
  }


.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
  box-sizing: border-box;
}



.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
      position: relative;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
    
    
    
    
  }


.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
  box-sizing: border-box;
}



.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
      position: relative;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  margin: 0 !important;
  overflow: visible;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add background color handling */
  
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
    
    
    
    
  }


.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image {
  box-sizing: border-box;
}



.s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container {
      position: relative;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbe8a54-7a66-4a7e-a178-875967d77e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-83b34d83-4e7a-49c1-aef2-629fa53f3150 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83b34d83-4e7a-49c1-aef2-629fa53f3150 .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-2afe9dbe-c2f0-45cf-a510-9e77acf12e11 {
  margin-left: auto;
margin-right: auto;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  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-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
    
    
    
    
  }


.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
  box-sizing: border-box;
}



.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
      position: relative;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
    
    
    
    
  }


.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
  box-sizing: border-box;
}



.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
      position: relative;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
    
    
    
    
  }


.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
  box-sizing: border-box;
}



.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
      position: relative;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
    
    
    
    
  }


.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
  box-sizing: border-box;
}



.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
      position: relative;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
    
    
    
    
  }


.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image {
  box-sizing: border-box;
}



.s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container {
      position: relative;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c38547-a8a0-4fcc-bbae-51bd9c4b5b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-d1319d5d-a1a5-48a6-862c-df32aa5fded9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1319d5d-a1a5-48a6-862c-df32aa5fded9 .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-a37e0718-8d0a-442f-8c4e-d43e1a217c28 {
  margin-left: auto;
margin-right: auto;
}

#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  display: block;
}#s-be384055-19c3-4fc6-8b68-d5265ca5dd7e.shg-box.shg-c {
  justify-content: center;
}
}
#s-383a8553-0048-47d6-b9eb-60abbd1d754b {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-383a8553-0048-47d6-b9eb-60abbd1d754b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-383a8553-0048-47d6-b9eb-60abbd1d754b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-383a8553-0048-47d6-b9eb-60abbd1d754b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-383a8553-0048-47d6-b9eb-60abbd1d754b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-efb64a99-62d7-4e66-b0aa-a583dcc9c6e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efb64a99-62d7-4e66-b0aa-a583dcc9c6e5 .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-c6a4bd22-d376-48fb-846e-df3338dfc02c {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-f021793e-552c-4a56-b0bd-683d7643c23e {
  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-f021793e-552c-4a56-b0bd-683d7643c23e {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f021793e-552c-4a56-b0bd-683d7643c23e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f021793e-552c-4a56-b0bd-683d7643c23e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-f021793e-552c-4a56-b0bd-683d7643c23e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f021793e-552c-4a56-b0bd-683d7643c23e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-f021793e-552c-4a56-b0bd-683d7643c23e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-f021793e-552c-4a56-b0bd-683d7643c23e.shg-box.shg-c {
  justify-content: center;
}
}
#s-38091492-b2cf-4208-a986-84e884e30ac4 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-38091492-b2cf-4208-a986-84e884e30ac4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38091492-b2cf-4208-a986-84e884e30ac4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38091492-b2cf-4208-a986-84e884e30ac4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38091492-b2cf-4208-a986-84e884e30ac4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4694e2e2-144c-4123-b655-14d9416e89e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4694e2e2-144c-4123-b655-14d9416e89e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4694e2e2-144c-4123-b655-14d9416e89e1.shg-box.shg-c {
  justify-content: center;
}

#s-0f03fef5-ed3b-49ff-a2cb-d3c61f5a1006 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f03fef5-ed3b-49ff-a2cb-d3c61f5a1006 .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-d6d2428f-d9ad-4543-adb6-b7b61cc79f0b {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-e57298d0-a1b7-40a8-a962-60db9a3aced6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e57298d0-a1b7-40a8-a962-60db9a3aced6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e57298d0-a1b7-40a8-a962-60db9a3aced6.shg-box.shg-c {
  justify-content: center;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  margin-left: auto;
margin-right: auto;
max-width: 731px;
aspect-ratio: 731/441;
text-align: center;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  margin: 0 !important;
  overflow: visible;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add background color handling */
  
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
  box-sizing: border-box;
}



.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
      position: relative;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

@media (min-width: 1200px){#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  margin: 0 !important;
  overflow: visible;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add background color handling */
  
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
  box-sizing: border-box;
}



.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
      position: relative;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 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-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  margin: 0 !important;
  overflow: visible;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add background color handling */
  
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
  box-sizing: border-box;
}



.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
      position: relative;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 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-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  margin: 0 !important;
  overflow: visible;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add background color handling */
  
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
  box-sizing: border-box;
}



.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
      position: relative;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (max-width: 767px){#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  margin: 0 !important;
  overflow: visible;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add background color handling */
  
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image {
  box-sizing: border-box;
}



.s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container {
      position: relative;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46708b86-e4ca-4bbb-aaad-8cd35b44e940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}
#s-09f5f1dc-2aa4-4cb5-a9bd-1d5a064893cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-09f5f1dc-2aa4-4cb5-a9bd-1d5a064893cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09f5f1dc-2aa4-4cb5-a9bd-1d5a064893cf.shg-box.shg-c {
  justify-content: center;
}

#s-80ba45a7-00d9-478f-85e8-ac93a30b1093 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-80ba45a7-00d9-478f-85e8-ac93a30b1093"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80ba45a7-00d9-478f-85e8-ac93a30b1093"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80ba45a7-00d9-478f-85e8-ac93a30b1093"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80ba45a7-00d9-478f-85e8-ac93a30b1093"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80ba45a7-00d9-478f-85e8-ac93a30b1093"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80ba45a7-00d9-478f-85e8-ac93a30b1093"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80ba45a7-00d9-478f-85e8-ac93a30b1093"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  margin-left: auto;
margin-right: auto;
max-width: 2008px;
aspect-ratio: 2008/737;
text-align: center;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image {
  box-sizing: border-box;
}



.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
      position: relative;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

@media (min-width: 1200px){#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image {
  box-sizing: border-box;
}



.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
      position: relative;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 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-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image {
  box-sizing: border-box;
}



.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
      position: relative;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 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-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image {
  box-sizing: border-box;
}



.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
      position: relative;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (max-width: 767px){#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image {
  box-sizing: border-box;
}



.s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container {
      position: relative;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a149f9c-2438-4242-8114-f4cdd90d8ea2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}
#s-1f42a156-63ae-4eb4-b109-3ce6796fe2ff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-1f42a156-63ae-4eb4-b109-3ce6796fe2ff .shogun-heading-component h2 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ef272335-d17f-4f2f-9a20-e60b1d0e14f8 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ef272335-d17f-4f2f-9a20-e60b1d0e14f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef272335-d17f-4f2f-9a20-e60b1d0e14f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ef272335-d17f-4f2f-9a20-e60b1d0e14f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ef272335-d17f-4f2f-9a20-e60b1d0e14f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-346ac35d-d328-4d8e-9e74-ed6866d8ab70 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b1d3eec5-38de-4624-935d-e29dd80aeb7e {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4014c236-f4fc-47b3-93f7-ee189594addb {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a71fbcff-85a0-41aa-9da0-14e9ba3a69bd {
  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-a71fbcff-85a0-41aa-9da0-14e9ba3a69bd {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a71fbcff-85a0-41aa-9da0-14e9ba3a69bd {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a71fbcff-85a0-41aa-9da0-14e9ba3a69bd {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a71fbcff-85a0-41aa-9da0-14e9ba3a69bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a71fbcff-85a0-41aa-9da0-14e9ba3a69bd.shg-box.shg-c {
  justify-content: center;
}

#s-a200d98d-1b7b-4c8b-ac72-3a90fb7ca4fd {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-a200d98d-1b7b-4c8b-ac72-3a90fb7ca4fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a200d98d-1b7b-4c8b-ac72-3a90fb7ca4fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a200d98d-1b7b-4c8b-ac72-3a90fb7ca4fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a200d98d-1b7b-4c8b-ac72-3a90fb7ca4fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d0faf95f-b30d-462a-8e5f-cfc2b2f4afd7 {
  min-height: 50px;
}








#s-d0faf95f-b30d-462a-8e5f-cfc2b2f4afd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0faf95f-b30d-462a-8e5f-cfc2b2f4afd7.shg-box.shg-c {
  justify-content: center;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
  box-sizing: border-box;
}



.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
      position: relative;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
  box-sizing: border-box;
}



.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
      position: relative;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 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-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
  box-sizing: border-box;
}



.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
      position: relative;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 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-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
  box-sizing: border-box;
}



.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
      position: relative;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image {
  box-sizing: border-box;
}



.s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container {
      position: relative;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e2b0f2f-c8ef-47af-a61c-c3e6349b3030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-893899c0-837b-43b3-b77f-53bec8f20461 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-893899c0-837b-43b3-b77f-53bec8f20461 .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-db3cccbc-953b-473a-95a6-c8daef646222 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a {
  margin: 0 !important;
  overflow: visible;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
  box-sizing: border-box;
}



.s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5df3f22-4110-444b-baff-6a459b60758a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
      position: relative;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-c5df3f22-4110-444b-baff-6a459b60758a {
  margin: 0 !important;
  overflow: visible;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add background color handling */
  
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
  box-sizing: border-box;
}



.s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5df3f22-4110-444b-baff-6a459b60758a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
      position: relative;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a 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-c5df3f22-4110-444b-baff-6a459b60758a {
  margin: 0 !important;
  overflow: visible;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add background color handling */
  
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
  box-sizing: border-box;
}



.s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5df3f22-4110-444b-baff-6a459b60758a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
      position: relative;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a 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-c5df3f22-4110-444b-baff-6a459b60758a {
  margin: 0 !important;
  overflow: visible;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add background color handling */
  
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
  box-sizing: border-box;
}



.s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5df3f22-4110-444b-baff-6a459b60758a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
      position: relative;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-c5df3f22-4110-444b-baff-6a459b60758a {
  margin: 0 !important;
  overflow: visible;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5df3f22-4110-444b-baff-6a459b60758a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add background color handling */
  
}

#s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5df3f22-4110-444b-baff-6a459b60758a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c5df3f22-4110-444b-baff-6a459b60758a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image {
  box-sizing: border-box;
}



.s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5df3f22-4110-444b-baff-6a459b60758a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container {
      position: relative;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5df3f22-4110-444b-baff-6a459b60758a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-61e3743b-4ce4-4738-a1d9-fbcf08b6a41f {
  min-height: 50px;
}








#s-61e3743b-4ce4-4738-a1d9-fbcf08b6a41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61e3743b-4ce4-4738-a1d9-fbcf08b6a41f.shg-box.shg-c {
  justify-content: center;
}

#s-75317833-8851-4ea4-a77f-3387031f2b09 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75317833-8851-4ea4-a77f-3387031f2b09 .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-4a3c9824-12f2-4ddc-8854-cbf1caadacdb {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
  box-sizing: border-box;
}



.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
      position: relative;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
  box-sizing: border-box;
}



.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
      position: relative;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 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-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
  box-sizing: border-box;
}



.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
      position: relative;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 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-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
  box-sizing: border-box;
}



.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
      position: relative;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image {
  box-sizing: border-box;
}



.s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container {
      position: relative;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f4921a-6af9-4508-9f4d-8080642d40c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-c3d19b0c-e434-413b-91ee-30190e9d3db5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3d19b0c-e434-413b-91ee-30190e9d3db5 .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-0785610c-ab11-49f6-b45f-9485e081cc6f {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f0fc4016-29be-456b-bb31-c0fb932eccab {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-f0fc4016-29be-456b-bb31-c0fb932eccab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0fc4016-29be-456b-bb31-c0fb932eccab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0fc4016-29be-456b-bb31-c0fb932eccab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0fc4016-29be-456b-bb31-c0fb932eccab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6f05d96e-2f36-4c61-8bd7-bb6743be847d {
  min-height: 50px;
}








#s-6f05d96e-2f36-4c61-8bd7-bb6743be847d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f05d96e-2f36-4c61-8bd7-bb6743be847d.shg-box.shg-c {
  justify-content: center;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
  box-sizing: border-box;
}



.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
      position: relative;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
  box-sizing: border-box;
}



.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
      position: relative;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 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-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
  box-sizing: border-box;
}



.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
      position: relative;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 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-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
  box-sizing: border-box;
}



.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
      position: relative;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image {
  box-sizing: border-box;
}



.s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container {
      position: relative;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dedcbd8-73d4-4616-9a67-c3af019b6403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-4b232be8-c671-4358-827f-cffcfcca8af5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b232be8-c671-4358-827f-cffcfcca8af5 .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-ed49848b-df31-4b1b-b11c-f0eb6cbb0612 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d0234212-c112-40ed-841b-842d0b9c15ec {
  min-height: 50px;
}








#s-d0234212-c112-40ed-841b-842d0b9c15ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0234212-c112-40ed-841b-842d0b9c15ec.shg-box.shg-c {
  justify-content: center;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b {
  margin: 0 !important;
  overflow: visible;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
  box-sizing: border-box;
}



.s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce26e15c-519f-42d4-afaa-fda55659399b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
      position: relative;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-ce26e15c-519f-42d4-afaa-fda55659399b {
  margin: 0 !important;
  overflow: visible;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add background color handling */
  
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
  box-sizing: border-box;
}



.s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce26e15c-519f-42d4-afaa-fda55659399b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
      position: relative;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b 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-ce26e15c-519f-42d4-afaa-fda55659399b {
  margin: 0 !important;
  overflow: visible;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add background color handling */
  
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
  box-sizing: border-box;
}



.s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce26e15c-519f-42d4-afaa-fda55659399b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
      position: relative;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b 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-ce26e15c-519f-42d4-afaa-fda55659399b {
  margin: 0 !important;
  overflow: visible;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add background color handling */
  
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
  box-sizing: border-box;
}



.s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce26e15c-519f-42d4-afaa-fda55659399b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
      position: relative;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-ce26e15c-519f-42d4-afaa-fda55659399b {
  margin: 0 !important;
  overflow: visible;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce26e15c-519f-42d4-afaa-fda55659399b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add background color handling */
  
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce26e15c-519f-42d4-afaa-fda55659399b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ce26e15c-519f-42d4-afaa-fda55659399b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image {
  box-sizing: border-box;
}



.s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce26e15c-519f-42d4-afaa-fda55659399b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container {
      position: relative;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce26e15c-519f-42d4-afaa-fda55659399b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-e54c351d-b398-4043-882f-a884e7fa7041 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e54c351d-b398-4043-882f-a884e7fa7041 .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-00772c53-922f-4b32-9753-3726c8ac2c50 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  margin: 0 !important;
  overflow: visible;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
  box-sizing: border-box;
}



.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
      position: relative;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  margin: 0 !important;
  overflow: visible;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add background color handling */
  
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
  box-sizing: border-box;
}



.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
      position: relative;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 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-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  margin: 0 !important;
  overflow: visible;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add background color handling */
  
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
  box-sizing: border-box;
}



.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
      position: relative;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 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-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  margin: 0 !important;
  overflow: visible;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add background color handling */
  
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
  box-sizing: border-box;
}



.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
      position: relative;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  margin: 0 !important;
  overflow: visible;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add background color handling */
  
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image {
  box-sizing: border-box;
}



.s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container {
      position: relative;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027249e2-ff50-4e11-b55c-f59b9ce3dca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-2f2b3db6-0e57-4e88-bfbc-9fa1e5a189a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f2b3db6-0e57-4e88-bfbc-9fa1e5a189a2 .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-869a2cda-60e0-4b9c-98c2-6893fb9346f6 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a8dacb35-6b08-4c57-bdad-b9cf61646386 {
  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-a8dacb35-6b08-4c57-bdad-b9cf61646386 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8dacb35-6b08-4c57-bdad-b9cf61646386 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a8dacb35-6b08-4c57-bdad-b9cf61646386 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-a8dacb35-6b08-4c57-bdad-b9cf61646386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8dacb35-6b08-4c57-bdad-b9cf61646386.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-a8dacb35-6b08-4c57-bdad-b9cf61646386 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-a8dacb35-6b08-4c57-bdad-b9cf61646386.shg-box.shg-c {
  justify-content: center;
}
}
#s-6155c48d-bd0c-4204-9b62-0143175445db {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6155c48d-bd0c-4204-9b62-0143175445db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6155c48d-bd0c-4204-9b62-0143175445db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6155c48d-bd0c-4204-9b62-0143175445db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6155c48d-bd0c-4204-9b62-0143175445db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  margin-left: auto;
margin-right: auto;
max-width: 1794px;
aspect-ratio: 1794/1512;
text-align: center;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  margin: 0 !important;
  overflow: visible;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add background color handling */
  
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
  box-sizing: border-box;
}



.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
      position: relative;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

@media (min-width: 1200px){#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  margin: 0 !important;
  overflow: visible;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add background color handling */
  
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
  box-sizing: border-box;
}



.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
      position: relative;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b 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-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  margin: 0 !important;
  overflow: visible;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add background color handling */
  
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
  box-sizing: border-box;
}



.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
      position: relative;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b 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-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  margin: 0 !important;
  overflow: visible;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add background color handling */
  
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
  box-sizing: border-box;
}



.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
      position: relative;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (max-width: 767px){#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  margin: 0 !important;
  overflow: visible;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add background color handling */
  
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image {
  box-sizing: border-box;
}



.s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container {
      position: relative;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ec1a5df-f6b9-45f2-8d8d-15e6f214297b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}
#s-07f672d2-2002-43de-979e-033357210b80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07f672d2-2002-43de-979e-033357210b80 .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-d0747864-11ec-4759-bb44-ca7bdc1049d6 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-80e9eed5-3bfc-4576-9019-e08201faf678 {
  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-80e9eed5-3bfc-4576-9019-e08201faf678 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80e9eed5-3bfc-4576-9019-e08201faf678 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-80e9eed5-3bfc-4576-9019-e08201faf678 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-80e9eed5-3bfc-4576-9019-e08201faf678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80e9eed5-3bfc-4576-9019-e08201faf678.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-80e9eed5-3bfc-4576-9019-e08201faf678 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-80e9eed5-3bfc-4576-9019-e08201faf678.shg-box.shg-c {
  justify-content: center;
}
}
#s-68e5ddf0-7e88-4b35-bbb2-958159f04f3d {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-68e5ddf0-7e88-4b35-bbb2-958159f04f3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68e5ddf0-7e88-4b35-bbb2-958159f04f3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68e5ddf0-7e88-4b35-bbb2-958159f04f3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68e5ddf0-7e88-4b35-bbb2-958159f04f3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c887eb2f-718a-41dd-8f6c-b788b873879f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c887eb2f-718a-41dd-8f6c-b788b873879f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c887eb2f-718a-41dd-8f6c-b788b873879f.shg-box.shg-c {
  justify-content: center;
}

#s-302e3378-e4d4-45c7-ac43-1cae760d284a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-302e3378-e4d4-45c7-ac43-1cae760d284a .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-0880055d-7981-4668-b45e-4ba7309bf0ea {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-97251bb4-7868-44cf-b57a-2c93a96b6c75 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-97251bb4-7868-44cf-b57a-2c93a96b6c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97251bb4-7868-44cf-b57a-2c93a96b6c75.shg-box.shg-c {
  justify-content: center;
}

#s-2a00d843-fc67-45f1-b8eb-95929552c380 {
  margin-left: auto;
margin-right: auto;
}

#s-5d85914f-9dae-44ed-8b17-edb7b22e4cf9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5d85914f-9dae-44ed-8b17-edb7b22e4cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d85914f-9dae-44ed-8b17-edb7b22e4cf9.shg-box.shg-c {
  justify-content: center;
}

#s-a7368393-ce78-45ed-ad06-f7f10463fd3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a7368393-ce78-45ed-ad06-f7f10463fd3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7368393-ce78-45ed-ad06-f7f10463fd3e.shg-box.shg-c {
  justify-content: center;
}

#s-e1290c1f-9b99-43d2-9074-ba5909d98db4 {
  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-e1290c1f-9b99-43d2-9074-ba5909d98db4 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1290c1f-9b99-43d2-9074-ba5909d98db4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e1290c1f-9b99-43d2-9074-ba5909d98db4 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-e1290c1f-9b99-43d2-9074-ba5909d98db4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1290c1f-9b99-43d2-9074-ba5909d98db4.shg-box.shg-c {
  justify-content: center;
}

#s-fdee5956-067f-4617-a518-4c9b72bcaaa0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-fdee5956-067f-4617-a518-4c9b72bcaaa0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdee5956-067f-4617-a518-4c9b72bcaaa0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdee5956-067f-4617-a518-4c9b72bcaaa0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdee5956-067f-4617-a518-4c9b72bcaaa0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9acfef1c-6bae-4653-a8f5-9c090b320be8 {
  min-height: 50px;
}








#s-9acfef1c-6bae-4653-a8f5-9c090b320be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9acfef1c-6bae-4653-a8f5-9c090b320be8.shg-box.shg-c {
  justify-content: center;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
  box-sizing: border-box;
}



.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
      position: relative;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
  box-sizing: border-box;
}



.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
      position: relative;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db 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-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
  box-sizing: border-box;
}



.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
      position: relative;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db 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-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
  box-sizing: border-box;
}



.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
      position: relative;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image {
  box-sizing: border-box;
}



.s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container {
      position: relative;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f1f765-ceac-4bd7-a0e8-d2b3bb4011db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-3de36818-f7f2-4bb9-9054-80fe04dbc643 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3de36818-f7f2-4bb9-9054-80fe04dbc643 .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-75e1b5bc-a579-4912-a00e-3eb1f6d07474 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-923f0112-30c6-4fd7-80f2-90faec22a3d8 {
  min-height: 50px;
}








#s-923f0112-30c6-4fd7-80f2-90faec22a3d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-923f0112-30c6-4fd7-80f2-90faec22a3d8.shg-box.shg-c {
  justify-content: center;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  margin: 0 !important;
  overflow: visible;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-content {
  
    justify-content: center;
  
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
  box-sizing: border-box;
}



.s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-653f1168-11bc-48a5-8164-9aca26cdf24d {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
      position: relative;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  margin: 0 !important;
  overflow: visible;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add background color handling */
  
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-content {
  
    justify-content: center;
  
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
  box-sizing: border-box;
}



.s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-653f1168-11bc-48a5-8164-9aca26cdf24d {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
      position: relative;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d 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-653f1168-11bc-48a5-8164-9aca26cdf24d {
  margin: 0 !important;
  overflow: visible;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add background color handling */
  
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-content {
  
    justify-content: center;
  
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
  box-sizing: border-box;
}



.s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-653f1168-11bc-48a5-8164-9aca26cdf24d {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
      position: relative;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d 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-653f1168-11bc-48a5-8164-9aca26cdf24d {
  margin: 0 !important;
  overflow: visible;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add background color handling */
  
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-content {
  
    justify-content: center;
  
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
  box-sizing: border-box;
}



.s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-653f1168-11bc-48a5-8164-9aca26cdf24d {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
      position: relative;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  margin: 0 !important;
  overflow: visible;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-653f1168-11bc-48a5-8164-9aca26cdf24d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add background color handling */
  
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-653f1168-11bc-48a5-8164-9aca26cdf24d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-653f1168-11bc-48a5-8164-9aca26cdf24d .shogun-image-content {
  
    justify-content: center;
  
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image {
  box-sizing: border-box;
}



.s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-653f1168-11bc-48a5-8164-9aca26cdf24d {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container {
      position: relative;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-653f1168-11bc-48a5-8164-9aca26cdf24d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-80646b43-f365-48da-93f0-a7c13d8a1a0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80646b43-f365-48da-93f0-a7c13d8a1a0f .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-df36552a-ebff-4587-8146-1d073b2324c3 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6d79fed5-5c35-4465-a369-a336d5d4ef16 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-6d79fed5-5c35-4465-a369-a336d5d4ef16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d79fed5-5c35-4465-a369-a336d5d4ef16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d79fed5-5c35-4465-a369-a336d5d4ef16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d79fed5-5c35-4465-a369-a336d5d4ef16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
  box-sizing: border-box;
}



.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
      position: relative;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
  box-sizing: border-box;
}



.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
      position: relative;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 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-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
  box-sizing: border-box;
}



.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
      position: relative;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 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-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
  box-sizing: border-box;
}



.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
      position: relative;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image {
  box-sizing: border-box;
}



.s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container {
      position: relative;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3956e6-a6f0-4e76-ac9c-9d9a929e3533 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-33daa998-9c17-4a0f-a046-6deb768bf1f5 {
  min-height: 50px;
}








#s-33daa998-9c17-4a0f-a046-6deb768bf1f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33daa998-9c17-4a0f-a046-6deb768bf1f5.shg-box.shg-c {
  justify-content: center;
}

#s-6202f6b8-5c51-41c3-b46f-63722b4c595a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6202f6b8-5c51-41c3-b46f-63722b4c595a .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-c6cedfc3-bb55-4f19-867c-2ed3129abae7 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ff2d6302-1dd8-41f3-9d88-a88ed0d7f46d {
  min-height: 50px;
}








#s-ff2d6302-1dd8-41f3-9d88-a88ed0d7f46d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff2d6302-1dd8-41f3-9d88-a88ed0d7f46d.shg-box.shg-c {
  justify-content: center;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
  box-sizing: border-box;
}



.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
      position: relative;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
  box-sizing: border-box;
}



.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
      position: relative;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 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-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
  box-sizing: border-box;
}



.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
      position: relative;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 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-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
  box-sizing: border-box;
}



.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
      position: relative;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  margin: 0 !important;
  overflow: visible;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add background color handling */
  
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image {
  box-sizing: border-box;
}



.s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container {
      position: relative;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84d7fa52-cf3a-4655-b99d-ab01093dce48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-609f74b2-2f18-40d2-8249-e1f33428f519 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-609f74b2-2f18-40d2-8249-e1f33428f519 .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-0da188a9-63a7-43d9-abb1-eee6e81e9fbb {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-533a0962-ea20-49c6-a993-89356842d4eb {
  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-533a0962-ea20-49c6-a993-89356842d4eb {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-533a0962-ea20-49c6-a993-89356842d4eb {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-533a0962-ea20-49c6-a993-89356842d4eb {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-533a0962-ea20-49c6-a993-89356842d4eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-533a0962-ea20-49c6-a993-89356842d4eb.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-533a0962-ea20-49c6-a993-89356842d4eb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-533a0962-ea20-49c6-a993-89356842d4eb.shg-box.shg-c {
  justify-content: center;
}
}
#s-8778d874-2526-4901-bc48-f6cd9efdcf86 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8778d874-2526-4901-bc48-f6cd9efdcf86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8778d874-2526-4901-bc48-f6cd9efdcf86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8778d874-2526-4901-bc48-f6cd9efdcf86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8778d874-2526-4901-bc48-f6cd9efdcf86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8778d874-2526-4901-bc48-f6cd9efdcf86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8778d874-2526-4901-bc48-f6cd9efdcf86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8778d874-2526-4901-bc48-f6cd9efdcf86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-89c393b3-9aec-4a0e-aa65-a9e70ea3ba45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89c393b3-9aec-4a0e-aa65-a9e70ea3ba45 .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-197b98c6-7707-4a93-a5d0-07e00811d515 {
  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-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-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-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-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-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-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-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-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-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-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-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-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-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;
}

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

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

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

#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-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-31fd3e37-082c-4a23-8a97-b1bf453c25cf {
  margin-left: auto;
margin-right: auto;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

/*
  $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;
}
