.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-23e640f6-3533-4180-ac23-fb37c24c29e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(250, 245, 251, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-23e640f6-3533-4180-ac23-fb37c24c29e0 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-23e640f6-3533-4180-ac23-fb37c24c29e0 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
display: none;
}
#s-23e640f6-3533-4180-ac23-fb37c24c29e0, #wrap-s-23e640f6-3533-4180-ac23-fb37c24c29e0, #wrap-content-s-23e640f6-3533-4180-ac23-fb37c24c29e0 { display: none !important; }}







#s-23e640f6-3533-4180-ac23-fb37c24c29e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23e640f6-3533-4180-ac23-fb37c24c29e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e537abaf-c371-4c0a-b123-925eaa155740 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 850px;
}








#s-e537abaf-c371-4c0a-b123-925eaa155740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e537abaf-c371-4c0a-b123-925eaa155740.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-e3387fdd-9d8f-425a-b910-82c938e566d7 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(135, 158, 190, 1);
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-e3387fdd-9d8f-425a-b910-82c938e566d7 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-e3387fdd-9d8f-425a-b910-82c938e566d7 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-e3387fdd-9d8f-425a-b910-82c938e566d7 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


}
#s-143e0a98-c849-4544-b846-8639fba1d703 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-143e0a98-c849-4544-b846-8639fba1d703 {
  margin-top: 15px;
}
}







#s-143e0a98-c849-4544-b846-8639fba1d703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-143e0a98-c849-4544-b846-8639fba1d703.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-79c70031-31ab-4f3f-894b-d68c58b84c2c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-79c70031-31ab-4f3f-894b-d68c58b84c2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79c70031-31ab-4f3f-894b-d68c58b84c2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79c70031-31ab-4f3f-894b-d68c58b84c2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79c70031-31ab-4f3f-894b-d68c58b84c2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79c70031-31ab-4f3f-894b-d68c58b84c2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79c70031-31ab-4f3f-894b-d68c58b84c2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79c70031-31ab-4f3f-894b-d68c58b84c2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.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-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  margin-left: auto;
margin-right: auto;
height: 35px;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  height: 30px;
max-width: 30px;
}
}
#s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d img.shogun-image {
  width: 100%;
  height: 35px;
  
  max-width: 35px;

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




.s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d img.shogun-image {
  width: 100%;
  
  
  

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




.s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d img.shogun-image {
  width: 100%;
  
  
  

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




.s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d img.shogun-image {
  width: 100%;
  
  
  

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




.s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70af8d57-5df4-487a-b6eb-47694ff50c5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-70af8d57-5df4-487a-b6eb-47694ff50c5d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70af8d57-5df4-487a-b6eb-47694ff50c5d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9ae95214-f65e-4602-8619-235e603d1fe4 {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9ae95214-f65e-4602-8619-235e603d1fe4 {
  margin-top: 0px;
margin-left: 0px;
}
}







#s-9ae95214-f65e-4602-8619-235e603d1fe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ae95214-f65e-4602-8619-235e603d1fe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8ad168d-bb10-4666-bdf1-1a07eda353f2 {
  margin-top: 1px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a8ad168d-bb10-4666-bdf1-1a07eda353f2 {
  margin-top: 15px;
margin-bottom: 0px;
}
}
#s-a8ad168d-bb10-4666-bdf1-1a07eda353f2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a8ad168d-bb10-4666-bdf1-1a07eda353f2 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-a4a80816-4638-4d4b-8873-5ef114969a20 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-a4a80816-4638-4d4b-8873-5ef114969a20 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 100%;
}
}
#s-a4a80816-4638-4d4b-8873-5ef114969a20 .shg-proportional-font-size,
#s-a4a80816-4638-4d4b-8873-5ef114969a20 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a4a80816-4638-4d4b-8873-5ef114969a20 .shg-proportional-font-size,
#s-a4a80816-4638-4d4b-8873-5ef114969a20 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-98415c1e-c581-4edd-95bc-2aa6525bee79 {
  margin-top: 18px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-98415c1e-c581-4edd-95bc-2aa6525bee79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98415c1e-c581-4edd-95bc-2aa6525bee79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98415c1e-c581-4edd-95bc-2aa6525bee79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98415c1e-c581-4edd-95bc-2aa6525bee79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98415c1e-c581-4edd-95bc-2aa6525bee79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98415c1e-c581-4edd-95bc-2aa6525bee79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98415c1e-c581-4edd-95bc-2aa6525bee79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  margin-left: auto;
margin-right: auto;
height: 35px;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  height: 30px;
max-width: 30px;
}
}
#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 img.shogun-image {
  width: 100%;
  height: 35px;
  
  max-width: 35px;

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




.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cea3aaa-a1a4-472f-be63-0d90bb15c556.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-305142f4-8f9a-4190-a370-b88c575b9b9e {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-305142f4-8f9a-4190-a370-b88c575b9b9e {
  margin-top: 0px;
margin-left: 0px;
}
}







#s-305142f4-8f9a-4190-a370-b88c575b9b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-305142f4-8f9a-4190-a370-b88c575b9b9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d5436f1-dc95-499a-b746-c07c0fb64e3d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2d5436f1-dc95-499a-b746-c07c0fb64e3d {
  margin-top: 15px;
}
}
#s-2d5436f1-dc95-499a-b746-c07c0fb64e3d .shogun-heading-component h4 {
  color: rgb(255, 0, 0);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-2d5436f1-dc95-499a-b746-c07c0fb64e3d .shogun-heading-component h4 {
  color: rgb(255, 0, 0);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-96577a60-73c0-4db5-bb67-02fb82f6c490 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-96577a60-73c0-4db5-bb67-02fb82f6c490 {
  margin-bottom: 0px;
max-width: 100%;
}
}
#s-96577a60-73c0-4db5-bb67-02fb82f6c490 .shg-proportional-font-size,
#s-96577a60-73c0-4db5-bb67-02fb82f6c490 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-96577a60-73c0-4db5-bb67-02fb82f6c490 .shg-proportional-font-size,
#s-96577a60-73c0-4db5-bb67-02fb82f6c490 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-9653d3bb-0d63-4ad1-89f0-474f74a97375 {
  margin-top: 18px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9653d3bb-0d63-4ad1-89f0-474f74a97375"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9653d3bb-0d63-4ad1-89f0-474f74a97375"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9653d3bb-0d63-4ad1-89f0-474f74a97375"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9653d3bb-0d63-4ad1-89f0-474f74a97375"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9653d3bb-0d63-4ad1-89f0-474f74a97375"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9653d3bb-0d63-4ad1-89f0-474f74a97375"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9653d3bb-0d63-4ad1-89f0-474f74a97375"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  margin-left: auto;
margin-right: auto;
height: 35px;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  height: 30px;
max-width: 30px;
}
}
#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 img.shogun-image {
  width: 100%;
  height: 35px;
  
  max-width: 35px;

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




.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ce45a6-2f4d-471c-a7d8-424ac3fae0a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-715d6799-f2ba-4027-8763-682e5dab181b {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-715d6799-f2ba-4027-8763-682e5dab181b {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-715d6799-f2ba-4027-8763-682e5dab181b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-715d6799-f2ba-4027-8763-682e5dab181b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8138a4-0a21-4914-838a-959bd1d6e175 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ff8138a4-0a21-4914-838a-959bd1d6e175 {
  margin-top: 15px;
}
}
#s-ff8138a4-0a21-4914-838a-959bd1d6e175 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-ff8138a4-0a21-4914-838a-959bd1d6e175 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-35ddf44a-4c76-4e8c-943a-a57f3f0695ea {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-35ddf44a-4c76-4e8c-943a-a57f3f0695ea {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 100%;
}
}
#s-35ddf44a-4c76-4e8c-943a-a57f3f0695ea .shg-proportional-font-size,
#s-35ddf44a-4c76-4e8c-943a-a57f3f0695ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-34e4b0bb-31c6-4244-97d6-d52edabb57fa {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34e4b0bb-31c6-4244-97d6-d52edabb57fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34e4b0bb-31c6-4244-97d6-d52edabb57fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34e4b0bb-31c6-4244-97d6-d52edabb57fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34e4b0bb-31c6-4244-97d6-d52edabb57fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34e4b0bb-31c6-4244-97d6-d52edabb57fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34e4b0bb-31c6-4244-97d6-d52edabb57fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34e4b0bb-31c6-4244-97d6-d52edabb57fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  margin-left: auto;
margin-right: auto;
height: 35px;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  height: 30px;
max-width: 30px;
}
}
#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe img.shogun-image {
  width: 100%;
  height: 35px;
  
  max-width: 35px;

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




.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a205af8-3efd-46d3-bb4f-ad85bce692fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a205af8-3efd-46d3-bb4f-ad85bce692fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d4c314b1-ef07-43a9-84a0-4a91824935dc {
  margin-left: -30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d4c314b1-ef07-43a9-84a0-4a91824935dc {
  margin-left: 0px;
}
}







#s-d4c314b1-ef07-43a9-84a0-4a91824935dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4c314b1-ef07-43a9-84a0-4a91824935dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16d8771a-83f6-49fd-a1c3-9f47f868a8da {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-16d8771a-83f6-49fd-a1c3-9f47f868a8da {
  margin-top: 15px;
}
}
#s-16d8771a-83f6-49fd-a1c3-9f47f868a8da .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-16d8771a-83f6-49fd-a1c3-9f47f868a8da .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-5289fc30-41d5-4647-b357-a7721336931e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}
@media (max-width: 767px){#s-5289fc30-41d5-4647-b357-a7721336931e {
  max-width: 100%;
}
}
#s-5289fc30-41d5-4647-b357-a7721336931e .shg-proportional-font-size,
#s-5289fc30-41d5-4647-b357-a7721336931e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-5289fc30-41d5-4647-b357-a7721336931e .shg-proportional-font-size,
#s-5289fc30-41d5-4647-b357-a7721336931e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-1f8fa998-b3cf-49d7-9908-b05af11adce0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-1f8fa998-b3cf-49d7-9908-b05af11adce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f8fa998-b3cf-49d7-9908-b05af11adce0.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-9ec9b437-dddd-417f-a1bc-7a30d21d4adb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-9ec9b437-dddd-417f-a1bc-7a30d21d4adb hr {
  border-top: 1px solid rgba(135, 158, 190, 1);
}

#s-29ed679f-506c-47b7-bd1d-10c9447db500 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-29ed679f-506c-47b7-bd1d-10c9447db500 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-29ed679f-506c-47b7-bd1d-10c9447db500 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
.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: ;
  font-family: ;
}

.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-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 12px;
padding-left: 120px;
padding-bottom: 12px;
padding-right: 120px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(10, 15, 30, 1);
border-style: none;
border-radius: 5px;
background-color: rgba(10, 15, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
}
#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(10, 15, 30, 1) !important;
background-color: rgba(10, 15, 30, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 50px;
padding-right: 50px;
}
}

  #s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2-root {
    text-align: center;
  }


#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2-root {
    text-align: center;
  }


#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2-root {
    text-align: center;
  }


#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2-root {
    text-align: center;
  }


#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2-root {
    text-align: center;
  }


#s-0652f37e-2ffc-4250-93fa-cb8acf4c3ed2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a9979d55-7e5a-40c6-a2f1-fcd20064fb65 {
  margin-top: 22px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9979d55-7e5a-40c6-a2f1-fcd20064fb65 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a9979d55-7e5a-40c6-a2f1-fcd20064fb65 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-2a7b3f37-a831-46d2-9559-0267e560cebe {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}

#s-2a7b3f37-a831-46d2-9559-0267e560cebe .shg-proportional-font-size,
#s-2a7b3f37-a831-46d2-9559-0267e560cebe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-2a7b3f37-a831-46d2-9559-0267e560cebe .shg-proportional-font-size,
#s-2a7b3f37-a831-46d2-9559-0267e560cebe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-c0d01863-08ca-4450-a416-ba65bda68f8c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c0d01863-08ca-4450-a416-ba65bda68f8c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-c0d01863-08ca-4450-a416-ba65bda68f8c .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  
}


}
#s-d9acdecb-78ed-4243-b9e5-f32f2cc1f55f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(235, 230, 236, 1);
}
@media (max-width: 767px){#s-d9acdecb-78ed-4243-b9e5-f32f2cc1f55f {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}
#s-d9acdecb-78ed-4243-b9e5-f32f2cc1f55f .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (max-width: 767px){#s-d9acdecb-78ed-4243-b9e5-f32f2cc1f55f .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-a5a46654-843e-43eb-a7f5-eb2abc2106cd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a5a46654-843e-43eb-a7f5-eb2abc2106cd .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


#s-a5a46654-843e-43eb-a7f5-eb2abc2106cd .shogun-heading-component h4 a {
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 767px){#s-a5a46654-843e-43eb-a7f5-eb2abc2106cd .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


#s-a5a46654-843e-43eb-a7f5-eb2abc2106cd .shogun-heading-component h4 a {
  color: rgba(51, 51, 51, 1);
}

}
#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(250, 245, 251, 1);
}
@media (min-width: 1200px){#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 {
  display: none;
}
#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17, #wrap-s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17, #wrap-content-s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 {
  display: none;
}
#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17, #wrap-s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17, #wrap-content-s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 {
  display: none;
}
#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17, #wrap-s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17, #wrap-content-s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 { display: none !important; }}@media (max-width: 767px){#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58c5f96f-f88a-4c85-98f2-f2d769b1fe17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a048f8dc-0ed4-4143-ae49-ee6656c36109 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(135, 158, 190, 1);
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-a048f8dc-0ed4-4143-ae49-ee6656c36109 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-a048f8dc-0ed4-4143-ae49-ee6656c36109 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a048f8dc-0ed4-4143-ae49-ee6656c36109 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


}
#s-103f8451-396d-4a66-aced-77a1e8d6a89a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-103f8451-396d-4a66-aced-77a1e8d6a89a {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
max-width: 350%;
}
}







#s-103f8451-396d-4a66-aced-77a1e8d6a89a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-103f8451-396d-4a66-aced-77a1e8d6a89a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-264179fa-06df-4942-b2de-95a3f6218718 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-264179fa-06df-4942-b2de-95a3f6218718 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}







#s-264179fa-06df-4942-b2de-95a3f6218718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-264179fa-06df-4942-b2de-95a3f6218718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-c551f096-ea58-43ce-9242-eef3a6da603b {
  height: 30px;
max-width: 30px;
}
}
#s-c551f096-ea58-43ce-9242-eef3a6da603b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c551f096-ea58-43ce-9242-eef3a6da603b img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 35px;

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




.s-c551f096-ea58-43ce-9242-eef3a6da603b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c551f096-ea58-43ce-9242-eef3a6da603b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c551f096-ea58-43ce-9242-eef3a6da603b img.shogun-image {
  width: 100%;
  
  
  

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




.s-c551f096-ea58-43ce-9242-eef3a6da603b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c551f096-ea58-43ce-9242-eef3a6da603b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c551f096-ea58-43ce-9242-eef3a6da603b img.shogun-image {
  width: 100%;
  
  
  

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




.s-c551f096-ea58-43ce-9242-eef3a6da603b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c551f096-ea58-43ce-9242-eef3a6da603b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c551f096-ea58-43ce-9242-eef3a6da603b img.shogun-image {
  width: 100%;
  
  
  

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




.s-c551f096-ea58-43ce-9242-eef3a6da603b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c551f096-ea58-43ce-9242-eef3a6da603b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c551f096-ea58-43ce-9242-eef3a6da603b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c551f096-ea58-43ce-9242-eef3a6da603b img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-c551f096-ea58-43ce-9242-eef3a6da603b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c551f096-ea58-43ce-9242-eef3a6da603b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-17962c92-2257-497c-9550-ad81a652475d {
  margin-top: -40px;
margin-left: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-17962c92-2257-497c-9550-ad81a652475d {
  margin-top: -45px;
margin-left: 45px;
}
}







#s-17962c92-2257-497c-9550-ad81a652475d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17962c92-2257-497c-9550-ad81a652475d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0f6e1af-47af-4638-9f69-c79abef7e833 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f0f6e1af-47af-4638-9f69-c79abef7e833 {
  margin-top: 15px;
margin-bottom: 0px;
}
}
#s-f0f6e1af-47af-4638-9f69-c79abef7e833 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-f0f6e1af-47af-4638-9f69-c79abef7e833 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-b7f9e00a-c47c-458e-ad37-a7ddec092b95 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 950px;
}
@media (max-width: 767px){#s-b7f9e00a-c47c-458e-ad37-a7ddec092b95 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 100%;
}
}
#s-b7f9e00a-c47c-458e-ad37-a7ddec092b95 .shg-proportional-font-size,
#s-b7f9e00a-c47c-458e-ad37-a7ddec092b95 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-b7f9e00a-c47c-458e-ad37-a7ddec092b95 .shg-proportional-font-size,
#s-b7f9e00a-c47c-458e-ad37-a7ddec092b95 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-41107d84-aad0-4b4b-a71c-5251d849710f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-41107d84-aad0-4b4b-a71c-5251d849710f {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}







#s-41107d84-aad0-4b4b-a71c-5251d849710f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41107d84-aad0-4b4b-a71c-5251d849710f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  height: 30px;
max-width: 30px;
}
}
#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 35px;

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




.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf img.shogun-image {
  width: 100%;
  
  
  

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




.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf img.shogun-image {
  width: 100%;
  
  
  

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




.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf img.shogun-image {
  width: 100%;
  
  
  

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




.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-87ae220e-f9ec-44c0-ac0e-418fc761abdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ae220e-f9ec-44c0-ac0e-418fc761abdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a438f8cb-65db-4413-8c42-3ffdd2617fff {
  margin-top: -40px;
margin-left: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a438f8cb-65db-4413-8c42-3ffdd2617fff {
  margin-top: -45px;
margin-left: 45px;
}
}







#s-a438f8cb-65db-4413-8c42-3ffdd2617fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a438f8cb-65db-4413-8c42-3ffdd2617fff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36c07c12-a58f-4261-bff8-8f85b8614254 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-36c07c12-a58f-4261-bff8-8f85b8614254 {
  margin-top: 15px;
margin-bottom: 0px;
}
}
#s-36c07c12-a58f-4261-bff8-8f85b8614254 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-36c07c12-a58f-4261-bff8-8f85b8614254 .shogun-heading-component h4 {
  color: rgba(244, 7, 7, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-d0be9de4-dc7f-436d-a292-4a30fee322d2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 950px;
}
@media (max-width: 767px){#s-d0be9de4-dc7f-436d-a292-4a30fee322d2 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 100%;
}
}
#s-d0be9de4-dc7f-436d-a292-4a30fee322d2 .shg-proportional-font-size,
#s-d0be9de4-dc7f-436d-a292-4a30fee322d2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d0be9de4-dc7f-436d-a292-4a30fee322d2 .shg-proportional-font-size,
#s-d0be9de4-dc7f-436d-a292-4a30fee322d2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-b7ae749a-bb4e-4847-a9a0-4e4b933256d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-b7ae749a-bb4e-4847-a9a0-4e4b933256d7 {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}







#s-b7ae749a-bb4e-4847-a9a0-4e4b933256d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7ae749a-bb4e-4847-a9a0-4e4b933256d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  height: 30px;
max-width: 30px;
}
}
#s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 35px;

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




.s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a32c487-4073-48d0-8410-40b9252f3cf7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a32c487-4073-48d0-8410-40b9252f3cf7 img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-5a32c487-4073-48d0-8410-40b9252f3cf7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a32c487-4073-48d0-8410-40b9252f3cf7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6bc3228b-9f50-4bc9-a245-5d36aa3962f9 {
  margin-top: -40px;
margin-left: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6bc3228b-9f50-4bc9-a245-5d36aa3962f9 {
  margin-top: -45px;
margin-left: 45px;
}
}







#s-6bc3228b-9f50-4bc9-a245-5d36aa3962f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bc3228b-9f50-4bc9-a245-5d36aa3962f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e65e808-b0fc-48fc-99e6-986d509da87a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8e65e808-b0fc-48fc-99e6-986d509da87a {
  margin-top: 15px;
margin-bottom: 0px;
}
}
#s-8e65e808-b0fc-48fc-99e6-986d509da87a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-8e65e808-b0fc-48fc-99e6-986d509da87a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-a71818e1-8aa2-41c6-a973-67aeda0b9e40 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 950px;
}
@media (max-width: 767px){#s-a71818e1-8aa2-41c6-a973-67aeda0b9e40 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 100%;
}
}
#s-a71818e1-8aa2-41c6-a973-67aeda0b9e40 .shg-proportional-font-size,
#s-a71818e1-8aa2-41c6-a973-67aeda0b9e40 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a71818e1-8aa2-41c6-a973-67aeda0b9e40 .shg-proportional-font-size,
#s-a71818e1-8aa2-41c6-a973-67aeda0b9e40 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-51475559-0ac7-4e3f-9a79-0367c403235f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-51475559-0ac7-4e3f-9a79-0367c403235f {
  margin-bottom: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}
}







#s-51475559-0ac7-4e3f-9a79-0367c403235f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51475559-0ac7-4e3f-9a79-0367c403235f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 35px;
text-align: left;
}
@media (max-width: 767px){#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  height: 30px;
max-width: 30px;
}
}
#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 35px;

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




.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 img.shogun-image {
  width: 100%;
  height: 30px;
  
  max-width: 30px;

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




.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5154d4a-e9f3-4ce9-9c66-17c0c35f0f70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c77c836a-60db-4ef0-b803-9a1d69ac99f4 {
  margin-top: -40px;
margin-left: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c77c836a-60db-4ef0-b803-9a1d69ac99f4 {
  margin-top: -45px;
margin-left: 45px;
}
}







#s-c77c836a-60db-4ef0-b803-9a1d69ac99f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c77c836a-60db-4ef0-b803-9a1d69ac99f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2b977f8-7748-4150-8e06-51501385c899 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e2b977f8-7748-4150-8e06-51501385c899 {
  margin-top: 15px;
margin-bottom: 0px;
}
}
#s-e2b977f8-7748-4150-8e06-51501385c899 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-e2b977f8-7748-4150-8e06-51501385c899 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-bc9f31b9-139d-478c-a48b-ee30075042f7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 950px;
}
@media (max-width: 767px){#s-bc9f31b9-139d-478c-a48b-ee30075042f7 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 100%;
}
}
#s-bc9f31b9-139d-478c-a48b-ee30075042f7 .shg-proportional-font-size,
#s-bc9f31b9-139d-478c-a48b-ee30075042f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-bc9f31b9-139d-478c-a48b-ee30075042f7 .shg-proportional-font-size,
#s-bc9f31b9-139d-478c-a48b-ee30075042f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-3f1bb6ed-2d64-4de4-98be-8f7f2ba2cb60 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-3f1bb6ed-2d64-4de4-98be-8f7f2ba2cb60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f1bb6ed-2d64-4de4-98be-8f7f2ba2cb60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d575d96d-3739-491a-9159-d25a08d68fcc {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (max-width: 767px){#s-d575d96d-3739-491a-9159-d25a08d68fcc {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-d575d96d-3739-491a-9159-d25a08d68fcc hr {
  border-top: 1px solid rgba(135, 158, 190, 1);
}

#s-ebbee6a8-78df-4c14-a17a-c1308b2a3c77 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ebbee6a8-78df-4c14-a17a-c1308b2a3c77 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-ebbee6a8-78df-4c14-a17a-c1308b2a3c77 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


}
#s-ce31694c-dc49-4397-8be0-855b13b39b36 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 12px;
padding-left: 120px;
padding-bottom: 12px;
padding-right: 120px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(10, 15, 30, 1);
border-style: none;
border-radius: 5px;
background-color: rgba(10, 15, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
}
#s-ce31694c-dc49-4397-8be0-855b13b39b36:hover {border-style: solid !important;
border-color: rgba(10, 15, 30, 1) !important;
background-color: rgba(10, 15, 30, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ce31694c-dc49-4397-8be0-855b13b39b36:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ce31694c-dc49-4397-8be0-855b13b39b36 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 50px;
padding-right: 50px;
}
}

  #s-ce31694c-dc49-4397-8be0-855b13b39b36-root {
    text-align: center;
  }


#s-ce31694c-dc49-4397-8be0-855b13b39b36.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce31694c-dc49-4397-8be0-855b13b39b36-root {
    text-align: center;
  }


#s-ce31694c-dc49-4397-8be0-855b13b39b36.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce31694c-dc49-4397-8be0-855b13b39b36-root {
    text-align: center;
  }


#s-ce31694c-dc49-4397-8be0-855b13b39b36.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce31694c-dc49-4397-8be0-855b13b39b36-root {
    text-align: center;
  }


#s-ce31694c-dc49-4397-8be0-855b13b39b36.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce31694c-dc49-4397-8be0-855b13b39b36-root {
    text-align: center;
  }


#s-ce31694c-dc49-4397-8be0-855b13b39b36.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a4e4ca7e-0a14-432e-a8ff-fceb9f4e82cd {
  margin-top: 22px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a4e4ca7e-0a14-432e-a8ff-fceb9f4e82cd .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-a4e4ca7e-0a14-432e-a8ff-fceb9f4e82cd .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.1em;
  
  
}


}
#s-809326c4-38e4-4d0b-acce-fa279a679a05 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 950px;
}

#s-809326c4-38e4-4d0b-acce-fa279a679a05 .shg-proportional-font-size,
#s-809326c4-38e4-4d0b-acce-fa279a679a05 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-809326c4-38e4-4d0b-acce-fa279a679a05 .shg-proportional-font-size,
#s-809326c4-38e4-4d0b-acce-fa279a679a05 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f27473e0-1edc-496e-b6fa-9d88d118fe1a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f27473e0-1edc-496e-b6fa-9d88d118fe1a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


@media (max-width: 767px){#s-f27473e0-1edc-496e-b6fa-9d88d118fe1a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  
}


}
#s-d7e95bdd-898b-4a05-9cc0-f4db8376476a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
text-align: center;
background-color: rgba(235, 230, 236, 1);
}
@media (max-width: 767px){#s-d7e95bdd-898b-4a05-9cc0-f4db8376476a {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}
#s-d7e95bdd-898b-4a05-9cc0-f4db8376476a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (max-width: 767px){#s-d7e95bdd-898b-4a05-9cc0-f4db8376476a .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-80a9adb3-ad6b-467b-bbd5-c15acb0d2a29 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-80a9adb3-ad6b-467b-bbd5-c15acb0d2a29 {
  margin-top: 10px;
}
}
#s-80a9adb3-ad6b-467b-bbd5-c15acb0d2a29 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.1em;
  
  
}


#s-80a9adb3-ad6b-467b-bbd5-c15acb0d2a29 .shogun-heading-component h4 a {
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 767px){#s-80a9adb3-ad6b-467b-bbd5-c15acb0d2a29 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.1em;
  
  
}


#s-80a9adb3-ad6b-467b-bbd5-c15acb0d2a29 .shogun-heading-component h4 a {
  color: rgba(51, 51, 51, 1);
}

}
/*
  $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;
}
