.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-dabe8071-06f9-4f8b-8e22-2279284e5738 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-dabe8071-06f9-4f8b-8e22-2279284e5738 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGMyZjMxMGMtM2M2Mi00ZTljLWIzYjUtZWNjODUxZDE0ZDAxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZmNmY2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYzJmMzEwYy0zYzYyLTRlOWMtYjNiNS1lY2M4NTFkMTRkMDEpIi8+PC9zdmc+);
}








#s-dabe8071-06f9-4f8b-8e22-2279284e5738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dabe8071-06f9-4f8b-8e22-2279284e5738.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-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-left: 1%;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 992px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 1200px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.25px);
}

}

.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-a42acaf7-0492-480c-be08-792c665dcd7e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a42acaf7-0492-480c-be08-792c665dcd7e {
  margin-top: 1%;
margin-bottom: 1%;
}
}
#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 209, 23, 1);
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 209, 23, 1);
  padding: 10px;
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 209, 23, 1);
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-891faec0-b8ab-4bba-8e9c-84cb183b146c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Inter";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-85cb1d4a-bd81-4dde-af8a-6af2b656c8a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85cb1d4a-bd81-4dde-af8a-6af2b656c8a4 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-85cb1d4a-bd81-4dde-af8a-6af2b656c8a4 .shogun-heading-component h5 a {
  color: ;
}


#s-d6fd280a-e4d9-4654-80f7-98e869680bba {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cf314785-eb87-4708-ba61-fed227e81b66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf314785-eb87-4708-ba61-fed227e81b66 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cf314785-eb87-4708-ba61-fed227e81b66 .shogun-heading-component h5 a {
  color: ;
}


#s-d0e245f0-2b49-4715-b0b5-bc9504cf688b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-adfb7c2f-e1b3-4f2a-a889-42201c20fdf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adfb7c2f-e1b3-4f2a-a889-42201c20fdf6 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-adfb7c2f-e1b3-4f2a-a889-42201c20fdf6 .shogun-heading-component h5 a {
  color: ;
}


#s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b5a3bb68-2c29-404c-a4d7-4f208980d909 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5a3bb68-2c29-404c-a4d7-4f208980d909 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b5a3bb68-2c29-404c-a4d7-4f208980d909 .shogun-heading-component h5 a {
  color: ;
}


#s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1c780d04-ead4-42b3-83ba-d9dd62e16425 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c780d04-ead4-42b3-83ba-d9dd62e16425 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-1c780d04-ead4-42b3-83ba-d9dd62e16425 .shogun-heading-component h5 a {
  color: ;
}


#s-5f6a49dd-f290-4de2-9711-603e64127fb7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7fa08fb0-2169-43d3-b97f-e15e51e87671 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fa08fb0-2169-43d3-b97f-e15e51e87671 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-7fa08fb0-2169-43d3-b97f-e15e51e87671 .shogun-heading-component h5 a {
  color: ;
}


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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 400;
  font-family: "Inter";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 3px;
background-color: rgba(229, 229, 229, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 37, 37, 1) !important;}#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}
#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 209, 23, 1);
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 209, 23, 1);
  padding: 10px;
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 209, 23, 1);
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-3fd95807-b464-4793-b1a3-78ebbad9fb78 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1b683c90-c65c-4c50-a977-f6c1895961ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b683c90-c65c-4c50-a977-f6c1895961ec .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-1b683c90-c65c-4c50-a977-f6c1895961ec .shogun-heading-component h5 a {
  color: ;
}


#s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5e35d623-dbf1-4f88-8643-08b929cd16cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e35d623-dbf1-4f88-8643-08b929cd16cf .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5e35d623-dbf1-4f88-8643-08b929cd16cf .shogun-heading-component h5 a {
  color: ;
}


#s-a32d0f68-7c44-40c9-8c40-57293891b0a7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ffc485a0-4c6c-4ff4-a717-b3158fd23ab5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffc485a0-4c6c-4ff4-a717-b3158fd23ab5 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-ffc485a0-4c6c-4ff4-a717-b3158fd23ab5 .shogun-heading-component h5 a {
  color: ;
}


#s-2c74f37d-7bf3-4129-9683-812429f5871f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3bff869e-9b42-48a6-bef0-17c737f9493f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bff869e-9b42-48a6-bef0-17c737f9493f .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-3bff869e-9b42-48a6-bef0-17c737f9493f .shogun-heading-component h5 a {
  color: ;
}


#s-a3fad9f2-decc-472d-9477-3277d70f31c4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bbee2908-a42d-4365-90fa-65b4f8743e04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbee2908-a42d-4365-90fa-65b4f8743e04 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-bbee2908-a42d-4365-90fa-65b4f8743e04 .shogun-heading-component h5 a {
  color: ;
}


#s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b9d5c85d-bb21-4212-a7be-e069517edecd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9d5c85d-bb21-4212-a7be-e069517edecd .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b9d5c85d-bb21-4212-a7be-e069517edecd .shogun-heading-component h5 a {
  color: ;
}


#s-4a514046-b8e2-4704-a853-3c62f686dad0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fca7b30d-a37c-42fa-9d09-db3ccac6a769 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fca7b30d-a37c-42fa-9d09-db3ccac6a769 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-fca7b30d-a37c-42fa-9d09-db3ccac6a769 .shogun-heading-component h5 a {
  color: ;
}


#s-d066a54f-2eac-4745-aedc-6dde8a4e3b28 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-02635736-3dc1-454d-9b1c-4cf41a363b0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02635736-3dc1-454d-9b1c-4cf41a363b0d .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-02635736-3dc1-454d-9b1c-4cf41a363b0d .shogun-heading-component h5 a {
  color: ;
}


#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9abe7053-20eb-4f08-b974-51a9b5fe5045 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f4aaaee2-5730-4098-9f46-5083b7b44ada {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4aaaee2-5730-4098-9f46-5083b7b44ada .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f4aaaee2-5730-4098-9f46-5083b7b44ada .shogun-heading-component h5 a {
  color: ;
}


#s-81bc623c-c9d5-4b38-b0ac-33a3711b251d {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2b1e0811-09af-4876-ad47-54a545a98c7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b1e0811-09af-4876-ad47-54a545a98c7f .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-2b1e0811-09af-4876-ad47-54a545a98c7f .shogun-heading-component h5 a {
  color: ;
}


#s-983b6e18-dd4a-4f65-921c-8b83968e5acd {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bf75a1fd-5d9d-42d6-9812-d16d32e6ef9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf75a1fd-5d9d-42d6-9812-d16d32e6ef9e .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-bf75a1fd-5d9d-42d6-9812-d16d32e6ef9e .shogun-heading-component h5 a {
  color: ;
}


#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-32fbfc1e-2bee-4306-8575-2c098cead49a {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e {
  margin-left: auto;
margin-right: auto;
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 229, 229, 1);
  padding: 10px;
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-022fdbc1-554b-4614-805c-c17d18e4a220 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 {
  margin-left: auto;
margin-right: auto;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-004cdb9b-0638-402d-8369-c9106ff578da {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-75977fd2-0a5a-4483-b20f-7efbe7fbb28b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75977fd2-0a5a-4483-b20f-7efbe7fbb28b .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-75977fd2-0a5a-4483-b20f-7efbe7fbb28b .shogun-heading-component h5 a {
  color: ;
}


#s-b1120f93-579b-4177-9d07-281edb6e7cb0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-11b5c7f1-ccce-4b0e-95f1-0593b007679a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11b5c7f1-ccce-4b0e-95f1-0593b007679a .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-11b5c7f1-ccce-4b0e-95f1-0593b007679a .shogun-heading-component h5 a {
  color: ;
}


#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 {
  margin-left: auto;
margin-right: auto;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-87cf5d4b-fb72-4100-9137-20546a6c8ac2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1e0ac62d-00f0-4252-9c15-575c41a11984 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e0ac62d-00f0-4252-9c15-575c41a11984 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1e0ac62d-00f0-4252-9c15-575c41a11984 .shogun-heading-component h5 a {
  color: ;
}


#s-5db4a9da-bd6e-4e37-947b-354237e1ca1f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-29e6fb60-e2f7-4f7d-b7d3-ae2f4078947c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29e6fb60-e2f7-4f7d-b7d3-ae2f4078947c .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-29e6fb60-e2f7-4f7d-b7d3-ae2f4078947c .shogun-heading-component h5 a {
  color: ;
}


#s-de824952-eb5d-4eb4-b1bb-1d63873ca261 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-520f8d5f-c034-477e-a223-355e4384c5d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-520f8d5f-c034-477e-a223-355e4384c5d0 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-520f8d5f-c034-477e-a223-355e4384c5d0 .shogun-heading-component h5 a {
  color: ;
}


#s-96a91245-a123-47d8-adf2-df98c7e1d5f3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-96f2ce37-6982-4351-836a-20c1591e5e1a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f2ce37-6982-4351-836a-20c1591e5e1a .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-96f2ce37-6982-4351-836a-20c1591e5e1a .shogun-heading-component h5 a {
  color: ;
}


#s-6f410840-ed3d-4e87-8891-95990d4e6efd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b45526b9-d8f8-40f0-a195-ab9777bb96d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b45526b9-d8f8-40f0-a195-ab9777bb96d0 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b45526b9-d8f8-40f0-a195-ab9777bb96d0 .shogun-heading-component h5 a {
  color: ;
}


#s-b3b857e8-f2db-4071-9965-36b57a17d42b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4db94442-807e-488d-8707-47771f33f59a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4db94442-807e-488d-8707-47771f33f59a .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4db94442-807e-488d-8707-47771f33f59a .shogun-heading-component h5 a {
  color: ;
}


#s-f2313879-623b-4879-a919-a7873d3a3f21 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-07ea3578-c09a-4bcc-afe7-d8aa23edd474 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07ea3578-c09a-4bcc-afe7-d8aa23edd474 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-07ea3578-c09a-4bcc-afe7-d8aa23edd474 .shogun-heading-component h5 a {
  color: ;
}


#s-82140716-5cd9-4ede-aea0-2ceebcad9574 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cc624435-512b-47ae-b06b-ba84d65fcd63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc624435-512b-47ae-b06b-ba84d65fcd63 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cc624435-512b-47ae-b06b-ba84d65fcd63 .shogun-heading-component h5 a {
  color: ;
}


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 3px;
background-color: rgba(229, 229, 229, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 37, 37, 1) !important;}#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}
#s-09683db8-ab26-4957-9d77-e33230317d08 {
  margin-left: auto;
margin-right: auto;
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-06d25785-3093-457d-b31e-dadf0329dd87 {
  margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-06d25785-3093-457d-b31e-dadf0329dd87 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e6d4fb42-804f-4dd6-9031-43d81e0de318 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 {
  margin-left: auto;
margin-right: auto;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c381306f-a453-4936-9fae-075e101e4cdf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fee17d25-46ca-4472-aebe-99610757f518 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fee17d25-46ca-4472-aebe-99610757f518 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fee17d25-46ca-4472-aebe-99610757f518 .shogun-heading-component h5 a {
  color: ;
}


#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa {
  margin-left: auto;
margin-right: auto;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4c8d7789-ffb7-473b-bccc-d322c6026547 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4aa8c08c-5e17-4c3e-904e-c3f0fc02b90f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4aa8c08c-5e17-4c3e-904e-c3f0fc02b90f .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4aa8c08c-5e17-4c3e-904e-c3f0fc02b90f .shogun-heading-component h5 a {
  color: ;
}


#s-874ad218-c466-4649-961d-3dd2ebd364dc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8f4d0865-fb99-4dc1-ac97-56bdcace5e16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f4d0865-fb99-4dc1-ac97-56bdcace5e16 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8f4d0865-fb99-4dc1-ac97-56bdcace5e16 .shogun-heading-component h5 a {
  color: ;
}


#s-140c0372-140c-4cf5-a85a-e600c0271cbc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3c2522b6-36af-41d4-8046-7af0dcb8085b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c2522b6-36af-41d4-8046-7af0dcb8085b .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3c2522b6-36af-41d4-8046-7af0dcb8085b .shogun-heading-component h5 a {
  color: ;
}


#s-1386436f-4786-40e6-b36f-7304c4387d61 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-29e7079f-8af9-46a4-9887-a1788275e774 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29e7079f-8af9-46a4-9887-a1788275e774 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-29e7079f-8af9-46a4-9887-a1788275e774 .shogun-heading-component h5 a {
  color: ;
}


#s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9defdaad-64d8-4517-a27c-e67582d3f183 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9defdaad-64d8-4517-a27c-e67582d3f183 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9defdaad-64d8-4517-a27c-e67582d3f183 .shogun-heading-component h5 a {
  color: ;
}


#s-66572f33-5643-4aa1-8a8c-b4e194dc04d8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b32140b1-91ea-4339-926e-4fd8a8cd3917 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b32140b1-91ea-4339-926e-4fd8a8cd3917 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b32140b1-91ea-4339-926e-4fd8a8cd3917 .shogun-heading-component h5 a {
  color: ;
}


#s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-353a021b-853f-4f00-ad9e-3c16e73fb1ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-353a021b-853f-4f00-ad9e-3c16e73fb1ce .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-353a021b-853f-4f00-ad9e-3c16e73fb1ce .shogun-heading-component h5 a {
  color: ;
}


#s-ad490d08-27ac-462f-976a-3b3739635c47 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-63de1350-6efb-4829-b853-d8fbafa8fcd9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63de1350-6efb-4829-b853-d8fbafa8fcd9 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-63de1350-6efb-4829-b853-d8fbafa8fcd9 .shogun-heading-component h5 a {
  color: ;
}


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 3px;
background-color: rgba(229, 229, 229, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 37, 37, 1) !important;}#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-f8af58c3-0a8f-47e4-99d7-70e92ab76296 {
  margin-left: auto;
margin-right: auto;
}

#s-f8af58c3-0a8f-47e4-99d7-70e92ab76296 hr {
  border-top: 1px solid #ddd;
}

#s-aa79c87d-54ab-49da-bd26-cbd23c59dada {
  margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-aa79c87d-54ab-49da-bd26-cbd23c59dada .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4487430b-471a-40d6-a8fe-3ccba5c13b7d {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-fe9b757f-98bd-45a4-af27-369769438950 {
  margin-left: auto;
margin-right: auto;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 229, 229, 1);
  padding: 10px;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 {
  margin-left: auto;
margin-right: auto;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f57190fc-4efb-43f8-afe5-16fa27822ee2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f4953798-dc08-4510-b940-ad676006a38c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4953798-dc08-4510-b940-ad676006a38c .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f4953798-dc08-4510-b940-ad676006a38c .shogun-heading-component h5 a {
  color: ;
}


#s-f63db63a-a351-436a-b29b-436c91aa648a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c23958b-554a-49fa-ad2c-a0d4927b871b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c23958b-554a-49fa-ad2c-a0d4927b871b .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4c23958b-554a-49fa-ad2c-a0d4927b871b .shogun-heading-component h5 a {
  color: ;
}


#s-7990a58e-8860-41ce-806e-b6f69cf401c0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c7356959-1d6e-4bb6-9c60-c4134b584ad3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7356959-1d6e-4bb6-9c60-c4134b584ad3 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c7356959-1d6e-4bb6-9c60-c4134b584ad3 .shogun-heading-component h5 a {
  color: ;
}


#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
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: rgba(30, 35, 41, 1);
border-style: none;
min-height: 50px;
background-position: center center;
}

#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/480x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/960x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/768x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/1536x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/1024x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/2048x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/1200x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d814629a-5b1b-4a62-98ca-9009d389d35c {
  background-image: url(https://i.shgcdn.com/5f371b43-4a7a-46a3-b0f0-5feee6596e60/-/resize/2048x/);
}
#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d814629a-5b1b-4a62-98ca-9009d389d35c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-d814629a-5b1b-4a62-98ca-9009d389d35c.shg-box.shg-c {
  justify-content: center;
}

#s-2bc86078-21b0-4d34-9cbb-86741a6bb984 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 0.95);
}








#s-2bc86078-21b0-4d34-9cbb-86741a6bb984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bc86078-21b0-4d34-9cbb-86741a6bb984.shg-box.shg-c {
  justify-content: center;
}

#s-116e1318-693d-40bd-bc54-f74dd072e7e5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-116e1318-693d-40bd-bc54-f74dd072e7e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-116e1318-693d-40bd-bc54-f74dd072e7e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-116e1318-693d-40bd-bc54-f74dd072e7e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-116e1318-693d-40bd-bc54-f74dd072e7e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-116e1318-693d-40bd-bc54-f74dd072e7e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-116e1318-693d-40bd-bc54-f74dd072e7e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-116e1318-693d-40bd-bc54-f74dd072e7e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-606a25ea-fb8b-41c5-880b-f46139454ac7 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-606a25ea-fb8b-41c5-880b-f46139454ac7 .shogun-heading-component h1 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-72d06097-3d2f-4868-b378-d870081bfec7 {
  margin-left: auto;
margin-right: auto;
}

#s-72d06097-3d2f-4868-b378-d870081bfec7 .shg-proportional-font-size,
#s-72d06097-3d2f-4868-b378-d870081bfec7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
text-align: center;
opacity: 0.9;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc img.shogun-image {
  width: 100%;
  
  
  max-width: 480px;

      
    max-width: 480px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc img.shogun-image {
  width: 100%;
  
  
  max-width: 480px;

      
    max-width: 480px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc img.shogun-image {
  width: 100%;
  
  
  max-width: 480px;

      
    max-width: 480px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc img.shogun-image {
  width: 100%;
  
  
  max-width: 480px;

      
    max-width: 480px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc img.shogun-image {
  width: 100%;
  
  
  max-width: 480px;

      
    max-width: 480px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3a911e-40e7-4bc9-81c9-70875bfae4bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c992970-1da5-49cf-80fa-14737bf7b204 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-6c992970-1da5-49cf-80fa-14737bf7b204 {
  background-image: url();
}








#s-6c992970-1da5-49cf-80fa-14737bf7b204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c992970-1da5-49cf-80fa-14737bf7b204.shg-box.shg-c {
  justify-content: center;
}

#s-2e8381c5-85b4-41b1-8fdf-fb51a9f57bb2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e8381c5-85b4-41b1-8fdf-fb51a9f57bb2 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-2e8381c5-85b4-41b1-8fdf-fb51a9f57bb2 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-2e8381c5-85b4-41b1-8fdf-fb51a9f57bb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e8381c5-85b4-41b1-8fdf-fb51a9f57bb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e8381c5-85b4-41b1-8fdf-fb51a9f57bb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e8381c5-85b4-41b1-8fdf-fb51a9f57bb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0fa79102-3525-4117-91f9-c5b24496463a {
  margin-left: auto;
margin-right: auto;
max-width: 2681px;
text-align: center;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa79102-3525-4117-91f9-c5b24496463a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a img.shogun-image {
  width: 100%;
  
  
  max-width: 2681px;

      
    max-width: 2681px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fa79102-3525-4117-91f9-c5b24496463a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0fa79102-3525-4117-91f9-c5b24496463a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa79102-3525-4117-91f9-c5b24496463a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a img.shogun-image {
  width: 100%;
  
  
  max-width: 2681px;

      
    max-width: 2681px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fa79102-3525-4117-91f9-c5b24496463a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0fa79102-3525-4117-91f9-c5b24496463a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa79102-3525-4117-91f9-c5b24496463a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a img.shogun-image {
  width: 100%;
  
  
  max-width: 2681px;

      
    max-width: 2681px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fa79102-3525-4117-91f9-c5b24496463a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0fa79102-3525-4117-91f9-c5b24496463a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa79102-3525-4117-91f9-c5b24496463a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a img.shogun-image {
  width: 100%;
  
  
  max-width: 2681px;

      
    max-width: 2681px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fa79102-3525-4117-91f9-c5b24496463a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0fa79102-3525-4117-91f9-c5b24496463a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa79102-3525-4117-91f9-c5b24496463a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0fa79102-3525-4117-91f9-c5b24496463a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a img.shogun-image {
  width: 100%;
  
  
  max-width: 2681px;

      
    max-width: 2681px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0fa79102-3525-4117-91f9-c5b24496463a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa79102-3525-4117-91f9-c5b24496463a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  margin-left: auto;
margin-right: auto;
max-width: 2445px;
text-align: center;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c img.shogun-image {
  width: 100%;
  
  
  max-width: 2445px;

      
    max-width: 2445px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c img.shogun-image {
  width: 100%;
  
  
  max-width: 2445px;

      
    max-width: 2445px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c img.shogun-image {
  width: 100%;
  
  
  max-width: 2445px;

      
    max-width: 2445px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c img.shogun-image {
  width: 100%;
  
  
  max-width: 2445px;

      
    max-width: 2445px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c img.shogun-image {
  width: 100%;
  
  
  max-width: 2445px;

      
    max-width: 2445px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c43f0ed3-1fc7-4f8a-bae4-0d844835483c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-98553b37-a259-4d95-8f3b-4fe56f5cf708 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-98553b37-a259-4d95-8f3b-4fe56f5cf708"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-98553b37-a259-4d95-8f3b-4fe56f5cf708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-98553b37-a259-4d95-8f3b-4fe56f5cf708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-98553b37-a259-4d95-8f3b-4fe56f5cf708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-42175b11-129d-4edc-b2c0-8faa887b8ab9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-42175b11-129d-4edc-b2c0-8faa887b8ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42175b11-129d-4edc-b2c0-8faa887b8ab9.shg-box.shg-c {
  justify-content: center;
}

#s-d6e1fb5b-0409-47ea-adac-106abe1d8ce0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d6e1fb5b-0409-47ea-adac-106abe1d8ce0 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f4abc8d2-61a7-448f-99c8-04879d87a587 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f4abc8d2-61a7-448f-99c8-04879d87a587 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cac86bc1-873e-404e-835b-ad3ac9ecf3ef {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-cac86bc1-873e-404e-835b-ad3ac9ecf3ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cac86bc1-873e-404e-835b-ad3ac9ecf3ef.shg-box.shg-c {
  justify-content: center;
}

#s-b9423486-bd81-425a-9cc5-646d76ac40bb {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-b9423486-bd81-425a-9cc5-646d76ac40bb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2baad72a-5fbc-4e8d-a967-1c687bc4bee1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-2baad72a-5fbc-4e8d-a967-1c687bc4bee1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f0011693-c1ce-4c60-ae56-b97cc977f3d5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-f0011693-c1ce-4c60-ae56-b97cc977f3d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0011693-c1ce-4c60-ae56-b97cc977f3d5.shg-box.shg-c {
  justify-content: center;
}

#s-07004c1d-35aa-47ab-90b1-679062a5fd3e {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-07004c1d-35aa-47ab-90b1-679062a5fd3e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6e254fbe-1bd2-46ee-ac0b-1a8d1bfe1c1e {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6e254fbe-1bd2-46ee-ac0b-1a8d1bfe1c1e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7442d339-e360-49c4-b1ed-9f3cc5617824 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-7442d339-e360-49c4-b1ed-9f3cc5617824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7442d339-e360-49c4-b1ed-9f3cc5617824.shg-box.shg-c {
  justify-content: center;
}

#s-20c2b756-acf2-4d23-af81-e1d8094d3e43 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-20c2b756-acf2-4d23-af81-e1d8094d3e43 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a002aa73-3d68-4bdd-9953-7b28982dd530 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-a002aa73-3d68-4bdd-9953-7b28982dd530 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9abb9c5b-8650-4405-9d91-617383c2a87a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-9abb9c5b-8650-4405-9d91-617383c2a87a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-9abb9c5b-8650-4405-9d91-617383c2a87a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-9abb9c5b-8650-4405-9d91-617383c2a87a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-9abb9c5b-8650-4405-9d91-617383c2a87a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-fbaa50ce-f3d4-4246-a8e9-276f70be6c1b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-fbaa50ce-f3d4-4246-a8e9-276f70be6c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbaa50ce-f3d4-4246-a8e9-276f70be6c1b.shg-box.shg-c {
  justify-content: center;
}

#s-81f333f2-ffa8-4e7c-aa76-4511ba8da917 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-81f333f2-ffa8-4e7c-aa76-4511ba8da917 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7c24dffe-b596-4846-a20c-b80130a97890 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-7c24dffe-b596-4846-a20c-b80130a97890 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-338d4c44-9ac9-4343-bd77-1eaed01f0007 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-338d4c44-9ac9-4343-bd77-1eaed01f0007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-338d4c44-9ac9-4343-bd77-1eaed01f0007.shg-box.shg-c {
  justify-content: center;
}

#s-c64392e7-a6ff-4b64-b8c4-0301b1a8795d {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-c64392e7-a6ff-4b64-b8c4-0301b1a8795d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4d0f31ec-53a1-4fb8-8bf6-b17018b0b165 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-4d0f31ec-53a1-4fb8-8bf6-b17018b0b165 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6349bfb5-75ac-422f-be74-16122b964b18 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-6349bfb5-75ac-422f-be74-16122b964b18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6349bfb5-75ac-422f-be74-16122b964b18.shg-box.shg-c {
  justify-content: center;
}

#s-1f89b976-8d19-4823-a20e-311b644b43ba {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-1f89b976-8d19-4823-a20e-311b644b43ba .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e1547e5e-969d-4a54-b0c3-483d28a24e83 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e1547e5e-969d-4a54-b0c3-483d28a24e83 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1a956afc-5bcc-4865-981d-fdd562959d6d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-1a956afc-5bcc-4865-981d-fdd562959d6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a956afc-5bcc-4865-981d-fdd562959d6d.shg-box.shg-c {
  justify-content: center;
}

#s-40683e9f-0ed9-4266-801e-52a5aab7cad2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-40683e9f-0ed9-4266-801e-52a5aab7cad2 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bf80c421-8789-49d8-aa0e-3287d1b7853b {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-bf80c421-8789-49d8-aa0e-3287d1b7853b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7bdd73ca-705e-466d-b930-9a5e88c9a914 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7bdd73ca-705e-466d-b930-9a5e88c9a914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bdd73ca-705e-466d-b930-9a5e88c9a914.shg-box.shg-c {
  justify-content: center;
}

#s-35a1672d-d8ec-41b5-b136-c8438a0d3316 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35a1672d-d8ec-41b5-b136-c8438a0d3316 .shogun-heading-component h1 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c4047eef-03fd-4482-ba75-97d3c61f5a40 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-c4047eef-03fd-4482-ba75-97d3c61f5a40 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4047eef-03fd-4482-ba75-97d3c61f5a40 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4047eef-03fd-4482-ba75-97d3c61f5a40 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-c4047eef-03fd-4482-ba75-97d3c61f5a40 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-c4047eef-03fd-4482-ba75-97d3c61f5a40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4047eef-03fd-4482-ba75-97d3c61f5a40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c4047eef-03fd-4482-ba75-97d3c61f5a40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4047eef-03fd-4482-ba75-97d3c61f5a40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-735bbc58-f6b3-4fa1-9364-a355f4c14dfe {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-735bbc58-f6b3-4fa1-9364-a355f4c14dfe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-735bbc58-f6b3-4fa1-9364-a355f4c14dfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-735bbc58-f6b3-4fa1-9364-a355f4c14dfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-735bbc58-f6b3-4fa1-9364-a355f4c14dfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ce0cfb9f-985d-47c0-b766-c90981b83918 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-ce0cfb9f-985d-47c0-b766-c90981b83918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce0cfb9f-985d-47c0-b766-c90981b83918.shg-box.shg-c {
  justify-content: center;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac3e47c3-36d8-4ddb-8ee3-f607b4f98a5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-312c97e1-e8d6-4136-8693-a1bee975f647 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-312c97e1-e8d6-4136-8693-a1bee975f647 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-739ab94a-d97d-4b8d-b57d-0c11c1a9b16a {
  margin-left: 1%;
margin-right: 1%;
}

#s-739ab94a-d97d-4b8d-b57d-0c11c1a9b16a .shg-proportional-font-size,
#s-739ab94a-d97d-4b8d-b57d-0c11c1a9b16a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2d4e85be-6b0f-4fd4-9318-712d9679eb41 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-2d4e85be-6b0f-4fd4-9318-712d9679eb41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d4e85be-6b0f-4fd4-9318-712d9679eb41.shg-box.shg-c {
  justify-content: center;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f8cd4e-d023-4cf9-a4d1-91ecae0fa09b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b7ece50d-73a5-4bd3-9d04-a01b83fe0050 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7ece50d-73a5-4bd3-9d04-a01b83fe0050 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ab016ced-a52a-4120-a138-243622d416a7 {
  margin-left: 1%;
margin-right: 1%;
}

#s-ab016ced-a52a-4120-a138-243622d416a7 .shg-proportional-font-size,
#s-ab016ced-a52a-4120-a138-243622d416a7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-26807a9e-770e-45d0-8261-bc9e2245d34b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-26807a9e-770e-45d0-8261-bc9e2245d34b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-26807a9e-770e-45d0-8261-bc9e2245d34b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-26807a9e-770e-45d0-8261-bc9e2245d34b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-26807a9e-770e-45d0-8261-bc9e2245d34b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8f75f3b6-6a34-4376-9000-3e01eac0f123 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-8f75f3b6-6a34-4376-9000-3e01eac0f123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f75f3b6-6a34-4376-9000-3e01eac0f123.shg-box.shg-c {
  justify-content: center;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e967c272-80d9-4511-b2d9-db7b0df19a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e967c272-80d9-4511-b2d9-db7b0df19a55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e967c272-80d9-4511-b2d9-db7b0df19a55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-16de6d4c-3bba-4789-a2d2-472c1178308a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16de6d4c-3bba-4789-a2d2-472c1178308a .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-efa01cc1-faf8-409c-961c-91fa7c143c7b {
  margin-left: 1%;
margin-right: 1%;
}

#s-efa01cc1-faf8-409c-961c-91fa7c143c7b .shg-proportional-font-size,
#s-efa01cc1-faf8-409c-961c-91fa7c143c7b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00b76e0f-bc09-4100-b146-8bf8c7211971 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-00b76e0f-bc09-4100-b146-8bf8c7211971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00b76e0f-bc09-4100-b146-8bf8c7211971.shg-box.shg-c {
  justify-content: center;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01baebde-f193-4d4a-8a26-7d102915de69 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-01baebde-f193-4d4a-8a26-7d102915de69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01baebde-f193-4d4a-8a26-7d102915de69 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-01baebde-f193-4d4a-8a26-7d102915de69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01baebde-f193-4d4a-8a26-7d102915de69 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-01baebde-f193-4d4a-8a26-7d102915de69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01baebde-f193-4d4a-8a26-7d102915de69 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-01baebde-f193-4d4a-8a26-7d102915de69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01baebde-f193-4d4a-8a26-7d102915de69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01baebde-f193-4d4a-8a26-7d102915de69 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01baebde-f193-4d4a-8a26-7d102915de69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1118d5e0-a345-4f12-95b2-b41e86e24006 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1118d5e0-a345-4f12-95b2-b41e86e24006 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-0b4fe2a0-a6a6-407c-b69b-d0b163c9eb73 {
  margin-left: 1%;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}

#s-0b4fe2a0-a6a6-407c-b69b-d0b163c9eb73 .shg-proportional-font-size,
#s-0b4fe2a0-a6a6-407c-b69b-d0b163c9eb73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5ea7fc78-878b-41b5-9857-3b833a3e9a6e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5ea7fc78-878b-41b5-9857-3b833a3e9a6e {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-5ea7fc78-878b-41b5-9857-3b833a3e9a6e {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-5ea7fc78-878b-41b5-9857-3b833a3e9a6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ea7fc78-878b-41b5-9857-3b833a3e9a6e.shg-box.shg-c {
  justify-content: center;
}

#s-0a8ad3df-1cdc-46ad-b166-ac8f54c90354 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a8ad3df-1cdc-46ad-b166-ac8f54c90354 .shogun-heading-component h1 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c90d8317-0d27-45f3-b861-32acd849d5f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c90d8317-0d27-45f3-b861-32acd849d5f1 .shogun-heading-component h4 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a551503a-5327-4e2a-a198-aec920c2b629 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a551503a-5327-4e2a-a198-aec920c2b629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a551503a-5327-4e2a-a198-aec920c2b629.shg-box.shg-c {
  justify-content: center;
}

#s-549157dc-d9f8-4bd2-875d-fe4a413d5d86 {
  margin-left: auto;
margin-right: auto;
}

#s-549157dc-d9f8-4bd2-875d-fe4a413d5d86 .shg-proportional-font-size,
#s-549157dc-d9f8-4bd2-875d-fe4a413d5d86 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b7636326-3522-485b-9cb5-3081a58f1f12 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7636326-3522-485b-9cb5-3081a58f1f12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7636326-3522-485b-9cb5-3081a58f1f12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b7636326-3522-485b-9cb5-3081a58f1f12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7636326-3522-485b-9cb5-3081a58f1f12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-b7636326-3522-485b-9cb5-3081a58f1f12"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4b0a50-393c-4e7c-9d3a-13dcf6c07051.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-497782e8-f594-427c-894e-ba0bda45cc37 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-497782e8-f594-427c-894e-ba0bda45cc37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-497782e8-f594-427c-894e-ba0bda45cc37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-497782e8-f594-427c-894e-ba0bda45cc37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-497782e8-f594-427c-894e-ba0bda45cc37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-497782e8-f594-427c-894e-ba0bda45cc37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-497782e8-f594-427c-894e-ba0bda45cc37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-497782e8-f594-427c-894e-ba0bda45cc37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-497782e8-f594-427c-894e-ba0bda45cc37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-497782e8-f594-427c-894e-ba0bda45cc37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-497782e8-f594-427c-894e-ba0bda45cc37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-497782e8-f594-427c-894e-ba0bda45cc37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b18a12b7-834c-4b60-85e9-1a0f8ba4d235 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b18a12b7-834c-4b60-85e9-1a0f8ba4d235 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-b18a12b7-834c-4b60-85e9-1a0f8ba4d235 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-b18a12b7-834c-4b60-85e9-1a0f8ba4d235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b18a12b7-834c-4b60-85e9-1a0f8ba4d235.shg-box.shg-c {
  justify-content: center;
}

#s-8db6b3fa-356c-42e4-ba9f-28d2ec5b8150 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8db6b3fa-356c-42e4-ba9f-28d2ec5b8150 .shogun-heading-component h1 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-94898de8-9d1f-4dbc-a177-dbfa71d365d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94898de8-9d1f-4dbc-a177-dbfa71d365d8 .shogun-heading-component h4 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-afbad744-b267-4758-ab38-b80d2e2fad9d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-afbad744-b267-4758-ab38-b80d2e2fad9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afbad744-b267-4758-ab38-b80d2e2fad9d.shg-box.shg-c {
  justify-content: center;
}

#s-ed96d6fe-b8de-4553-b6db-a73c45323a27 {
  margin-left: auto;
margin-right: auto;
}

#s-ed96d6fe-b8de-4553-b6db-a73c45323a27 .shg-proportional-font-size,
#s-ed96d6fe-b8de-4553-b6db-a73c45323a27 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-30f9fdca-fa40-4508-a1a6-294923325826 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-30f9fdca-fa40-4508-a1a6-294923325826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30f9fdca-fa40-4508-a1a6-294923325826"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-30f9fdca-fa40-4508-a1a6-294923325826"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-30f9fdca-fa40-4508-a1a6-294923325826"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4f7d8308-33b9-4364-8b10-3dc9fee28973 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4f7d8308-33b9-4364-8b10-3dc9fee28973"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4f7d8308-33b9-4364-8b10-3dc9fee28973"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4f7d8308-33b9-4364-8b10-3dc9fee28973"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f7d8308-33b9-4364-8b10-3dc9fee28973"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-490b5ac3-e776-449b-80e7-32580276dce6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-490b5ac3-e776-449b-80e7-32580276dce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-490b5ac3-e776-449b-80e7-32580276dce6.shg-box.shg-c {
  justify-content: center;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1d47e157-093a-4218-ac0e-7958868766d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1d47e157-093a-4218-ac0e-7958868766d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1d47e157-093a-4218-ac0e-7958868766d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1d47e157-093a-4218-ac0e-7958868766d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1d47e157-093a-4218-ac0e-7958868766d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1d47e157-093a-4218-ac0e-7958868766d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1d47e157-093a-4218-ac0e-7958868766d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1d47e157-093a-4218-ac0e-7958868766d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1d47e157-093a-4218-ac0e-7958868766d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1d47e157-093a-4218-ac0e-7958868766d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d47e157-093a-4218-ac0e-7958868766d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4fdf95dc-8efd-40db-b066-6e3c10f4d6d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fdf95dc-8efd-40db-b066-6e3c10f4d6d3 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5012081a-f144-40fc-907e-44ab45b709ce {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-5012081a-f144-40fc-907e-44ab45b709ce {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-5012081a-f144-40fc-907e-44ab45b709ce .shg-proportional-font-size,
#s-5012081a-f144-40fc-907e-44ab45b709ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5768125b-3d64-4c57-a1d4-7a231e627f8a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-5768125b-3d64-4c57-a1d4-7a231e627f8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5768125b-3d64-4c57-a1d4-7a231e627f8a.shg-box.shg-c {
  justify-content: center;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9f42697-2976-44fd-a84b-fdd122078ace .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9f42697-2976-44fd-a84b-fdd122078ace {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9f42697-2976-44fd-a84b-fdd122078ace .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9f42697-2976-44fd-a84b-fdd122078ace {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9f42697-2976-44fd-a84b-fdd122078ace .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9f42697-2976-44fd-a84b-fdd122078ace {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9f42697-2976-44fd-a84b-fdd122078ace .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9f42697-2976-44fd-a84b-fdd122078ace {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9f42697-2976-44fd-a84b-fdd122078ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9f42697-2976-44fd-a84b-fdd122078ace .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f42697-2976-44fd-a84b-fdd122078ace.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e456ae75-b8c2-4061-827e-54262ed40d6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e456ae75-b8c2-4061-827e-54262ed40d6d .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9d76d4cf-7238-4439-a720-df682af1312e {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-9d76d4cf-7238-4439-a720-df682af1312e {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-9d76d4cf-7238-4439-a720-df682af1312e .shg-proportional-font-size,
#s-9d76d4cf-7238-4439-a720-df682af1312e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-38a4fe6b-860e-4d78-9431-203556a016d7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-38a4fe6b-860e-4d78-9431-203556a016d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-38a4fe6b-860e-4d78-9431-203556a016d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-38a4fe6b-860e-4d78-9431-203556a016d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-38a4fe6b-860e-4d78-9431-203556a016d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e428a80c-1714-4870-a2f0-a58583e3a0ce {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-e428a80c-1714-4870-a2f0-a58583e3a0ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e428a80c-1714-4870-a2f0-a58583e3a0ce.shg-box.shg-c {
  justify-content: center;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9e5ef66-8a15-4768-bfec-80ca0937cac1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8a7037d1-f3e3-45bc-b7ae-fd8a56b336bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a7037d1-f3e3-45bc-b7ae-fd8a56b336bd .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-adc0f579-e72f-477b-818f-6205d2dc4b93 {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-adc0f579-e72f-477b-818f-6205d2dc4b93 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-adc0f579-e72f-477b-818f-6205d2dc4b93 .shg-proportional-font-size,
#s-adc0f579-e72f-477b-818f-6205d2dc4b93 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-749a4d10-c241-4765-a372-e41ec6ce5ef7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-749a4d10-c241-4765-a372-e41ec6ce5ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-749a4d10-c241-4765-a372-e41ec6ce5ef7.shg-box.shg-c {
  justify-content: center;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1deb4e39-3827-4b5f-b218-ba59f96664d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1deb4e39-3827-4b5f-b218-ba59f96664d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1deb4e39-3827-4b5f-b218-ba59f96664d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3fbc68bc-b180-4d6f-ba05-e834a0c45c02 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fbc68bc-b180-4d6f-ba05-e834a0c45c02 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-35f345ec-4fba-4b61-b9c9-af1a96e55d5b {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-35f345ec-4fba-4b61-b9c9-af1a96e55d5b {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-35f345ec-4fba-4b61-b9c9-af1a96e55d5b .shg-proportional-font-size,
#s-35f345ec-4fba-4b61-b9c9-af1a96e55d5b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bce71693-dc9e-4537-a27a-eb0594ae9f51 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bce71693-dc9e-4537-a27a-eb0594ae9f51 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-bce71693-dc9e-4537-a27a-eb0594ae9f51 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-bce71693-dc9e-4537-a27a-eb0594ae9f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bce71693-dc9e-4537-a27a-eb0594ae9f51.shg-box.shg-c {
  justify-content: center;
}

#s-f692b37f-d391-412c-845c-385c0cefee70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f692b37f-d391-412c-845c-385c0cefee70 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-abd60d49-f455-47eb-aba6-2e5d9a739081 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-abd60d49-f455-47eb-aba6-2e5d9a739081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abd60d49-f455-47eb-aba6-2e5d9a739081.shg-box.shg-c {
  justify-content: center;
}

#s-ccfcbca8-c3eb-4fb6-9426-a73f10ddd38a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ccfcbca8-c3eb-4fb6-9426-a73f10ddd38a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ccfcbca8-c3eb-4fb6-9426-a73f10ddd38a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ccfcbca8-c3eb-4fb6-9426-a73f10ddd38a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccfcbca8-c3eb-4fb6-9426-a73f10ddd38a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-452042ab-028e-4872-b461-f0282e7be281 {
  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-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 {
  max-width:  100%;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 {
  max-width:  100%;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 {
  max-width:  100%;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 {
  max-width:  100%;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 {
  max-width:  100%;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 .shg-image-zoom,
.shg-c#s-ff2cd9b4-e022-4e08-ba6f-be9f2f90cdb2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4c3bd686-93a7-40a6-811d-6ea5836c75de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c3bd686-93a7-40a6-811d-6ea5836c75de .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-7183d168-d4e8-4475-a79b-82eb91220d6c {
  margin-left: auto;
margin-right: auto;
}

#s-49391b3d-f56c-45e9-8a37-18415796a0ba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba {
  max-width:  100%;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba {
  max-width:  100%;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba {
  max-width:  100%;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba {
  max-width:  100%;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba {
  max-width:  100%;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba .shg-image-zoom,
.shg-c#s-49391b3d-f56c-45e9-8a37-18415796a0ba img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e96ad90-d9db-4453-9b19-89b5cafa2b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e96ad90-d9db-4453-9b19-89b5cafa2b63 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b8eb7b5d-1c20-4ef0-9c2b-69205c123d90 {
  margin-left: auto;
margin-right: auto;
}

#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 {
  max-width:  100%;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 {
  max-width:  100%;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 {
  max-width:  100%;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 {
  max-width:  100%;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 {
  max-width:  100%;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 .shg-image-zoom,
.shg-c#s-ac3e6947-f43b-4806-a4c8-7f14bdae8662 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7aaf522c-2faa-4fd1-bb07-8a3707bf6109 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7aaf522c-2faa-4fd1-bb07-8a3707bf6109 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4fa87587-a147-4743-94d0-af44fa580114 {
  margin-left: auto;
margin-right: auto;
}

#s-7d492fd1-6880-4e58-861b-5c08f06bac42 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 {
  max-width:  100%;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 {
  max-width:  100%;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 {
  max-width:  100%;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 {
  max-width:  100%;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 {
  max-width:  100%;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 .shg-image-zoom,
.shg-c#s-7d492fd1-6880-4e58-861b-5c08f06bac42 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-66ab6134-2ff2-441c-9f45-4d49173a162f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66ab6134-2ff2-441c-9f45-4d49173a162f .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c3b630fa-1110-43e2-b77a-c0d061e9e6ce {
  margin-left: auto;
margin-right: auto;
}

#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 {
  max-width:  100%;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 {
  max-width:  100%;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 {
  max-width:  100%;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 {
  max-width:  100%;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 {
  max-width:  100%;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 .shg-image-zoom,
.shg-c#s-a4db8f9a-4dda-43c6-842b-6624aa437e29 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4aff48f8-5e0c-48bc-8aa5-9bb69fac0e18 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4aff48f8-5e0c-48bc-8aa5-9bb69fac0e18 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c208a309-6ffb-4fb2-b99f-54540463499f {
  margin-left: auto;
margin-right: auto;
}

#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed {
  max-width:  100%;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed {
  max-width:  100%;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed {
  max-width:  100%;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed {
  max-width:  100%;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed {
  max-width:  100%;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed .shg-image-zoom,
.shg-c#s-9d8e6279-0020-4bbe-b694-2abb89fd23ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83aea428-3186-4f64-ac67-5fc450857605 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83aea428-3186-4f64-ac67-5fc450857605 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5625fef9-3282-459a-9333-694588d32664 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5625fef9-3282-459a-9333-694588d32664"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5625fef9-3282-459a-9333-694588d32664"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5625fef9-3282-459a-9333-694588d32664"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5625fef9-3282-459a-9333-694588d32664"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-720663ee-bd75-4e9c-bed2-5395d5e1084e {
  margin-left: auto;
margin-right: auto;
}

#s-624773c6-3613-48fe-91d9-1b46e58610ce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce {
  max-width:  100%;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce {
  max-width:  100%;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce {
  max-width:  100%;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce {
  max-width:  100%;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce {
  max-width:  100%;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce .shg-image-zoom,
.shg-c#s-624773c6-3613-48fe-91d9-1b46e58610ce img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-221b5b44-799c-4d93-bf6f-ba2a808379ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-221b5b44-799c-4d93-bf6f-ba2a808379ab .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d9aad444-1281-4d74-8564-89c0d4fa0541 {
  margin-left: auto;
margin-right: auto;
}

#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f {
  max-width:  100%;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f {
  max-width:  100%;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f {
  max-width:  100%;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f {
  max-width:  100%;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f {
  max-width:  100%;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f .shg-image-zoom,
.shg-c#s-c3aacddf-84ba-4d31-9181-32e8dd1bf05f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0acca3de-d323-48f1-88d4-a737d267abdb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0acca3de-d323-48f1-88d4-a737d267abdb .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3c67a795-b46d-4b3d-acc5-f3f2d6b52552 {
  margin-left: auto;
margin-right: auto;
}

#s-825bb5b6-b0d4-4953-a7e5-169add9a151c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c {
  max-width:  100%;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c {
  max-width:  100%;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c {
  max-width:  100%;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c {
  max-width:  100%;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c {
  max-width:  100%;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c .shg-image-zoom,
.shg-c#s-825bb5b6-b0d4-4953-a7e5-169add9a151c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-35b59502-56cc-4790-b561-2ca0b8ea5bb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b59502-56cc-4790-b561-2ca0b8ea5bb2 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fe8b46ec-6af9-4fa6-89c6-bb336f16a146 {
  margin-left: auto;
margin-right: auto;
}

#s-47631d05-21d5-4c0d-8563-33821df00f1a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a {
  max-width:  100%;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a {
  max-width:  100%;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a {
  max-width:  100%;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a {
  max-width:  100%;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a {
  max-width:  100%;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a .shg-image-zoom,
.shg-c#s-47631d05-21d5-4c0d-8563-33821df00f1a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c6dc9419-7828-4332-a486-d3e99b3fc40a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6dc9419-7828-4332-a486-d3e99b3fc40a .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d8c742ad-db61-4954-b32e-180b1eee9bfb {
  margin-left: auto;
margin-right: auto;
}

#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a {
  max-width:  100%;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a {
  max-width:  100%;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a {
  max-width:  100%;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a {
  max-width:  100%;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a {
  max-width:  100%;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a .shg-image-zoom,
.shg-c#s-2f8ff77d-4d07-45e0-a1cc-00f5cbd8119a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f38f57c4-e2de-4355-912f-983e60123d21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f38f57c4-e2de-4355-912f-983e60123d21 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d6086d93-84a3-425e-8f52-795bf44715d3 {
  margin-left: auto;
margin-right: auto;
}

#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 {
  max-width:  100%;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 {
  max-width:  100%;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 {
  max-width:  100%;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 {
  max-width:  100%;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 {
  max-width:  100%;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 .shg-image-zoom,
.shg-c#s-7adbdbf5-1085-4847-9bad-f756dc68efb4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-658971d5-0274-4dd0-a845-f08d8d4344e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-658971d5-0274-4dd0-a845-f08d8d4344e2 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e29cb852-85fe-49f5-bd45-ff19233e2ecb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e29cb852-85fe-49f5-bd45-ff19233e2ecb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e29cb852-85fe-49f5-bd45-ff19233e2ecb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e29cb852-85fe-49f5-bd45-ff19233e2ecb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e29cb852-85fe-49f5-bd45-ff19233e2ecb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a992fcee-c735-4393-9538-51ca029b6be6 {
  margin-left: auto;
margin-right: auto;
}

#s-43c79146-69de-4993-a8ef-d91a42496a0e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e {
  max-width:  100%;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e {
  max-width:  100%;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e {
  max-width:  100%;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e {
  max-width:  100%;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e {
  max-width:  100%;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e .shg-image-zoom,
.shg-c#s-43c79146-69de-4993-a8ef-d91a42496a0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d9c4df5c-40a7-432b-b4ab-3b460a76c967 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9c4df5c-40a7-432b-b4ab-3b460a76c967 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-78a94a1e-b3b3-43fe-baaa-133f0cb913bb {
  margin-left: auto;
margin-right: auto;
}

#s-16a33569-d89b-49fb-87bf-47cd4f131e07 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 {
  max-width:  100%;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 {
  max-width:  100%;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 {
  max-width:  100%;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 {
  max-width:  100%;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 {
  max-width:  100%;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 .shg-image-zoom,
.shg-c#s-16a33569-d89b-49fb-87bf-47cd4f131e07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c2a117d-4ebe-4e9e-b13c-1d6794698e2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c2a117d-4ebe-4e9e-b13c-1d6794698e2f .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6bcf8f9f-f1e7-4771-967d-bf27b406e9a6 {
  margin-left: auto;
margin-right: auto;
}

#s-fdff450c-46b8-4c49-959f-7be6a537e665 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 {
  max-width:  100%;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 {
  max-width:  100%;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 {
  max-width:  100%;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 {
  max-width:  100%;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 {
  max-width:  100%;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 .shg-image-zoom,
.shg-c#s-fdff450c-46b8-4c49-959f-7be6a537e665 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f54b85fe-79c7-44c7-825c-3c53147f9d51 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f54b85fe-79c7-44c7-825c-3c53147f9d51 .shogun-heading-component h4 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-34eaa507-fb9d-4dd0-9bac-834162edd7ed {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-34eaa507-fb9d-4dd0-9bac-834162edd7ed {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-34eaa507-fb9d-4dd0-9bac-834162edd7ed {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-34eaa507-fb9d-4dd0-9bac-834162edd7ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34eaa507-fb9d-4dd0-9bac-834162edd7ed.shg-box.shg-c {
  justify-content: center;
}

#s-d53ce777-cb9f-4d3e-9e2e-42a07764b9f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d53ce777-cb9f-4d3e-9e2e-42a07764b9f4 .shogun-heading-component h1 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-666b295f-8d51-4424-b714-dbbd7ccf1bfb {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-666b295f-8d51-4424-b714-dbbd7ccf1bfb .shogun-heading-component h4 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f85312e5-5d12-4a3d-9da3-ce472a286c82 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f85312e5-5d12-4a3d-9da3-ce472a286c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f85312e5-5d12-4a3d-9da3-ce472a286c82.shg-box.shg-c {
  justify-content: center;
}

#s-8f7ddfeb-f636-4244-8081-0bf152552b90 {
  margin-left: 0%;
margin-right: 0%;
}

#s-8f7ddfeb-f636-4244-8081-0bf152552b90 .shg-proportional-font-size,
#s-8f7ddfeb-f636-4244-8081-0bf152552b90 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3b99eaf5-c594-4daa-8e38-2c7638edf08a {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-3b99eaf5-c594-4daa-8e38-2c7638edf08a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b99eaf5-c594-4daa-8e38-2c7638edf08a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b99eaf5-c594-4daa-8e38-2c7638edf08a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3b99eaf5-c594-4daa-8e38-2c7638edf08a {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-3b99eaf5-c594-4daa-8e38-2c7638edf08a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b99eaf5-c594-4daa-8e38-2c7638edf08a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3b99eaf5-c594-4daa-8e38-2c7638edf08a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b99eaf5-c594-4daa-8e38-2c7638edf08a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-31310966-6da2-4fa3-9449-5ad46595edaf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-31310966-6da2-4fa3-9449-5ad46595edaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-31310966-6da2-4fa3-9449-5ad46595edaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-31310966-6da2-4fa3-9449-5ad46595edaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-31310966-6da2-4fa3-9449-5ad46595edaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-69d41ab6-15ea-43c0-80da-14e3b86b93a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-69d41ab6-15ea-43c0-80da-14e3b86b93a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69d41ab6-15ea-43c0-80da-14e3b86b93a1.shg-box.shg-c {
  justify-content: center;
}

#s-8ecfbb9a-5795-468c-bdd4-a3e7ccec6f3c {
  margin-left: auto;
margin-right: auto;
}

#s-f4c35d98-cbc3-4a7b-95a4-a05ad12fa9a9 {
  margin-left: auto;
margin-right: auto;
}

#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 {
  max-width:  100%;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 {
  max-width:  100%;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 {
  max-width:  100%;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 {
  max-width:  100%;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 {
  max-width:  100%;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 .shg-image-zoom,
.shg-c#s-3c042e9b-7ac6-4809-9c48-8afb49d7e972 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



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

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

#s-4eb29b15-0b0c-41a0-8f41-4d2dd8ac1566 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eb29b15-0b0c-41a0-8f41-4d2dd8ac1566 .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-7f39203c-fa1b-4eeb-bf3b-a17ef99ee975 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7f39203c-fa1b-4eeb-bf3b-a17ef99ee975 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f39203c-fa1b-4eeb-bf3b-a17ef99ee975 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7f39203c-fa1b-4eeb-bf3b-a17ef99ee975 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f43d72d0-033a-4f8d-8e09-30abaa1dacb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f43d72d0-033a-4f8d-8e09-30abaa1dacb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f43d72d0-033a-4f8d-8e09-30abaa1dacb3.shg-box.shg-c {
  justify-content: center;
}

#s-5258d855-dc81-4b03-9eee-83d3359b210a {
  margin-left: auto;
margin-right: auto;
}

#s-6f65822d-10af-4eb8-89ba-b87048b98345 {
  margin-left: auto;
margin-right: auto;
}

#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 {
  max-width:  100%;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 {
  max-width:  100%;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 {
  max-width:  100%;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 {
  max-width:  100%;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 {
  max-width:  100%;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 .shg-image-zoom,
.shg-c#s-bb644f7e-fed9-4ae9-91bc-2d9d7e720ec1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e686f756-1bfe-42bf-b20c-5b243917293e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e686f756-1bfe-42bf-b20c-5b243917293e .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c22c1e4f-6e51-495f-9ead-40bcbf25a02b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c22c1e4f-6e51-495f-9ead-40bcbf25a02b .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c22c1e4f-6e51-495f-9ead-40bcbf25a02b .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c22c1e4f-6e51-495f-9ead-40bcbf25a02b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e3d76a10-7192-43d7-bf1f-e282e345efd1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e3d76a10-7192-43d7-bf1f-e282e345efd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e3d76a10-7192-43d7-bf1f-e282e345efd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e3d76a10-7192-43d7-bf1f-e282e345efd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3d76a10-7192-43d7-bf1f-e282e345efd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f480006f-1484-4daf-bbc0-b820568ad97b {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f480006f-1484-4daf-bbc0-b820568ad97b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f480006f-1484-4daf-bbc0-b820568ad97b.shg-box.shg-c {
  justify-content: center;
}

#s-011ff0e5-e2d8-4be0-be53-e054505a25b1 {
  margin-left: auto;
margin-right: auto;
}

#s-17d528af-9a81-40c2-8f55-070ec1060e1a {
  margin-left: auto;
margin-right: auto;
}

#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c {
  max-width:  100%;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c {
  max-width:  100%;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c {
  max-width:  100%;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c {
  max-width:  100%;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c {
  max-width:  100%;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c .shg-image-zoom,
.shg-c#s-b21ad230-55d8-4df2-afdd-1e1ca9f2009c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-898b7ccc-75fe-4bbc-aafb-f6705e8c85bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-898b7ccc-75fe-4bbc-aafb-f6705e8c85bc .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-552b7bba-5504-4b06-bd42-20400780c912 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-552b7bba-5504-4b06-bd42-20400780c912 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-552b7bba-5504-4b06-bd42-20400780c912 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-552b7bba-5504-4b06-bd42-20400780c912 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0906cdf7-cfd8-473b-9c9a-f7d6a28cd746 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0906cdf7-cfd8-473b-9c9a-f7d6a28cd746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0906cdf7-cfd8-473b-9c9a-f7d6a28cd746.shg-box.shg-c {
  justify-content: center;
}

#s-71eab6f0-e031-4fb8-8c86-1981ef6f0d6c {
  margin-left: auto;
margin-right: auto;
}

#s-ea8cacc5-6e41-4218-80c4-0065da990fb2 {
  margin-left: auto;
margin-right: auto;
}

#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 {
  max-width:  100%;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 {
  max-width:  100%;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 {
  max-width:  100%;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 {
  max-width:  100%;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 {
  max-width:  100%;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 .shg-image-zoom,
.shg-c#s-b8a5226b-e4f0-49c9-973a-9940a382bad9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c93d00ce-dc7c-474c-95fb-2e7233475470 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c93d00ce-dc7c-474c-95fb-2e7233475470 .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-095c6169-d8cc-418a-8c1c-861efcbdf2cf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-095c6169-d8cc-418a-8c1c-861efcbdf2cf .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-095c6169-d8cc-418a-8c1c-861efcbdf2cf .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-095c6169-d8cc-418a-8c1c-861efcbdf2cf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-71a0f63d-eea8-4495-87fa-52fb5549ef30 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-71a0f63d-eea8-4495-87fa-52fb5549ef30 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71a0f63d-eea8-4495-87fa-52fb5549ef30 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71a0f63d-eea8-4495-87fa-52fb5549ef30 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-71a0f63d-eea8-4495-87fa-52fb5549ef30 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-71a0f63d-eea8-4495-87fa-52fb5549ef30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71a0f63d-eea8-4495-87fa-52fb5549ef30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-71a0f63d-eea8-4495-87fa-52fb5549ef30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-71a0f63d-eea8-4495-87fa-52fb5549ef30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c8de31bc-7758-486a-9204-51d1f73a70ca {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8de31bc-7758-486a-9204-51d1f73a70ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c8de31bc-7758-486a-9204-51d1f73a70ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8de31bc-7758-486a-9204-51d1f73a70ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8de31bc-7758-486a-9204-51d1f73a70ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b98c0b6b-781b-46c5-8b2f-0a8c029ea5e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b98c0b6b-781b-46c5-8b2f-0a8c029ea5e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b98c0b6b-781b-46c5-8b2f-0a8c029ea5e2.shg-box.shg-c {
  justify-content: center;
}

#s-51fbb937-f0c1-48cf-bf6f-19dd62166583 {
  margin-left: auto;
margin-right: auto;
}

#s-32b7cc04-7ee1-4db4-a2e1-636b46a7f103 {
  margin-left: auto;
margin-right: auto;
}

#s-281f0043-e581-4a50-b525-db9036e38565 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 {
  max-width:  100%;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 {
  max-width:  100%;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 {
  max-width:  100%;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 {
  max-width:  100%;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 {
  max-width:  100%;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 .shg-image-zoom,
.shg-c#s-281f0043-e581-4a50-b525-db9036e38565 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-50c3f16a-017b-479c-9fc2-5fbcfeda8541 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50c3f16a-017b-479c-9fc2-5fbcfeda8541 .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-89136458-3fd6-4941-a1e7-f27e859f59e3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-89136458-3fd6-4941-a1e7-f27e859f59e3 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89136458-3fd6-4941-a1e7-f27e859f59e3 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-89136458-3fd6-4941-a1e7-f27e859f59e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e9ecec4-669b-46cf-9ef1-bf460a517bd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4e9ecec4-669b-46cf-9ef1-bf460a517bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e9ecec4-669b-46cf-9ef1-bf460a517bd2.shg-box.shg-c {
  justify-content: center;
}

#s-f507e1d1-4e9b-4790-9b67-de535ed3638a {
  margin-left: auto;
margin-right: auto;
}

#s-336e423a-508f-42bb-a686-68dfc86a470b {
  margin-left: auto;
margin-right: auto;
}

#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 {
  max-width:  100%;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 {
  max-width:  100%;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 {
  max-width:  100%;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 {
  max-width:  100%;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 {
  max-width:  100%;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 .shg-image-zoom,
.shg-c#s-a99b3339-0755-4e6b-b8e8-2ac3744439f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01e39795-16ce-4e09-8f4d-e72a1f6d4479 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01e39795-16ce-4e09-8f4d-e72a1f6d4479 .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-d3ce51dc-f8f0-4ac1-a528-d3652d2b9a94 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d3ce51dc-f8f0-4ac1-a528-d3652d2b9a94 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3ce51dc-f8f0-4ac1-a528-d3652d2b9a94 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3ce51dc-f8f0-4ac1-a528-d3652d2b9a94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4682387b-e829-4d34-85ef-1f1b15096a5f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4682387b-e829-4d34-85ef-1f1b15096a5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4682387b-e829-4d34-85ef-1f1b15096a5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4682387b-e829-4d34-85ef-1f1b15096a5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4682387b-e829-4d34-85ef-1f1b15096a5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ff6d41a1-42d9-4d25-80cf-1b0fe70b9ae1 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ff6d41a1-42d9-4d25-80cf-1b0fe70b9ae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff6d41a1-42d9-4d25-80cf-1b0fe70b9ae1.shg-box.shg-c {
  justify-content: center;
}

#s-e2ca333d-c239-4680-aa21-8a3d32e812bf {
  margin-left: auto;
margin-right: auto;
}

#s-658fc231-067c-43dd-ac13-f8fd6ba872e9 {
  margin-left: auto;
margin-right: auto;
}

#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 {
  max-width:  100%;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 {
  max-width:  100%;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 {
  max-width:  100%;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 {
  max-width:  100%;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 {
  max-width:  100%;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 .shg-image-zoom,
.shg-c#s-40735b81-acc5-48ed-ad9a-55d3bedbd7d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4802e0f1-651c-4947-a58d-f79ea9a61582 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4802e0f1-651c-4947-a58d-f79ea9a61582 .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-d84088a0-3fbb-48f9-aa44-1068bc091ca4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d84088a0-3fbb-48f9-aa44-1068bc091ca4 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d84088a0-3fbb-48f9-aa44-1068bc091ca4 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d84088a0-3fbb-48f9-aa44-1068bc091ca4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-062d8b05-c71c-4f3a-8850-0032af6e76ee {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-062d8b05-c71c-4f3a-8850-0032af6e76ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-062d8b05-c71c-4f3a-8850-0032af6e76ee.shg-box.shg-c {
  justify-content: center;
}

#s-8d2d4f9a-5f33-4350-99a9-7753445f415f {
  margin-left: auto;
margin-right: auto;
}

#s-36b80507-c2e3-4528-9dd9-d3059d9d4a59 {
  margin-left: auto;
margin-right: auto;
}

#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 {
  max-width:  100%;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 {
  max-width:  100%;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 {
  max-width:  100%;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 {
  max-width:  100%;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 {
  max-width:  100%;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  max-width: 1500px !important;
  
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 .shg-image-zoom,
.shg-c#s-0bba64aa-00dd-4bf1-a218-058238bbbdb1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-57dc0ded-ffcd-4e75-bc06-cb97d8b92a44 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57dc0ded-ffcd-4e75-bc06-cb97d8b92a44 .shg-product-title-component h1 span {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a41e84b9-22c5-46cb-8eb2-595833ec27f0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a41e84b9-22c5-46cb-8eb2-595833ec27f0 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a41e84b9-22c5-46cb-8eb2-595833ec27f0 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a41e84b9-22c5-46cb-8eb2-595833ec27f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9cbe95f-24d2-4321-ae2b-481bb23bbfcd {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9cbe95f-24d2-4321-ae2b-481bb23bbfcd {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-b9cbe95f-24d2-4321-ae2b-481bb23bbfcd {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-b9cbe95f-24d2-4321-ae2b-481bb23bbfcd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b9cbe95f-24d2-4321-ae2b-481bb23bbfcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9cbe95f-24d2-4321-ae2b-481bb23bbfcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9cbe95f-24d2-4321-ae2b-481bb23bbfcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0e0015d1-7a90-4c5e-9e72-2e9c140c98e0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-0e0015d1-7a90-4c5e-9e72-2e9c140c98e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e0015d1-7a90-4c5e-9e72-2e9c140c98e0 {
  cursor: pointer;
}#s-0e0015d1-7a90-4c5e-9e72-2e9c140c98e0.shg-box.shg-c {
  justify-content: center;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38b58af0-e743-48fc-997a-2ea7fda2224e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38b58af0-e743-48fc-997a-2ea7fda2224e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38b58af0-e743-48fc-997a-2ea7fda2224e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38b58af0-e743-48fc-997a-2ea7fda2224e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38b58af0-e743-48fc-997a-2ea7fda2224e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-38b58af0-e743-48fc-997a-2ea7fda2224e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38b58af0-e743-48fc-997a-2ea7fda2224e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-edd82048-8198-47c7-814b-4007583f78ff {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-edd82048-8198-47c7-814b-4007583f78ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edd82048-8198-47c7-814b-4007583f78ff.shg-box.shg-c {
  justify-content: center;
}

#s-0b10b6bf-556e-4aa4-a75f-bb793c5fe41f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b10b6bf-556e-4aa4-a75f-bb793c5fe41f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1f1a9f58-ea77-462e-acab-6bce5d6613a3 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-1f1a9f58-ea77-462e-acab-6bce5d6613a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f1a9f58-ea77-462e-acab-6bce5d6613a3.shg-box.shg-c {
  justify-content: center;
}

#s-de143732-e0ae-4386-be1b-8c75a1c2c551 {
  margin-left: auto;
margin-right: auto;
}

#s-c2368631-2aac-41ae-8dad-1ad4e33a5693 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2368631-2aac-41ae-8dad-1ad4e33a5693 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-c2368631-2aac-41ae-8dad-1ad4e33a5693 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-9c6fb1f2-57f8-4477-8e11-d8c29d3f9b09 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9c6fb1f2-57f8-4477-8e11-d8c29d3f9b09 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-9c6fb1f2-57f8-4477-8e11-d8c29d3f9b09 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-9c6fb1f2-57f8-4477-8e11-d8c29d3f9b09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 767px){#s-9c6fb1f2-57f8-4477-8e11-d8c29d3f9b09 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 16px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-9c6fb1f2-57f8-4477-8e11-d8c29d3f9b09 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
}

#s-9c6fb1f2-57f8-4477-8e11-d8c29d3f9b09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 20px;
}
}
#s-2909a4ed-d939-459d-8538-e8aa88f7be55 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-2909a4ed-d939-459d-8538-e8aa88f7be55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2909a4ed-d939-459d-8538-e8aa88f7be55.shg-box.shg-c {
  justify-content: center;
}

#s-f085aec9-17ed-451f-bd5b-85dd55ff72a1 {
  margin-left: auto;
margin-right: auto;
}

#s-814b9b68-eb5f-4b15-8bec-9fe9ed32256b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-814b9b68-eb5f-4b15-8bec-9fe9ed32256b .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-814b9b68-eb5f-4b15-8bec-9fe9ed32256b .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-31cf4246-a9c7-40b2-94bd-3c9311bea150 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-31cf4246-a9c7-40b2-94bd-3c9311bea150 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-31cf4246-a9c7-40b2-94bd-3c9311bea150 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-31cf4246-a9c7-40b2-94bd-3c9311bea150 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 767px){#s-31cf4246-a9c7-40b2-94bd-3c9311bea150 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 16px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-31cf4246-a9c7-40b2-94bd-3c9311bea150 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
}

#s-31cf4246-a9c7-40b2-94bd-3c9311bea150 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 20px;
}
}
#s-a31b8dbd-0805-4f0e-9a46-3b567094e09f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-a31b8dbd-0805-4f0e-9a46-3b567094e09f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a31b8dbd-0805-4f0e-9a46-3b567094e09f {
  cursor: pointer;
}#s-a31b8dbd-0805-4f0e-9a46-3b567094e09f.shg-box.shg-c {
  justify-content: center;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c83b12fd-54da-4317-9c98-98f68aadaa2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c83b12fd-54da-4317-9c98-98f68aadaa2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83b12fd-54da-4317-9c98-98f68aadaa2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3655c543-4e88-4631-8365-f2c8bef09782 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-3655c543-4e88-4631-8365-f2c8bef09782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3655c543-4e88-4631-8365-f2c8bef09782.shg-box.shg-c {
  justify-content: center;
}

#s-90cb8b0c-244c-46b3-965f-e7057bb2c9b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90cb8b0c-244c-46b3-965f-e7057bb2c9b6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f3ad85a1-fc55-4861-a2bd-e14f4b9ee197 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-f3ad85a1-fc55-4861-a2bd-e14f4b9ee197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3ad85a1-fc55-4861-a2bd-e14f4b9ee197.shg-box.shg-c {
  justify-content: center;
}

#s-b61fc957-e8dd-4257-a8cc-591eeb1ecb7d {
  margin-left: auto;
margin-right: auto;
}

#s-37930781-914c-4fad-abf8-a143a39ec3fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37930781-914c-4fad-abf8-a143a39ec3fa .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-37930781-914c-4fad-abf8-a143a39ec3fa .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-88a093d2-316e-48ee-af81-b5167887b5de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-88a093d2-316e-48ee-af81-b5167887b5de .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-88a093d2-316e-48ee-af81-b5167887b5de .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-88a093d2-316e-48ee-af81-b5167887b5de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 767px){#s-88a093d2-316e-48ee-af81-b5167887b5de .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 16px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-88a093d2-316e-48ee-af81-b5167887b5de .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
}

#s-88a093d2-316e-48ee-af81-b5167887b5de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 20px;
}
}
#s-95cad263-fb91-4afa-ac9d-451c671b8d74 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-95cad263-fb91-4afa-ac9d-451c671b8d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95cad263-fb91-4afa-ac9d-451c671b8d74.shg-box.shg-c {
  justify-content: center;
}

#s-8fa543b9-ae8b-4047-a298-889bf14cbfc0 {
  margin-left: auto;
margin-right: auto;
}

#s-479bc944-8f66-43a0-bb08-9f20eaff6c49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-479bc944-8f66-43a0-bb08-9f20eaff6c49 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-479bc944-8f66-43a0-bb08-9f20eaff6c49 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ec3ef2a8-aeac-4c7a-bb5d-80b50af8ab49 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec3ef2a8-aeac-4c7a-bb5d-80b50af8ab49 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-ec3ef2a8-aeac-4c7a-bb5d-80b50af8ab49 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-ec3ef2a8-aeac-4c7a-bb5d-80b50af8ab49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 767px){#s-ec3ef2a8-aeac-4c7a-bb5d-80b50af8ab49 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 16px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-ec3ef2a8-aeac-4c7a-bb5d-80b50af8ab49 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
}

#s-ec3ef2a8-aeac-4c7a-bb5d-80b50af8ab49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 20px;
}
}
#s-d43ed72c-16f1-454d-96ac-8370bafaf83c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-d43ed72c-16f1-454d-96ac-8370bafaf83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d43ed72c-16f1-454d-96ac-8370bafaf83c {
  cursor: pointer;
}#s-d43ed72c-16f1-454d-96ac-8370bafaf83c.shg-box.shg-c {
  justify-content: center;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d452d5ca-4a0f-4dbe-b88d-ec3738850e39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0deec256-7260-4f52-98c2-3cdac307a2ec {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-0deec256-7260-4f52-98c2-3cdac307a2ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0deec256-7260-4f52-98c2-3cdac307a2ec.shg-box.shg-c {
  justify-content: center;
}

#s-33419a06-6376-4e7d-8bec-f749344b1d65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33419a06-6376-4e7d-8bec-f749344b1d65 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d6df4f1b-0c37-492d-9826-3cbaa3e8305c {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-d6df4f1b-0c37-492d-9826-3cbaa3e8305c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6df4f1b-0c37-492d-9826-3cbaa3e8305c.shg-box.shg-c {
  justify-content: center;
}

#s-d4cd10a1-9ddd-4916-aca3-544cd4d604ed {
  margin-left: auto;
margin-right: auto;
}

#s-5f752acf-4d36-4382-a70a-ccc82a123038 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f752acf-4d36-4382-a70a-ccc82a123038 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-5f752acf-4d36-4382-a70a-ccc82a123038 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-29028e72-eebe-40f4-a03a-547a762000ac {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-29028e72-eebe-40f4-a03a-547a762000ac .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-29028e72-eebe-40f4-a03a-547a762000ac .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-29028e72-eebe-40f4-a03a-547a762000ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 767px){#s-29028e72-eebe-40f4-a03a-547a762000ac .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 16px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-29028e72-eebe-40f4-a03a-547a762000ac .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
}

#s-29028e72-eebe-40f4-a03a-547a762000ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 20px;
}
}
#s-cc5c8fea-e475-435a-8c5f-5d951fa13795 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-cc5c8fea-e475-435a-8c5f-5d951fa13795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc5c8fea-e475-435a-8c5f-5d951fa13795.shg-box.shg-c {
  justify-content: center;
}

#s-172a5eab-9df8-4235-95b6-018a74fb63dd {
  margin-left: auto;
margin-right: auto;
}

#s-5ef2d578-34bf-4665-a41c-9dd0d1f6a9b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ef2d578-34bf-4665-a41c-9dd0d1f6a9b3 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-5ef2d578-34bf-4665-a41c-9dd0d1f6a9b3 .shogun-heading-component h3 {
  color: rgba(30, 35, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-105f5817-2474-469e-8f0a-bdf12528fed1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-105f5817-2474-469e-8f0a-bdf12528fed1 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-105f5817-2474-469e-8f0a-bdf12528fed1 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-105f5817-2474-469e-8f0a-bdf12528fed1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 767px){#s-105f5817-2474-469e-8f0a-bdf12528fed1 .shg-product-sold-out {
  display: none;
  color: rgba(30, 35, 41, 1);
  font-size: 16px;
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-105f5817-2474-469e-8f0a-bdf12528fed1 .shg-product-price {
  color: rgba(30, 35, 41, 1);
  font-weight:  800 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
}

#s-105f5817-2474-469e-8f0a-bdf12528fed1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(174, 0, 0, 1);
  font-weight:  700 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 20px;
}
}
/*
  $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}