#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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-size: cover;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
background-position: center bottom;
background-color: rgba(255, 197, 78, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  
}
}@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  
}
}







#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  justify-content: center;
}

#s-1a5c6648-c4fe-49bf-80eb-fd9e61d700aa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: 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-957f06cf-2d11-4245-b431-11e307a078e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-957f06cf-2d11-4245-b431-11e307a078e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-957f06cf-2d11-4245-b431-11e307a078e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-957f06cf-2d11-4245-b431-11e307a078e2 {
  
}
}@media (max-width: 767px){#s-957f06cf-2d11-4245-b431-11e307a078e2 {
  
}
}
#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,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(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 {
  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;
}

#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-f12d8c4e-32a7-4ed0-8096-a245aac242a8 {
  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-f12d8c4e-32a7-4ed0-8096-a245aac242a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f12d8c4e-32a7-4ed0-8096-a245aac242a8.shg-box.shg-c {
  justify-content: center;
}

#s-bec5461b-7425-4311-aef9-89bc5693f372 {
  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-bec5461b-7425-4311-aef9-89bc5693f372 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bec5461b-7425-4311-aef9-89bc5693f372 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bec5461b-7425-4311-aef9-89bc5693f372 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-bec5461b-7425-4311-aef9-89bc5693f372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bec5461b-7425-4311-aef9-89bc5693f372.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-d9deb35b-a87f-4a54-a8d1-97eedb91f47a {
  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-d9deb35b-a87f-4a54-a8d1-97eedb91f47a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
  #s-d9deb35b-a87f-4a54-a8d1-97eedb91f47a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(235, 236, 239, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
#s-d9deb35b-a87f-4a54-a8d1-97eedb91f47a .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-d9deb35b-a87f-4a54-a8d1-97eedb91f47a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
}

#s-d9deb35b-a87f-4a54-a8d1-97eedb91f47a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(235, 236, 239, 1);
}

#s-d9deb35b-a87f-4a54-a8d1-97eedb91f47a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(235, 236, 239, 1);
}

#s-d1536e93-9f0f-4c2c-835c-6a5e9ed16188 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
}

#s-bef931f5-fcf2-4625-8269-c290403ce7ae {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-a4f6aeb8-b0b0-40bc-b229-4be48d2f207b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-b5942b04-19b9-41cf-80d5-daa715a6090f {
  margin-top: 0px;
margin-bottom: 300px;
padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}

#s-3b874fd8-24ba-4896-ae85-114de3d51d71 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-4ed60cdc-dd42-4b1e-83c9-500d1111ea41 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-4ed60cdc-dd42-4b1e-83c9-500d1111ea41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed60cdc-dd42-4b1e-83c9-500d1111ea41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ed60cdc-dd42-4b1e-83c9-500d1111ea41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ed60cdc-dd42-4b1e-83c9-500d1111ea41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  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-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 36px;
aspect-ratio: 36/46;
text-align: center;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  margin: 0 !important;
  overflow: visible;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add background color handling */
  
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-link {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 36px;
  }



  img.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
    
    
    min-height: 77px;
    max-height: 36px;
  }


.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
  box-sizing: border-box;
}



.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
      --shg-aspect-ratio: calc(36/46); 
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
      position: relative;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 36px;
    }
  }

@media (min-width: 1200px){#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  margin: 0 !important;
  overflow: visible;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add background color handling */
  
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-link {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 36px;
  }



  img.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
    
    
    min-height: 77px;
    max-height: 36px;
  }


.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
  box-sizing: border-box;
}



.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
      --shg-aspect-ratio: calc(36/46); 
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
      position: relative;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 36px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  margin: 0 !important;
  overflow: visible;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add background color handling */
  
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-link {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 36px;
  }



  img.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
    
    
    min-height: 77px;
    max-height: 36px;
  }


.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
  box-sizing: border-box;
}



.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
      --shg-aspect-ratio: calc(36/46); 
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
      position: relative;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 36px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  margin: 0 !important;
  overflow: visible;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add background color handling */
  
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-link {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 36px;
  }



  img.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
    
    
    min-height: 77px;
    max-height: 36px;
  }


.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
  box-sizing: border-box;
}



.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
      --shg-aspect-ratio: calc(36/46); 
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
      position: relative;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 36px;
    }
  }

}@media (max-width: 767px){#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  margin: 0 !important;
  overflow: visible;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add background color handling */
  
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }

    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-link {
      aspect-ratio: 36/46;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 36px;
  }



  img.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
    
    
    min-height: 77px;
    max-height: 36px;
  }


.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image {
  box-sizing: border-box;
}



.s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 {
      --shg-aspect-ratio: calc(36/46); 
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container {
      position: relative;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c1f48d-4811-4f51-8592-bc8be7e4db32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 36px;
    }
  }

}
.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-c022f4ba-767f-439d-ae52-6d0cc75e2248 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c022f4ba-767f-439d-ae52-6d0cc75e2248 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-2ee79bc0-4fb5-48ac-89c8-09a77b812c72 {
  margin-left: auto;
margin-right: auto;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  margin: 0 !important;
  overflow: visible;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add background color handling */
  
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-content {
  
    justify-content: center;
  
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
  box-sizing: border-box;
}



.s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
      position: relative;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  margin: 0 !important;
  overflow: visible;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add background color handling */
  
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-content {
  
    justify-content: center;
  
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
  box-sizing: border-box;
}



.s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
      position: relative;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f 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-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  margin: 0 !important;
  overflow: visible;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add background color handling */
  
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-content {
  
    justify-content: center;
  
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
  box-sizing: border-box;
}



.s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
      position: relative;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f 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-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  margin: 0 !important;
  overflow: visible;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add background color handling */
  
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-content {
  
    justify-content: center;
  
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
  box-sizing: border-box;
}



.s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
      position: relative;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  margin: 0 !important;
  overflow: visible;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add background color handling */
  
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-58f1e684-a144-4e24-b2db-1f022ba8c14f .shogun-image-content {
  
    justify-content: center;
  
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image {
  box-sizing: border-box;
}



.s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container {
      position: relative;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58f1e684-a144-4e24-b2db-1f022ba8c14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-85e439c4-258e-48d2-9f14-dc0a91750129 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85e439c4-258e-48d2-9f14-dc0a91750129 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-0913f44d-2d59-4fdb-ae01-303d71a23095 {
  margin-left: auto;
margin-right: auto;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 53px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
  box-sizing: border-box;
}



.s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a0217df-2445-4ef7-a562-91db188a0698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
      position: relative;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

@media (min-width: 1200px){#s-7a0217df-2445-4ef7-a562-91db188a0698 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
  box-sizing: border-box;
}



.s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a0217df-2445-4ef7-a562-91db188a0698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
      position: relative;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698 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-7a0217df-2445-4ef7-a562-91db188a0698 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
  box-sizing: border-box;
}



.s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a0217df-2445-4ef7-a562-91db188a0698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
      position: relative;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698 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-7a0217df-2445-4ef7-a562-91db188a0698 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
  box-sizing: border-box;
}



.s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a0217df-2445-4ef7-a562-91db188a0698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
      position: relative;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (max-width: 767px){#s-7a0217df-2445-4ef7-a562-91db188a0698 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a0217df-2445-4ef7-a562-91db188a0698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a0217df-2445-4ef7-a562-91db188a0698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-7a0217df-2445-4ef7-a562-91db188a0698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image {
  box-sizing: border-box;
}



.s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a0217df-2445-4ef7-a562-91db188a0698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container {
      position: relative;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a0217df-2445-4ef7-a562-91db188a0698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}
#s-17518834-46e6-47f5-833f-d22d35126bfb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17518834-46e6-47f5-833f-d22d35126bfb .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d18e5079-4fd9-422c-8aaa-7d22b7dacbae {
  margin-left: auto;
margin-right: auto;
}

#s-a256bd3c-929c-498c-b9a6-be3c946554cf {
  background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 12%;
min-height: 600px;
}
@media (min-width: 1200px){#s-a256bd3c-929c-498c-b9a6-be3c946554cf {
  padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a256bd3c-929c-498c-b9a6-be3c946554cf {
  padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a256bd3c-929c-498c-b9a6-be3c946554cf {
  padding-right: 5%;
}
}@media (max-width: 767px){#s-a256bd3c-929c-498c-b9a6-be3c946554cf {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a256bd3c-929c-498c-b9a6-be3c946554cf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-a256bd3c-929c-498c-b9a6-be3c946554cf.shg-box.shg-c {
  justify-content: center;
}

#s-e66bf8fa-876d-4f1d-a2bf-28241715efa0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-e66bf8fa-876d-4f1d-a2bf-28241715efa0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e66bf8fa-876d-4f1d-a2bf-28241715efa0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e66bf8fa-876d-4f1d-a2bf-28241715efa0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e66bf8fa-876d-4f1d-a2bf-28241715efa0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7d952c6-ee6f-47c5-9040-5d65833464be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e7d952c6-ee6f-47c5-9040-5d65833464be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7d952c6-ee6f-47c5-9040-5d65833464be.shg-box.shg-c {
  justify-content: center;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  margin-left: 0px;
margin-right: 0px;
max-width: 1437px;
aspect-ratio: 1437/1112;
text-align: center;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  margin: 0 !important;
  overflow: visible;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add background color handling */
  
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }

    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-link {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1437px;
  }



  img.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
    
    
    
    max-height: 1437px;
  }


.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
  box-sizing: border-box;
}



.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
      --shg-aspect-ratio: calc(1437/1112); 
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
      position: relative;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1437px;
    }
  }

@media (min-width: 1200px){#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  margin: 0 !important;
  overflow: visible;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add background color handling */
  
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }

    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-link {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1437px;
  }



  img.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
    
    
    
    max-height: 1437px;
  }


.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
  box-sizing: border-box;
}



.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
      --shg-aspect-ratio: calc(1437/1112); 
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
      position: relative;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1437px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  margin: 0 !important;
  overflow: visible;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add background color handling */
  
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }

    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-link {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1437px;
  }



  img.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
    
    
    
    max-height: 1437px;
  }


.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
  box-sizing: border-box;
}



.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
      --shg-aspect-ratio: calc(1437/1112); 
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
      position: relative;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1437px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  margin: 0 !important;
  overflow: visible;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add background color handling */
  
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }

    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-link {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1437px;
  }



  img.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
    
    
    
    max-height: 1437px;
  }


.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
  box-sizing: border-box;
}



.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
      --shg-aspect-ratio: calc(1437/1112); 
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
      position: relative;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1437px;
    }
  }

}@media (max-width: 767px){#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  margin: 0 !important;
  overflow: visible;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add background color handling */
  
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }

    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-link {
      aspect-ratio: 1437/1112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1437px;
  }



  img.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
    
    
    
    max-height: 1437px;
  }


.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image {
  box-sizing: border-box;
}



.s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f {
      --shg-aspect-ratio: calc(1437/1112); 
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container {
      position: relative;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1bd50f7-3748-4bb4-907b-31a2f6efb87f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1437px;
    }
  }

}
#s-03f5ab8e-edab-4d17-9d51-a7ab017f502a {
  margin-left: auto;
margin-right: auto;
padding-left: 100px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-03f5ab8e-edab-4d17-9d51-a7ab017f502a {
  padding-left: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03f5ab8e-edab-4d17-9d51-a7ab017f502a {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-03f5ab8e-edab-4d17-9d51-a7ab017f502a {
  padding-left: 0px;
}
}







#s-03f5ab8e-edab-4d17-9d51-a7ab017f502a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03f5ab8e-edab-4d17-9d51-a7ab017f502a.shg-box.shg-c {
  justify-content: center;
}

#s-3f9c3948-91cc-4a6d-a980-cf832d7b2871 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3f9c3948-91cc-4a6d-a980-cf832d7b2871 .shogun-heading-component h2 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-eb65a92e-017f-4f01-9165-80394ca3f85d {
  margin-bottom: 0px;
}

#s-d67c949e-90d5-49cc-bbef-376a66d2a3ff {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d67c949e-90d5-49cc-bbef-376a66d2a3ff {
  padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d67c949e-90d5-49cc-bbef-376a66d2a3ff {
  padding-top: 2%;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d67c949e-90d5-49cc-bbef-376a66d2a3ff {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d67c949e-90d5-49cc-bbef-376a66d2a3ff {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-d67c949e-90d5-49cc-bbef-376a66d2a3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d67c949e-90d5-49cc-bbef-376a66d2a3ff.shg-box.shg-c {
  justify-content: center;
}

#s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d80eea6f-c4a8-4387-b8ec-e70c3de2c335"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
  box-sizing: border-box;
}



.s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
      position: relative;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
  box-sizing: border-box;
}



.s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
      position: relative;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
  box-sizing: border-box;
}



.s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
      position: relative;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
  box-sizing: border-box;
}



.s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
      position: relative;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e058b237-e4bb-4a30-be92-8de6366f1c41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image {
  box-sizing: border-box;
}



.s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container {
      position: relative;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e058b237-e4bb-4a30-be92-8de6366f1c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-33686f83-cdf3-4095-b4a6-e41b5a44cd4c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-33686f83-cdf3-4095-b4a6-e41b5a44cd4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33686f83-cdf3-4095-b4a6-e41b5a44cd4c.shg-box.shg-c {
  justify-content: center;
}

#s-7b2d85cf-1490-4b49-a894-88051a003436 {
  margin-top: 0%;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7b2d85cf-1490-4b49-a894-88051a003436 .shogun-heading-component h2 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-8792242c-c049-4499-9deb-1c0224926ff8 {
  margin-bottom: 0px;
}

#s-a07d3c70-5c8b-43a7-8549-125fb1d88d86 {
  background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 600px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a07d3c70-5c8b-43a7-8549-125fb1d88d86 {
  padding-left: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a07d3c70-5c8b-43a7-8549-125fb1d88d86 {
  padding-left: 5%;
}
}@media (max-width: 767px){#s-a07d3c70-5c8b-43a7-8549-125fb1d88d86 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a07d3c70-5c8b-43a7-8549-125fb1d88d86 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-a07d3c70-5c8b-43a7-8549-125fb1d88d86.shg-box.shg-c {
  justify-content: center;
}

#s-48a8932c-20a6-453f-94ae-86c7f1814394 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-48a8932c-20a6-453f-94ae-86c7f1814394"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48a8932c-20a6-453f-94ae-86c7f1814394"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48a8932c-20a6-453f-94ae-86c7f1814394"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48a8932c-20a6-453f-94ae-86c7f1814394"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ae4e8df8-9a16-4c55-816b-a4e621c52d74 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ae4e8df8-9a16-4c55-816b-a4e621c52d74 {
  padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae4e8df8-9a16-4c55-816b-a4e621c52d74 {
  padding-right: 0px;
}
}@media (max-width: 767px){#s-ae4e8df8-9a16-4c55-816b-a4e621c52d74 {
  padding-right: 0px;
}
}







#s-ae4e8df8-9a16-4c55-816b-a4e621c52d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae4e8df8-9a16-4c55-816b-a4e621c52d74.shg-box.shg-c {
  justify-content: center;
}

#s-dbd01891-cbbd-4350-934a-204f64e05e5e {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dbd01891-cbbd-4350-934a-204f64e05e5e {
  margin-top: 60px;
}
}
#s-dbd01891-cbbd-4350-934a-204f64e05e5e .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-669c73f4-3d09-4985-85be-16007156ea06 {
  margin-bottom: 0px;
}

#s-e61cd853-6f34-47ee-8d15-0d638c3777ad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e61cd853-6f34-47ee-8d15-0d638c3777ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e61cd853-6f34-47ee-8d15-0d638c3777ad.shg-box.shg-c {
  justify-content: center;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  margin-left: 0px;
margin-right: 0px;
aspect-ratio: 726/629;
text-align: center;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }

    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-link {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
    
    
    
    
  }


.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
  box-sizing: border-box;
}



.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
      --shg-aspect-ratio: calc(726/629); 
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
      position: relative;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }

    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-link {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
    
    
    
    
  }


.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
  box-sizing: border-box;
}



.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
      --shg-aspect-ratio: calc(726/629); 
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
      position: relative;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }

    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-link {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
    
    
    
    
  }


.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
  box-sizing: border-box;
}



.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
      --shg-aspect-ratio: calc(726/629); 
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
      position: relative;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }

    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-link {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
    
    
    
    
  }


.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
  box-sizing: border-box;
}



.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
      --shg-aspect-ratio: calc(726/629); 
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
      position: relative;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }

    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-link {
      aspect-ratio: 726/629;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
    
    
    
    
  }


.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image {
  box-sizing: border-box;
}



.s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 {
      --shg-aspect-ratio: calc(726/629); 
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container {
      position: relative;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72bcb5d-f4d4-4755-a0cc-96f192e6e3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-0e8f299d-dfa5-4062-87e1-95231ed44697 {
  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-0e8f299d-dfa5-4062-87e1-95231ed44697 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e8f299d-dfa5-4062-87e1-95231ed44697 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e8f299d-dfa5-4062-87e1-95231ed44697 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0e8f299d-dfa5-4062-87e1-95231ed44697 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-0e8f299d-dfa5-4062-87e1-95231ed44697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e8f299d-dfa5-4062-87e1-95231ed44697.shg-box.shg-c {
  justify-content: center;
}

#s-0797e9a8-7e40-4db3-b353-ea3c79c94537 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-0797e9a8-7e40-4db3-b353-ea3c79c94537"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0797e9a8-7e40-4db3-b353-ea3c79c94537"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0797e9a8-7e40-4db3-b353-ea3c79c94537"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0797e9a8-7e40-4db3-b353-ea3c79c94537"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
    
    
    
    
  }


.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
  box-sizing: border-box;
}



.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
      position: relative;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
    
    
    
    
  }


.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
  box-sizing: border-box;
}



.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
      position: relative;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
    
    
    
    
  }


.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
  box-sizing: border-box;
}



.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
      position: relative;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
    
    
    
    
  }


.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
  box-sizing: border-box;
}



.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
      position: relative;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
    
    
    
    
  }


.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image {
  box-sizing: border-box;
}



.s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container {
      position: relative;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e62a5fe-a40a-4564-a844-e841a309c2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-732569eb-c4f3-46c9-ab07-0bca5a2c577a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-732569eb-c4f3-46c9-ab07-0bca5a2c577a .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-e2bcbdf0-574c-4ff4-b47a-c5e8c09dedd0 {
  margin-left: auto;
margin-right: auto;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
    
    
    
    
  }


.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
  box-sizing: border-box;
}



.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
      position: relative;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
    
    
    
    
  }


.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
  box-sizing: border-box;
}



.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
      position: relative;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
    
    
    
    
  }


.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
  box-sizing: border-box;
}



.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
      position: relative;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
    
    
    
    
  }


.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
  box-sizing: border-box;
}



.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
      position: relative;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  margin: 0 !important;
  overflow: visible;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add background color handling */
  
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
    
    
    
    
  }


.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image {
  box-sizing: border-box;
}



.s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container {
      position: relative;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e460fd-7720-45e3-8de4-c839aad4a4ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-56dd2af3-b11a-4dd0-b878-a522e888a625 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56dd2af3-b11a-4dd0-b878-a522e888a625 .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-0dc0207d-69dd-4c2f-8725-251d10041089 {
  margin-left: auto;
margin-right: auto;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
    
    
    
    
  }


.s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
  box-sizing: border-box;
}



.s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
      position: relative;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
    
    
    
    
  }


.s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
  box-sizing: border-box;
}



.s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
      position: relative;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
    
    
    
    
  }


.s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
  box-sizing: border-box;
}



.s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
      position: relative;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
    
    
    
    
  }


.s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
  box-sizing: border-box;
}



.s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
      position: relative;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
    
    
    
    
  }


.s-ab99cc07-94d1-4690-95fc-1ab410f33edc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image {
  box-sizing: border-box;
}



.s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container {
      position: relative;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab99cc07-94d1-4690-95fc-1ab410f33edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-4ec3c40b-275e-4883-b14a-864363603c81 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ec3c40b-275e-4883-b14a-864363603c81 .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-4b18eb83-e6be-4b8d-a2de-32fe0ed3ad09 {
  margin-left: auto;
margin-right: auto;
}

#s-0cb8a2aa-2abb-48bf-83eb-aaaa4e60c6c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-0cb8a2aa-2abb-48bf-83eb-aaaa4e60c6c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cb8a2aa-2abb-48bf-83eb-aaaa4e60c6c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0cb8a2aa-2abb-48bf-83eb-aaaa4e60c6c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cb8a2aa-2abb-48bf-83eb-aaaa4e60c6c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  margin: 0 !important;
  overflow: visible;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
    
    
    
    
  }


.s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
  box-sizing: border-box;
}



.s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
      position: relative;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  margin: 0 !important;
  overflow: visible;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add background color handling */
  
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
    
    
    
    
  }


.s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
  box-sizing: border-box;
}



.s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
      position: relative;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  margin: 0 !important;
  overflow: visible;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add background color handling */
  
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
    
    
    
    
  }


.s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
  box-sizing: border-box;
}



.s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
      position: relative;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  margin: 0 !important;
  overflow: visible;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add background color handling */
  
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
    
    
    
    
  }


.s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
  box-sizing: border-box;
}



.s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
      position: relative;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  margin: 0 !important;
  overflow: visible;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add background color handling */
  
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
    
    
    
    
  }


.s-acdfb9d6-6c94-4b69-bc46-141f594b645e .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image {
  box-sizing: border-box;
}



.s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container {
      position: relative;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdfb9d6-6c94-4b69-bc46-141f594b645e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-ab19e52f-2a77-4c6f-a2d1-c6da701fa2ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab19e52f-2a77-4c6f-a2d1-c6da701fa2ce .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-b853b0c3-e98a-446b-9ab4-b39bc9e7d6ae {
  margin-left: auto;
margin-right: auto;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
    
    
    
    
  }


.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
  box-sizing: border-box;
}



.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
      position: relative;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
    
    
    
    
  }


.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
  box-sizing: border-box;
}



.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
      position: relative;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
    
    
    
    
  }


.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
  box-sizing: border-box;
}



.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
      position: relative;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
    
    
    
    
  }


.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
  box-sizing: border-box;
}



.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
      position: relative;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
    
    
    
    
  }


.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image {
  box-sizing: border-box;
}



.s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container {
      position: relative;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469feca4-0ab7-4fd3-9c7e-ee51c62d93d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-826816c5-1b39-433e-8908-f5e3d26bdba9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-826816c5-1b39-433e-8908-f5e3d26bdba9 .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-71392038-4fc5-465f-8754-f64db5024be3 {
  margin-left: auto;
margin-right: auto;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe {
  margin: 0 !important;
  overflow: visible;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
    
    
    
    
  }


.s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
  box-sizing: border-box;
}



.s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-636cc735-164a-4d51-b22f-959ac54edbfe {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
      position: relative;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-636cc735-164a-4d51-b22f-959ac54edbfe {
  margin: 0 !important;
  overflow: visible;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add background color handling */
  
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
    
    
    
    
  }


.s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
  box-sizing: border-box;
}



.s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-636cc735-164a-4d51-b22f-959ac54edbfe {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
      position: relative;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-636cc735-164a-4d51-b22f-959ac54edbfe {
  margin: 0 !important;
  overflow: visible;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add background color handling */
  
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
    
    
    
    
  }


.s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
  box-sizing: border-box;
}



.s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-636cc735-164a-4d51-b22f-959ac54edbfe {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
      position: relative;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-636cc735-164a-4d51-b22f-959ac54edbfe {
  margin: 0 !important;
  overflow: visible;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add background color handling */
  
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
    
    
    
    
  }


.s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
  box-sizing: border-box;
}



.s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-636cc735-164a-4d51-b22f-959ac54edbfe {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
      position: relative;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-636cc735-164a-4d51-b22f-959ac54edbfe {
  margin: 0 !important;
  overflow: visible;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-636cc735-164a-4d51-b22f-959ac54edbfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add background color handling */
  
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-636cc735-164a-4d51-b22f-959ac54edbfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
    
    
    
    
  }


.s-636cc735-164a-4d51-b22f-959ac54edbfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image {
  box-sizing: border-box;
}



.s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-636cc735-164a-4d51-b22f-959ac54edbfe {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container {
      position: relative;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-636cc735-164a-4d51-b22f-959ac54edbfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-98782404-8f56-4513-8461-73f6c2cbc7f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98782404-8f56-4513-8461-73f6c2cbc7f9 .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-62eae5c3-92e9-4d95-b5bb-528313feae88 {
  margin-left: auto;
margin-right: auto;
}

#s-430e266e-1c9e-4fa5-b81d-af98d23b355a {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-430e266e-1c9e-4fa5-b81d-af98d23b355a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-430e266e-1c9e-4fa5-b81d-af98d23b355a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-430e266e-1c9e-4fa5-b81d-af98d23b355a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-430e266e-1c9e-4fa5-b81d-af98d23b355a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
    
    
    
    
  }


.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
  box-sizing: border-box;
}



.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
      position: relative;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
    
    
    
    
  }


.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
  box-sizing: border-box;
}



.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
      position: relative;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
    
    
    
    
  }


.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
  box-sizing: border-box;
}



.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
      position: relative;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
    
    
    
    
  }


.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
  box-sizing: border-box;
}



.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
      position: relative;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
    
    
    
    
  }


.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image {
  box-sizing: border-box;
}



.s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container {
      position: relative;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3758842-b45e-4e46-baf3-e4d89ea086e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-096c968b-259d-40ce-bc43-bcb90b7caae0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-096c968b-259d-40ce-bc43-bcb90b7caae0 .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-749bd492-27cb-4afc-bfb0-f525ca513ebc {
  margin-left: auto;
margin-right: auto;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
    
    
    
    
  }


.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
  box-sizing: border-box;
}



.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
      position: relative;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
    
    
    
    
  }


.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
  box-sizing: border-box;
}



.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
      position: relative;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
    
    
    
    
  }


.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
  box-sizing: border-box;
}



.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
      position: relative;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
    
    
    
    
  }


.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
  box-sizing: border-box;
}



.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
      position: relative;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
    
    
    
    
  }


.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image {
  box-sizing: border-box;
}



.s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container {
      position: relative;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-667f0a82-f1a8-48a8-9cfa-5cc62f7903a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-db098730-e8d4-4c4d-9642-d8207d5edb8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db098730-e8d4-4c4d-9642-d8207d5edb8a .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-190db647-1cf1-430f-9fae-d3b5955587c9 {
  margin-left: auto;
margin-right: auto;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
    
    
    
    
  }


.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
  box-sizing: border-box;
}



.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
      position: relative;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
    
    
    
    
  }


.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
  box-sizing: border-box;
}



.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
      position: relative;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
    
    
    
    
  }


.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
  box-sizing: border-box;
}



.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
      position: relative;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
    
    
    
    
  }


.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
  box-sizing: border-box;
}



.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
      position: relative;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
    
    
    
    
  }


.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image {
  box-sizing: border-box;
}



.s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container {
      position: relative;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d6ba060-2203-4f64-b313-f0774fdd9b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-7b8561fe-24c9-4d61-89e5-3463f183c50d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b8561fe-24c9-4d61-89e5-3463f183c50d .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-68395e83-7b82-4f2b-8ad4-eb211f6b0843 {
  margin-left: auto;
margin-right: auto;
}

#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 18%;
padding-bottom: 5%;
padding-right: 18%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-871f3fb8-c4df-401b-90e2-fa2d5f59ca39.shg-box.shg-c {
  justify-content: center;
}
}
#s-d9942f45-d757-48e8-a5a9-ebb10a0b0d64 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9942f45-d757-48e8-a5a9-ebb10a0b0d64 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-3c9eba3a-24fa-4839-afe7-0617470bfa6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3c9eba3a-24fa-4839-afe7-0617470bfa6d .shg-sld-dot {
  background-color: rgba(252, 251, 251, 1);
}

#s-3c9eba3a-24fa-4839-afe7-0617470bfa6d .shg-sld-nav-button.shg-sld-left,
#s-3c9eba3a-24fa-4839-afe7-0617470bfa6d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(252, 251, 251, 1);
}

#s-3297f6dc-d472-4506-a069-14c18895be4b {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1024/1295;
text-align: center;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b {
  margin: 0 !important;
  overflow: visible;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add background color handling */
  
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
  box-sizing: border-box;
}



.s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3297f6dc-d472-4506-a069-14c18895be4b {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
      position: relative;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-3297f6dc-d472-4506-a069-14c18895be4b {
  margin: 0 !important;
  overflow: visible;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add background color handling */
  
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
  box-sizing: border-box;
}



.s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3297f6dc-d472-4506-a069-14c18895be4b {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
      position: relative;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3297f6dc-d472-4506-a069-14c18895be4b {
  margin: 0 !important;
  overflow: visible;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add background color handling */
  
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
  box-sizing: border-box;
}



.s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3297f6dc-d472-4506-a069-14c18895be4b {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
      position: relative;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3297f6dc-d472-4506-a069-14c18895be4b {
  margin: 0 !important;
  overflow: visible;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add background color handling */
  
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
  box-sizing: border-box;
}



.s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3297f6dc-d472-4506-a069-14c18895be4b {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
      position: relative;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-3297f6dc-d472-4506-a069-14c18895be4b {
  margin: 0 !important;
  overflow: visible;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3297f6dc-d472-4506-a069-14c18895be4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add background color handling */
  
}

#s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3297f6dc-d472-4506-a069-14c18895be4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3297f6dc-d472-4506-a069-14c18895be4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image {
  box-sizing: border-box;
}



.s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3297f6dc-d472-4506-a069-14c18895be4b {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container {
      position: relative;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3297f6dc-d472-4506-a069-14c18895be4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1024/1295;
text-align: center;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
  box-sizing: border-box;
}



.s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
      position: relative;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
  box-sizing: border-box;
}



.s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
      position: relative;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
  box-sizing: border-box;
}



.s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
      position: relative;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
  box-sizing: border-box;
}



.s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
      position: relative;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-20da78d9-f006-4bab-b03d-6384a065a2d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image {
  box-sizing: border-box;
}



.s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container {
      position: relative;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20da78d9-f006-4bab-b03d-6384a065a2d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7d6724b1-469a-498c-afaf-174287391502 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1024/1295;
text-align: center;
}

#s-7d6724b1-469a-498c-afaf-174287391502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6724b1-469a-498c-afaf-174287391502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6724b1-469a-498c-afaf-174287391502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
  box-sizing: border-box;
}



.s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d6724b1-469a-498c-afaf-174287391502 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
      position: relative;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-7d6724b1-469a-498c-afaf-174287391502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6724b1-469a-498c-afaf-174287391502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6724b1-469a-498c-afaf-174287391502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
  box-sizing: border-box;
}



.s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d6724b1-469a-498c-afaf-174287391502 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
      position: relative;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7d6724b1-469a-498c-afaf-174287391502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6724b1-469a-498c-afaf-174287391502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6724b1-469a-498c-afaf-174287391502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
  box-sizing: border-box;
}



.s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d6724b1-469a-498c-afaf-174287391502 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
      position: relative;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7d6724b1-469a-498c-afaf-174287391502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6724b1-469a-498c-afaf-174287391502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6724b1-469a-498c-afaf-174287391502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
  box-sizing: border-box;
}



.s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d6724b1-469a-498c-afaf-174287391502 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
      position: relative;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-7d6724b1-469a-498c-afaf-174287391502 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d6724b1-469a-498c-afaf-174287391502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d6724b1-469a-498c-afaf-174287391502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d6724b1-469a-498c-afaf-174287391502 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7d6724b1-469a-498c-afaf-174287391502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d6724b1-469a-498c-afaf-174287391502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d6724b1-469a-498c-afaf-174287391502.shogun-image {
  box-sizing: border-box;
}



.s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d6724b1-469a-498c-afaf-174287391502 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container {
      position: relative;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d6724b1-469a-498c-afaf-174287391502.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d6724b1-469a-498c-afaf-174287391502 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1024/1295;
text-align: center;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  margin: 0 !important;
  overflow: visible;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add background color handling */
  
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
  box-sizing: border-box;
}



.s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ca408b-392a-4a25-b837-5dd2476b0045 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
      position: relative;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  margin: 0 !important;
  overflow: visible;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add background color handling */
  
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
  box-sizing: border-box;
}



.s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ca408b-392a-4a25-b837-5dd2476b0045 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
      position: relative;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  margin: 0 !important;
  overflow: visible;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add background color handling */
  
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
  box-sizing: border-box;
}



.s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ca408b-392a-4a25-b837-5dd2476b0045 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
      position: relative;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  margin: 0 !important;
  overflow: visible;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add background color handling */
  
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
  box-sizing: border-box;
}



.s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ca408b-392a-4a25-b837-5dd2476b0045 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
      position: relative;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  margin: 0 !important;
  overflow: visible;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ca408b-392a-4a25-b837-5dd2476b0045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add background color handling */
  
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ca408b-392a-4a25-b837-5dd2476b0045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52ca408b-392a-4a25-b837-5dd2476b0045 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image {
  box-sizing: border-box;
}



.s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ca408b-392a-4a25-b837-5dd2476b0045 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container {
      position: relative;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ca408b-392a-4a25-b837-5dd2476b0045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-067f7050-5e46-4263-a443-2d738aa238ef {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1024/1295;
text-align: center;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef {
  margin: 0 !important;
  overflow: visible;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add background color handling */
  
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
  box-sizing: border-box;
}



.s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-067f7050-5e46-4263-a443-2d738aa238ef {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
      position: relative;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-067f7050-5e46-4263-a443-2d738aa238ef {
  margin: 0 !important;
  overflow: visible;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add background color handling */
  
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
  box-sizing: border-box;
}



.s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-067f7050-5e46-4263-a443-2d738aa238ef {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
      position: relative;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-067f7050-5e46-4263-a443-2d738aa238ef {
  margin: 0 !important;
  overflow: visible;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add background color handling */
  
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
  box-sizing: border-box;
}



.s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-067f7050-5e46-4263-a443-2d738aa238ef {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
      position: relative;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-067f7050-5e46-4263-a443-2d738aa238ef {
  margin: 0 !important;
  overflow: visible;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add background color handling */
  
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
  box-sizing: border-box;
}



.s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-067f7050-5e46-4263-a443-2d738aa238ef {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
      position: relative;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-067f7050-5e46-4263-a443-2d738aa238ef {
  margin: 0 !important;
  overflow: visible;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-067f7050-5e46-4263-a443-2d738aa238ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add background color handling */
  
}

#s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-067f7050-5e46-4263-a443-2d738aa238ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-067f7050-5e46-4263-a443-2d738aa238ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image {
  box-sizing: border-box;
}



.s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-067f7050-5e46-4263-a443-2d738aa238ef {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container {
      position: relative;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-067f7050-5e46-4263-a443-2d738aa238ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1024/1295;
text-align: center;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
  box-sizing: border-box;
}



.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
      position: relative;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
  box-sizing: border-box;
}



.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
      position: relative;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
  box-sizing: border-box;
}



.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
      position: relative;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
  box-sizing: border-box;
}



.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
      position: relative;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }

    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-link {
      aspect-ratio: 1024/1295;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image {
  box-sizing: border-box;
}



.s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 {
      --shg-aspect-ratio: calc(1024/1295); 
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container {
      position: relative;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739014fc-2a8a-4546-bd94-fa0f59e375e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-ecb0f24a-f2dc-4732-8f12-ed1a05ff9e5b {
  background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 600px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ecb0f24a-f2dc-4732-8f12-ed1a05ff9e5b {
  padding-left: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecb0f24a-f2dc-4732-8f12-ed1a05ff9e5b {
  padding-left: 5%;
}
}@media (max-width: 767px){#s-ecb0f24a-f2dc-4732-8f12-ed1a05ff9e5b {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ecb0f24a-f2dc-4732-8f12-ed1a05ff9e5b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-ecb0f24a-f2dc-4732-8f12-ed1a05ff9e5b.shg-box.shg-c {
  justify-content: center;
}

#s-684fbe30-258c-4e51-852e-bdc888da8f68 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-684fbe30-258c-4e51-852e-bdc888da8f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-684fbe30-258c-4e51-852e-bdc888da8f68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-684fbe30-258c-4e51-852e-bdc888da8f68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-684fbe30-258c-4e51-852e-bdc888da8f68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54ebea2d-a7f2-4903-9459-6f62df444c5b {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-54ebea2d-a7f2-4903-9459-6f62df444c5b {
  padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54ebea2d-a7f2-4903-9459-6f62df444c5b {
  padding-right: 0px;
}
}@media (max-width: 767px){#s-54ebea2d-a7f2-4903-9459-6f62df444c5b {
  padding-right: 0px;
}
}







#s-54ebea2d-a7f2-4903-9459-6f62df444c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54ebea2d-a7f2-4903-9459-6f62df444c5b.shg-box.shg-c {
  justify-content: center;
}

#s-8800899b-9683-40af-8eee-0ae2db45b14f {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8800899b-9683-40af-8eee-0ae2db45b14f .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-21786d5d-375b-4a81-bb85-673da6534519 {
  margin-bottom: 0px;
}

#s-018a055f-9516-448b-81bb-b13f8c304767 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-018a055f-9516-448b-81bb-b13f8c304767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-018a055f-9516-448b-81bb-b13f8c304767.shg-box.shg-c {
  justify-content: center;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  margin-left: 0px;
margin-right: 0px;
aspect-ratio: 750/730;
text-align: center;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  margin: 0 !important;
  overflow: visible;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  
  
}

.shg-image-content-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add background color handling */
  
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }

    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-link {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
    
    
    
    
  }


.s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-content {
  
    justify-content: center;
  
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
  box-sizing: border-box;
}



.s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
      --shg-aspect-ratio: calc(750/730); 
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
      position: relative;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  margin: 0 !important;
  overflow: visible;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add background color handling */
  
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }

    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-link {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
    
    
    
    
  }


.s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-content {
  
    justify-content: center;
  
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
  box-sizing: border-box;
}



.s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
      --shg-aspect-ratio: calc(750/730); 
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
      position: relative;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  margin: 0 !important;
  overflow: visible;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add background color handling */
  
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }

    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-link {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
    
    
    
    
  }


.s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-content {
  
    justify-content: center;
  
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
  box-sizing: border-box;
}



.s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
      --shg-aspect-ratio: calc(750/730); 
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
      position: relative;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  margin: 0 !important;
  overflow: visible;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add background color handling */
  
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }

    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-link {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
    
    
    
    
  }


.s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-content {
  
    justify-content: center;
  
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
  box-sizing: border-box;
}



.s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
      --shg-aspect-ratio: calc(750/730); 
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
      position: relative;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  margin: 0 !important;
  overflow: visible;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add background color handling */
  
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }

    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-link {
      aspect-ratio: 750/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
    
    
    
    
  }


.s-250199bb-7ac8-4c15-b725-d238b1f2d30f .shogun-image-content {
  
    justify-content: center;
  
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image {
  box-sizing: border-box;
}



.s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f {
      --shg-aspect-ratio: calc(750/730); 
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container {
      position: relative;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-250199bb-7ac8-4c15-b725-d238b1f2d30f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-a45798bf-4d31-45a7-9a00-52adef71b8ed {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 5%;
padding-left: 12%;
padding-bottom: 5%;
padding-right: 12%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a45798bf-4d31-45a7-9a00-52adef71b8ed {
  padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a45798bf-4d31-45a7-9a00-52adef71b8ed {
  padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a45798bf-4d31-45a7-9a00-52adef71b8ed {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a45798bf-4d31-45a7-9a00-52adef71b8ed {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-a45798bf-4d31-45a7-9a00-52adef71b8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a45798bf-4d31-45a7-9a00-52adef71b8ed.shg-box.shg-c {
  justify-content: center;
}

#s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2a4fab3-f97b-4429-8e01-03f3a21e58ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f9258288-fc80-4ae8-9b86-4c5dd83eb733 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-f9258288-fc80-4ae8-9b86-4c5dd83eb733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9258288-fc80-4ae8-9b86-4c5dd83eb733.shg-box.shg-c {
  justify-content: center;
}

#s-8ab9b138-622c-4436-a6f6-47cb6940a69c {
  margin-top: 0%;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8ab9b138-622c-4436-a6f6-47cb6940a69c .shogun-heading-component h2 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-28d959e4-ee21-404e-bcee-8c4b53a3831e {
  margin-bottom: 0px;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  margin-left: auto;
margin-right: auto;
max-width: 1290px;
aspect-ratio: 1290/1426;
text-align: center;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }

    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-link {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1290px;
  }



  img.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
    
    
    
    max-height: 1290px;
  }


.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
  box-sizing: border-box;
}



.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
      --shg-aspect-ratio: calc(1290/1426); 
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
      position: relative;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1290px;
    }
  }

@media (min-width: 1200px){#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }

    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-link {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1290px;
  }



  img.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
    
    
    
    max-height: 1290px;
  }


.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
  box-sizing: border-box;
}



.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
      --shg-aspect-ratio: calc(1290/1426); 
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
      position: relative;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1290px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }

    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-link {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1290px;
  }



  img.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
    
    
    
    max-height: 1290px;
  }


.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
  box-sizing: border-box;
}



.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
      --shg-aspect-ratio: calc(1290/1426); 
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
      position: relative;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1290px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }

    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-link {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1290px;
  }



  img.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
    
    
    
    max-height: 1290px;
  }


.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
  box-sizing: border-box;
}



.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
      --shg-aspect-ratio: calc(1290/1426); 
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
      position: relative;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1290px;
    }
  }

}@media (max-width: 767px){#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }

    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-link {
      aspect-ratio: 1290/1426;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1290px;
  }



  img.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
    
    
    
    max-height: 1290px;
  }


.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image {
  box-sizing: border-box;
}



.s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 {
      --shg-aspect-ratio: calc(1290/1426); 
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container {
      position: relative;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa6a12c9-709c-4382-9a0f-6bb28506e5a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1290px;
    }
  }

}
#s-5e812fb9-877c-4957-835a-d63dd5954c1b {
  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-5e812fb9-877c-4957-835a-d63dd5954c1b {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e812fb9-877c-4957-835a-d63dd5954c1b {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e812fb9-877c-4957-835a-d63dd5954c1b {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5e812fb9-877c-4957-835a-d63dd5954c1b {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-5e812fb9-877c-4957-835a-d63dd5954c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e812fb9-877c-4957-835a-d63dd5954c1b.shg-box.shg-c {
  justify-content: center;
}

#s-c0b2d590-b494-4dff-bb9f-3e49d10717b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-c0b2d590-b494-4dff-bb9f-3e49d10717b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0b2d590-b494-4dff-bb9f-3e49d10717b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c0b2d590-b494-4dff-bb9f-3e49d10717b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0b2d590-b494-4dff-bb9f-3e49d10717b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eb811745-7be8-42c1-8523-20be5d67be81 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
    
    
    
    
  }


.s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
  box-sizing: border-box;
}



.s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb811745-7be8-42c1-8523-20be5d67be81 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
      position: relative;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-eb811745-7be8-42c1-8523-20be5d67be81 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
    
    
    
    
  }


.s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
  box-sizing: border-box;
}



.s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb811745-7be8-42c1-8523-20be5d67be81 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
      position: relative;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eb811745-7be8-42c1-8523-20be5d67be81 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
    
    
    
    
  }


.s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
  box-sizing: border-box;
}



.s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb811745-7be8-42c1-8523-20be5d67be81 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
      position: relative;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eb811745-7be8-42c1-8523-20be5d67be81 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
    
    
    
    
  }


.s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
  box-sizing: border-box;
}



.s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb811745-7be8-42c1-8523-20be5d67be81 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
      position: relative;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-eb811745-7be8-42c1-8523-20be5d67be81 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb811745-7be8-42c1-8523-20be5d67be81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb811745-7be8-42c1-8523-20be5d67be81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
    
    
    
    
  }


.s-eb811745-7be8-42c1-8523-20be5d67be81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image {
  box-sizing: border-box;
}



.s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb811745-7be8-42c1-8523-20be5d67be81 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container {
      position: relative;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb811745-7be8-42c1-8523-20be5d67be81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-d6f8d17e-0e7f-46af-8955-9d665875bce1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6f8d17e-0e7f-46af-8955-9d665875bce1 .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-fd5ecf0b-d559-4712-ac7f-c1f0606c019d {
  margin-left: auto;
margin-right: auto;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
    
    
    
    
  }


.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
  box-sizing: border-box;
}



.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
      position: relative;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
    
    
    
    
  }


.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
  box-sizing: border-box;
}



.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
      position: relative;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
    
    
    
    
  }


.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
  box-sizing: border-box;
}



.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
      position: relative;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
    
    
    
    
  }


.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
  box-sizing: border-box;
}



.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
      position: relative;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
    
    
    
    
  }


.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image {
  box-sizing: border-box;
}



.s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container {
      position: relative;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdc6ad67-cc60-4cbe-ae92-76c01ca0c942 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-902d576f-d0e7-4550-8dcf-b78a231260ef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-902d576f-d0e7-4550-8dcf-b78a231260ef .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-86c0fa49-f967-48a3-88aa-3c2ed3387a28 {
  margin-left: auto;
margin-right: auto;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
    
    
    
    
  }


.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
  box-sizing: border-box;
}



.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
      position: relative;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
    
    
    
    
  }


.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
  box-sizing: border-box;
}



.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
      position: relative;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
    
    
    
    
  }


.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
  box-sizing: border-box;
}



.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
      position: relative;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
    
    
    
    
  }


.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
  box-sizing: border-box;
}



.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
      position: relative;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
    
    
    
    
  }


.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image {
  box-sizing: border-box;
}



.s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container {
      position: relative;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8df27-c9d2-405c-9efb-4a7070b802e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-9f789d5b-4942-4b62-bd12-bd1099204cc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f789d5b-4942-4b62-bd12-bd1099204cc8 .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-8dca4bb6-50aa-4a4e-80dd-c5f9236f039c {
  margin-left: auto;
margin-right: auto;
}

#s-563199d0-10ca-44c6-af58-c2340f0e6b87 {
  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-563199d0-10ca-44c6-af58-c2340f0e6b87 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-563199d0-10ca-44c6-af58-c2340f0e6b87 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
}
}@media (max-width: 767px){#s-563199d0-10ca-44c6-af58-c2340f0e6b87 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 400px;
}
}







#s-563199d0-10ca-44c6-af58-c2340f0e6b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-563199d0-10ca-44c6-af58-c2340f0e6b87.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-563199d0-10ca-44c6-af58-c2340f0e6b87 > .shg-box-overlay {
  background-color: rgba(37, 45, 64, 1);
  opacity: 0.4;
  display: block;
}#s-563199d0-10ca-44c6-af58-c2340f0e6b87.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-563199d0-10ca-44c6-af58-c2340f0e6b87 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-563199d0-10ca-44c6-af58-c2340f0e6b87.shg-box.shg-c {
  justify-content: center;
}
}
#s-87ae5872-3c26-4e78-9f86-f7580531265c {
  margin-left: 0px;
margin-right: 0px;
padding-left: 60%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-87ae5872-3c26-4e78-9f86-f7580531265c {
  padding-left: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-87ae5872-3c26-4e78-9f86-f7580531265c {
  padding-left: 0%;
}
}@media (max-width: 767px){#s-87ae5872-3c26-4e78-9f86-f7580531265c {
  padding-left: 0%;
}
}







#s-87ae5872-3c26-4e78-9f86-f7580531265c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87ae5872-3c26-4e78-9f86-f7580531265c.shg-box.shg-c {
  justify-content: center;
}

#s-3625a3b9-f2e5-4ab0-ae44-30eb09bccb02 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}

#s-3625a3b9-f2e5-4ab0-ae44-30eb09bccb02 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-e39a5f05-6973-4043-80f8-003804e71fcc {
  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-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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}