.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-c6530d1f-6d97-4454-80ec-f8ca6027334a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-c6530d1f-6d97-4454-80ec-f8ca6027334a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6530d1f-6d97-4454-80ec-f8ca6027334a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-5d83ef10-0018-4377-af9c-e1af02f100ae {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

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




.s-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5b7eeb59-0929-4141-a5d6-14ee6d27b3eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5b7eeb59-0929-4141-a5d6-14ee6d27b3eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b7eeb59-0929-4141-a5d6-14ee6d27b3eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-63f1c335-1425-4de5-99d0-34d07d8e86d3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-63f1c335-1425-4de5-99d0-34d07d8e86d3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-63f1c335-1425-4de5-99d0-34d07d8e86d3 .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-63f1c335-1425-4de5-99d0-34d07d8e86d3 .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-63f1c335-1425-4de5-99d0-34d07d8e86d3 .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-942f511f-6991-444f-9f64-f8896014955d {
  margin-left: 7%;
margin-right: 7%;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-942f511f-6991-444f-9f64-f8896014955d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-942f511f-6991-444f-9f64-f8896014955d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8f2326f-eeea-45d1-982f-17891ca5eac9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b8f2326f-eeea-45d1-982f-17891ca5eac9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8f2326f-eeea-45d1-982f-17891ca5eac9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b8f2326f-eeea-45d1-982f-17891ca5eac9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8f2326f-eeea-45d1-982f-17891ca5eac9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42f1ecce-649a-4589-9ec5-288803ceca73 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-42f1ecce-649a-4589-9ec5-288803ceca73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42f1ecce-649a-4589-9ec5-288803ceca73 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-42f1ecce-649a-4589-9ec5-288803ceca73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42f1ecce-649a-4589-9ec5-288803ceca73 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-42f1ecce-649a-4589-9ec5-288803ceca73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42f1ecce-649a-4589-9ec5-288803ceca73 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-42f1ecce-649a-4589-9ec5-288803ceca73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42f1ecce-649a-4589-9ec5-288803ceca73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42f1ecce-649a-4589-9ec5-288803ceca73 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-42f1ecce-649a-4589-9ec5-288803ceca73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1ecce-649a-4589-9ec5-288803ceca73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1a7d5234-7cff-4fac-934a-9bc34d699aa9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a7d5234-7cff-4fac-934a-9bc34d699aa9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1a7d5234-7cff-4fac-934a-9bc34d699aa9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-2785ee26-8847-4261-b29e-38a5a15c363e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2785ee26-8847-4261-b29e-38a5a15c363e .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bbc5f8c6-f9ca-4894-8bcf-c436c25000e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-bbc5f8c6-f9ca-4894-8bcf-c436c25000e3 {
  margin-bottom: 20px;
}
}







#s-bbc5f8c6-f9ca-4894-8bcf-c436c25000e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbc5f8c6-f9ca-4894-8bcf-c436c25000e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: normal;
  font-family: "Assistant, sans-serif";
}

.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-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0 {
  text-align: center;
}
}

  #s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0-root {
    text-align: left;
  }


#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0-root {
    text-align: left;
  }


#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0-root {
    text-align: left;
  }


#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0-root {
    text-align: center;
  }


#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0-root {
    text-align: left;
  }


#s-f87cdbdc-9c62-4e40-bf52-2521e4f9e8d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f2cae1c8-35d2-4519-b18d-08a1e898708d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-f2cae1c8-35d2-4519-b18d-08a1e898708d {
  margin-bottom: 20px;
}
}







#s-f2cae1c8-35d2-4519-b18d-08a1e898708d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2cae1c8-35d2-4519-b18d-08a1e898708d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83c1a0bb-f5e3-42c5-b0b8-0298f552319c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b8e27dcf-c0c0-4a3d-a7e7-dc911d0c6650 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8e27dcf-c0c0-4a3d-a7e7-dc911d0c6650 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b8e27dcf-c0c0-4a3d-a7e7-dc911d0c6650 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-7a106acf-3e88-4f7a-9159-fbd57af3ab59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a106acf-3e88-4f7a-9159-fbd57af3ab59 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7ab0c485-65eb-4372-be25-80ff252ce8aa {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-7ab0c485-65eb-4372-be25-80ff252ce8aa:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ab0c485-65eb-4372-be25-80ff252ce8aa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7ab0c485-65eb-4372-be25-80ff252ce8aa {
  text-align: center;
}
}

  #s-7ab0c485-65eb-4372-be25-80ff252ce8aa-root {
    text-align: left;
  }


#s-7ab0c485-65eb-4372-be25-80ff252ce8aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ab0c485-65eb-4372-be25-80ff252ce8aa-root {
    text-align: left;
  }


#s-7ab0c485-65eb-4372-be25-80ff252ce8aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ab0c485-65eb-4372-be25-80ff252ce8aa-root {
    text-align: left;
  }


#s-7ab0c485-65eb-4372-be25-80ff252ce8aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ab0c485-65eb-4372-be25-80ff252ce8aa-root {
    text-align: center;
  }


#s-7ab0c485-65eb-4372-be25-80ff252ce8aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ab0c485-65eb-4372-be25-80ff252ce8aa-root {
    text-align: left;
  }


#s-7ab0c485-65eb-4372-be25-80ff252ce8aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a880876c-ebda-407d-86c9-85c1bb7060c3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 1200px){#s-a880876c-ebda-407d-86c9-85c1bb7060c3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-a880876c-ebda-407d-86c9-85c1bb7060c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a880876c-ebda-407d-86c9-85c1bb7060c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-a880876c-ebda-407d-86c9-85c1bb7060c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-a880876c-ebda-407d-86c9-85c1bb7060c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-768976da-3f19-4214-97ef-5564fe7b225e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-768976da-3f19-4214-97ef-5564fe7b225e {
  margin-bottom: 20px;
}
}







#s-768976da-3f19-4214-97ef-5564fe7b225e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-768976da-3f19-4214-97ef-5564fe7b225e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46356fe5-0508-419f-a842-8406075fabc2 {
  margin-left: auto;
margin-right: auto;
max-width: 996px;
text-align: center;
}

#s-46356fe5-0508-419f-a842-8406075fabc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46356fe5-0508-419f-a842-8406075fabc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46356fe5-0508-419f-a842-8406075fabc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46356fe5-0508-419f-a842-8406075fabc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-46356fe5-0508-419f-a842-8406075fabc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-46356fe5-0508-419f-a842-8406075fabc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46356fe5-0508-419f-a842-8406075fabc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46356fe5-0508-419f-a842-8406075fabc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46356fe5-0508-419f-a842-8406075fabc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-46356fe5-0508-419f-a842-8406075fabc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-46356fe5-0508-419f-a842-8406075fabc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46356fe5-0508-419f-a842-8406075fabc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46356fe5-0508-419f-a842-8406075fabc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46356fe5-0508-419f-a842-8406075fabc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-46356fe5-0508-419f-a842-8406075fabc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-46356fe5-0508-419f-a842-8406075fabc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46356fe5-0508-419f-a842-8406075fabc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46356fe5-0508-419f-a842-8406075fabc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46356fe5-0508-419f-a842-8406075fabc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-46356fe5-0508-419f-a842-8406075fabc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-46356fe5-0508-419f-a842-8406075fabc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46356fe5-0508-419f-a842-8406075fabc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46356fe5-0508-419f-a842-8406075fabc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-46356fe5-0508-419f-a842-8406075fabc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46356fe5-0508-419f-a842-8406075fabc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-46356fe5-0508-419f-a842-8406075fabc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46356fe5-0508-419f-a842-8406075fabc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-635d345a-87e0-41f7-a5c2-6ffbc02e2fab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-635d345a-87e0-41f7-a5c2-6ffbc02e2fab .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-635d345a-87e0-41f7-a5c2-6ffbc02e2fab .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-577596e1-46af-4818-91f7-9ee5034eb71b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-577596e1-46af-4818-91f7-9ee5034eb71b {
  text-align: center;
}
}
#s-577596e1-46af-4818-91f7-9ee5034eb71b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-577596e1-46af-4818-91f7-9ee5034eb71b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-3029ff48-93cf-4e2d-afce-96c464570566 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-3029ff48-93cf-4e2d-afce-96c464570566:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3029ff48-93cf-4e2d-afce-96c464570566:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3029ff48-93cf-4e2d-afce-96c464570566 {
  text-align: center;
}
}

  #s-3029ff48-93cf-4e2d-afce-96c464570566-root {
    text-align: left;
  }


#s-3029ff48-93cf-4e2d-afce-96c464570566.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3029ff48-93cf-4e2d-afce-96c464570566-root {
    text-align: left;
  }


#s-3029ff48-93cf-4e2d-afce-96c464570566.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3029ff48-93cf-4e2d-afce-96c464570566-root {
    text-align: left;
  }


#s-3029ff48-93cf-4e2d-afce-96c464570566.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3029ff48-93cf-4e2d-afce-96c464570566-root {
    text-align: center;
  }


#s-3029ff48-93cf-4e2d-afce-96c464570566.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3029ff48-93cf-4e2d-afce-96c464570566-root {
    text-align: left;
  }


#s-3029ff48-93cf-4e2d-afce-96c464570566.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-53ed376a-0538-475f-8349-c353c49535d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-53ed376a-0538-475f-8349-c353c49535d9 {
  margin-bottom: 20px;
}
}







#s-53ed376a-0538-475f-8349-c353c49535d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53ed376a-0538-475f-8349-c353c49535d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d {
  margin-left: auto;
margin-right: auto;
max-width: 996px;
text-align: center;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6b25426-a17f-4853-90fb-5b485860e02d img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-e6b25426-a17f-4853-90fb-5b485860e02d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6b25426-a17f-4853-90fb-5b485860e02d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6b25426-a17f-4853-90fb-5b485860e02d img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-e6b25426-a17f-4853-90fb-5b485860e02d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6b25426-a17f-4853-90fb-5b485860e02d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6b25426-a17f-4853-90fb-5b485860e02d img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-e6b25426-a17f-4853-90fb-5b485860e02d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6b25426-a17f-4853-90fb-5b485860e02d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6b25426-a17f-4853-90fb-5b485860e02d img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-e6b25426-a17f-4853-90fb-5b485860e02d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6b25426-a17f-4853-90fb-5b485860e02d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6b25426-a17f-4853-90fb-5b485860e02d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6b25426-a17f-4853-90fb-5b485860e02d img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

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




.s-e6b25426-a17f-4853-90fb-5b485860e02d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b25426-a17f-4853-90fb-5b485860e02d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-930ff87f-d4f5-45e5-9a8c-c137ea1f3060 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-930ff87f-d4f5-45e5-9a8c-c137ea1f3060 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-930ff87f-d4f5-45e5-9a8c-c137ea1f3060 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-683db8c8-b2e7-4e04-8c3a-b6ae7caa5aaa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-683db8c8-b2e7-4e04-8c3a-b6ae7caa5aaa {
  text-align: center;
}
}
#s-683db8c8-b2e7-4e04-8c3a-b6ae7caa5aaa .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-683db8c8-b2e7-4e04-8c3a-b6ae7caa5aaa .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e {
  text-align: center;
}
}

  #s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e-root {
    text-align: left;
  }


#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e-root {
    text-align: left;
  }


#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e-root {
    text-align: left;
  }


#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e-root {
    text-align: center;
  }


#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e-root {
    text-align: left;
  }


#s-0e0a018d-a3fd-4e84-8c5f-1ea94784d24e.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  background-repeat: no-repeat;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: auto;
margin-bottom: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: auto;
margin-bottom: auto;
}
}@media (max-width: 767px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTkzMGU4NWItMGUyNS00MDYxLWI2YTAtNjA0YjhkMDczOGU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJjNmQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGJkZGRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTMwZTg1Yi0wZTI1LTQwNjEtYjZhMC02MDRiOGQwNzM4ZTkpIi8+PC9zdmc+);
}








#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ddd17ee9-df2d-48b1-aff1-cc089831063b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ddd17ee9-df2d-48b1-aff1-cc089831063b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddd17ee9-df2d-48b1-aff1-cc089831063b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-18a86dc9-90c2-4b87-90d4-e28aeabe6766 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18a86dc9-90c2-4b87-90d4-e28aeabe6766 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e17d55e7-14e4-4127-b67a-58afe8986fd3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e17d55e7-14e4-4127-b67a-58afe8986fd3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}

  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-73764351-b100-4489-b1ea-b8bbff6dbcb4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-73764351-b100-4489-b1ea-b8bbff6dbcb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73764351-b100-4489-b1ea-b8bbff6dbcb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin-left: auto;
margin-right: auto;
max-width: 3333px;
text-align: center;
}

#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

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




.s-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

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




.s-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

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




.s-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

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




.s-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

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




.s-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fb72f10-1282-4403-b81d-192daf0b800d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fb72f10-1282-4403-b81d-192daf0b800d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-8fb72f10-1282-4403-b81d-192daf0b800d .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  
  
  
  
}


}
#s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-48e49cb3-757d-4581-b2e9-e9f9a0680528 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-48e49cb3-757d-4581-b2e9-e9f9a0680528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48e49cb3-757d-4581-b2e9-e9f9a0680528.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f542b8ec-5911-4fd1-87e5-df925105a05c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f542b8ec-5911-4fd1-87e5-df925105a05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f542b8ec-5911-4fd1-87e5-df925105a05c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e840384-2f91-49d8-8ca0-e28b306796dc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-380d1618-b831-4f39-83fd-5edd2afd21cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-380d1618-b831-4f39-83fd-5edd2afd21cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-380d1618-b831-4f39-83fd-5edd2afd21cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-11758978-105e-4282-8a9b-8d3ecffe5fae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-18764410-dcfb-4bf4-9a50-e99c7b80cd6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18764410-dcfb-4bf4-9a50-e99c7b80cd6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18764410-dcfb-4bf4-9a50-e99c7b80cd6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-34cae8ac-6873-4379-94a7-5da129aa4a2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-34cae8ac-6873-4379-94a7-5da129aa4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34cae8ac-6873-4379-94a7-5da129aa4a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b035d6fb-c58e-4946-887c-99495934ef1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 60px;
padding-left: 2%;
padding-bottom: 60px;
padding-right: 2%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
}
}@media (max-width: 767px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 60px;
padding-bottom: 60px;
}
}
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/480x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/960x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/768x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/1536x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/1024x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/2048x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/1200x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/2048x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c02e5567-7212-45e0-a86e-2295362b9494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c02e5567-7212-45e0-a86e-2295362b9494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8 {
  
}
}
@media (min-width: 0px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9b4c02d9-b517-41d1-9c1d-eec22b678f97 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9b4c02d9-b517-41d1-9c1d-eec22b678f97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b4c02d9-b517-41d1-9c1d-eec22b678f97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc1c8147-cd46-4994-ad5d-1020860aee6e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-09f8a6db-933c-43b0-adb2-41495a34519c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-09f8a6db-933c-43b0-adb2-41495a34519c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09f8a6db-933c-43b0-adb2-41495a34519c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9591bee0-bf54-4925-b755-9618b77000ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9591bee0-bf54-4925-b755-9618b77000ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9591bee0-bf54-4925-b755-9618b77000ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-111dae09-8ae8-4fa0-bf93-dce076a53c12 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-111dae09-8ae8-4fa0-bf93-dce076a53c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-111dae09-8ae8-4fa0-bf93-dce076a53c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-0f065db4-2d0c-4b0c-8358-2fa8cc64fd5e {
  margin-left: 45%;
margin-right: 45%;
}

#s-0f065db4-2d0c-4b0c-8358-2fa8cc64fd5e hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-109c2b8c-77e1-4d6f-91d1-7270248e8de5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-109c2b8c-77e1-4d6f-91d1-7270248e8de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-109c2b8c-77e1-4d6f-91d1-7270248e8de5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7760e76-9b60-45ef-9117-d27e5403dc12 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7760e76-9b60-45ef-9117-d27e5403dc12 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f7760e76-9b60-45ef-9117-d27e5403dc12 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-7a3547ac-f601-4b78-b79b-8637dda3f501 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a3547ac-f601-4b78-b79b-8637dda3f501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a3547ac-f601-4b78-b79b-8637dda3f501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b15a88c9-cb43-47b0-9666-53d3a4a542da {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-ca645d3f-0fc5-4dad-a3b0-5e1712bdffd6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ca645d3f-0fc5-4dad-a3b0-5e1712bdffd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca645d3f-0fc5-4dad-a3b0-5e1712bdffd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-823d7711-b5d7-4069-9bbc-2d4ded35f7a0 {
  margin-left: 45%;
margin-right: 45%;
}

#s-823d7711-b5d7-4069-9bbc-2d4ded35f7a0 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-10c91fb4-fec4-4c79-8a29-ff48a2daf3f0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-10c91fb4-fec4-4c79-8a29-ff48a2daf3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10c91fb4-fec4-4c79-8a29-ff48a2daf3f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e58110e7-c530-402f-a645-dd7a45bcad15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e58110e7-c530-402f-a645-dd7a45bcad15 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e58110e7-c530-402f-a645-dd7a45bcad15 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-230f3726-0c45-457b-b0cb-b07e2bd0c233 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-230f3726-0c45-457b-b0cb-b07e2bd0c233:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-230f3726-0c45-457b-b0cb-b07e2bd0c233:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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;
  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;
}
