.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-28c6a920-57ef-47da-96be-8636ee354f38 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-28c6a920-57ef-47da-96be-8636ee354f38 {
  display: none;
}
#s-28c6a920-57ef-47da-96be-8636ee354f38, #wrap-s-28c6a920-57ef-47da-96be-8636ee354f38, #wrap-content-s-28c6a920-57ef-47da-96be-8636ee354f38 { display: none !important; }}







#s-28c6a920-57ef-47da-96be-8636ee354f38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28c6a920-57ef-47da-96be-8636ee354f38.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.666666666666666px);
}

[id="s-0fb850e7-0200-4630-b7e9-ffeb9d9dd11f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.666666666666666px);
}

}

.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-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  margin-top: 8px;
margin-left: 24%;
margin-bottom: 8px;
margin-right: 24%;
max-width: 80px;
text-align: center;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 24%;
  margin-right: 24%;
  margin-top: 8px;
  margin-bottom: 8px;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 16%;
  padding-right: 16%;
  
  
}


.shg-image-content-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d3baeb-1f8f-48d6-8dc6-2411ac8df163.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-f832349a-0772-4b0a-a1e6-74042ff72e4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f832349a-0772-4b0a-a1e6-74042ff72e4d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 0px;
  
}



#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 {
  display: none;
}
#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2, #wrap-s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2, #wrap-content-s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 {
  display: none;
}
#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2, #wrap-s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2, #wrap-content-s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 {
  display: none;
}
#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2, #wrap-s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2, #wrap-content-s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 { display: none !important; }}







#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-242cf5a0-79eb-42fa-aa47-beb9a281a9f2.shg-box.shg-c {
  justify-content: center;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  margin-top: 8px;
margin-left: 24%;
margin-bottom: 8px;
margin-right: 24%;
max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  max-width: 90px;
}
}
#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 24%;
  margin-right: 24%;
  margin-top: 8px;
  margin-bottom: 8px;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 16%;
  padding-right: 16%;
  
  
}


.shg-image-content-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

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




.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba86eee-2c04-48cb-b252-3f386ea9c7f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-87e41403-a2bf-469a-bc71-7cc3365e969f {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-87e41403-a2bf-469a-bc71-7cc3365e969f {
  display: none;
}
#s-87e41403-a2bf-469a-bc71-7cc3365e969f, #wrap-s-87e41403-a2bf-469a-bc71-7cc3365e969f, #wrap-content-s-87e41403-a2bf-469a-bc71-7cc3365e969f { display: none !important; }}
@media (min-width: 0px) {
[id="s-87e41403-a2bf-469a-bc71-7cc3365e969f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87e41403-a2bf-469a-bc71-7cc3365e969f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-87e41403-a2bf-469a-bc71-7cc3365e969f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-87e41403-a2bf-469a-bc71-7cc3365e969f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-87e41403-a2bf-469a-bc71-7cc3365e969f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-87e41403-a2bf-469a-bc71-7cc3365e969f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.666666666666666px);
}

[id="s-87e41403-a2bf-469a-bc71-7cc3365e969f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.666666666666666px);
}

}

#s-ed6c1766-b765-4dc6-859f-b2fd8c6474d3 {
  margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed6c1766-b765-4dc6-859f-b2fd8c6474d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed6c1766-b765-4dc6-859f-b2fd8c6474d3.shg-box.shg-c {
  justify-content: center;
}

#s-f9011bd1-d45d-469a-8c35-57130eba7976 {
  margin-top: 16px;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f9011bd1-d45d-469a-8c35-57130eba7976 {
  margin-top: 11px;
}
}
#s-f9011bd1-d45d-469a-8c35-57130eba7976 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -2px;
  
}



#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
max-width: 739px;
text-align: center;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 12px;
  
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d70875a4-bf85-4537-a75d-c7fc5feb2b53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-317c92a7-feb2-4730-804f-8780e8ead52e {
  margin-top: 8px;
margin-left: 0%;
margin-bottom: -42px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-317c92a7-feb2-4730-804f-8780e8ead52e .shogun-heading-component h1 {
  color: rgba(188, 42, 155, 1);
  font-weight:  900 ;
  font-family: "DM Sans";
  font-style:  italic ;
  font-size: 24px;
  
  letter-spacing: -2px;
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-5be51a03-27af-497d-a67b-985dbaad46b8 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: -32px;
margin-right: 8%;
}

#s-5be51a03-27af-497d-a67b-985dbaad46b8 hr {
  border-top: 1px solid rgba(188, 42, 155, 1);
}

#s-8e74b9cb-c7db-405e-8a08-bcca996f56ae {
  margin-top: 16px;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-8e74b9cb-c7db-405e-8a08-bcca996f56ae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "DM Sans";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-bd110741-bd4b-4db5-9268-0d8befe0d733 {
  margin-left: 8%;
margin-right: 8%;
}

#s-bd110741-bd4b-4db5-9268-0d8befe0d733 .shg-proportional-font-size,
#s-bd110741-bd4b-4db5-9268-0d8befe0d733 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  margin-left: 8%;
margin-right: 8%;
max-width: 200px;
text-align: left;
}
@media (min-width: 1200px){#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  display: none;
}
#s-bafc8ebb-2b7f-42a0-9138-95b903937e46, #wrap-s-bafc8ebb-2b7f-42a0-9138-95b903937e46, #wrap-content-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  display: none;
}
#s-bafc8ebb-2b7f-42a0-9138-95b903937e46, #wrap-s-bafc8ebb-2b7f-42a0-9138-95b903937e46, #wrap-content-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  display: none;
}
#s-bafc8ebb-2b7f-42a0-9138-95b903937e46, #wrap-s-bafc8ebb-2b7f-42a0-9138-95b903937e46, #wrap-content-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 { display: none !important; }}
#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 16px;
  padding-bottom: 16px;
}


.shg-image-content-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bafc8ebb-2b7f-42a0-9138-95b903937e46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-bafc8ebb-2b7f-42a0-9138-95b903937e46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafc8ebb-2b7f-42a0-9138-95b903937e46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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 {
  
  
}

.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-cb45b655-1815-4545-bc0f-816e938b34e1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
padding-left: 48px;
padding-bottom: 16px;
padding-right: 48px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cb45b655-1815-4545-bc0f-816e938b34e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb45b655-1815-4545-bc0f-816e938b34e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb45b655-1815-4545-bc0f-816e938b34e1-root {
    text-align: center;
  }


#s-cb45b655-1815-4545-bc0f-816e938b34e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb45b655-1815-4545-bc0f-816e938b34e1-root {
    text-align: center;
  }


#s-cb45b655-1815-4545-bc0f-816e938b34e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb45b655-1815-4545-bc0f-816e938b34e1-root {
    text-align: center;
  }


#s-cb45b655-1815-4545-bc0f-816e938b34e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb45b655-1815-4545-bc0f-816e938b34e1-root {
    text-align: center;
  }


#s-cb45b655-1815-4545-bc0f-816e938b34e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb45b655-1815-4545-bc0f-816e938b34e1-root {
    text-align: center;
  }


#s-cb45b655-1815-4545-bc0f-816e938b34e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c {
  display: none;
}
#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c, #wrap-s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c, #wrap-content-s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c {
  display: none;
}
#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c, #wrap-s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c, #wrap-content-s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c {
  display: none;
}
#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c, #wrap-s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c, #wrap-content-s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c { display: none !important; }}@media (max-width: 767px){#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c {
  margin-top: 16px;
margin-left: 4%;
margin-right: 4%;
}
}







#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2ab1c48-21e0-4ffb-a755-15e3d5796a4c.shg-box.shg-c {
  justify-content: center;
}

#s-899704dd-588b-4115-9d0c-226ec7d81c6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-899704dd-588b-4115-9d0c-226ec7d81c6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-899704dd-588b-4115-9d0c-226ec7d81c6e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-899704dd-588b-4115-9d0c-226ec7d81c6e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzk5NzllNmYtMjhkZi00ZGI1LWI2NzYtYjMwY2YyNmU5ZTBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZGQ4MDE5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTk3OWU2Zi0yOGRmLTRkYjUtYjY3Ni1iMzBjZjI2ZTllMGIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
padding-left: 52px;
padding-bottom: 16px;
padding-right: 52px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#dd8019"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
display: none;
}
#s-899704dd-588b-4115-9d0c-226ec7d81c6e, #wrap-s-899704dd-588b-4115-9d0c-226ec7d81c6e, #wrap-content-s-899704dd-588b-4115-9d0c-226ec7d81c6e { display: none !important; }#s-899704dd-588b-4115-9d0c-226ec7d81c6e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzFiOGQ1ZTEtYzcyZi00MTlkLWFjMjMtNTM2YmY3YmYyNmE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MWI4ZDVlMS1jNzJmLTQxOWQtYWMyMy01MzZiZjdiZjI2YTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}}

  #s-899704dd-588b-4115-9d0c-226ec7d81c6e-root {
    text-align: center;
  }


#s-899704dd-588b-4115-9d0c-226ec7d81c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-899704dd-588b-4115-9d0c-226ec7d81c6e-root {
    text-align: center;
  }


#s-899704dd-588b-4115-9d0c-226ec7d81c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-899704dd-588b-4115-9d0c-226ec7d81c6e-root {
    text-align: center;
  }


#s-899704dd-588b-4115-9d0c-226ec7d81c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-899704dd-588b-4115-9d0c-226ec7d81c6e-root {
    text-align: center;
  }


#s-899704dd-588b-4115-9d0c-226ec7d81c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-899704dd-588b-4115-9d0c-226ec7d81c6e-root {
    text-align: center;
  }


#s-899704dd-588b-4115-9d0c-226ec7d81c6e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-d014f065-c80f-48df-945a-0557824205ed {
  margin-left: auto;
margin-right: auto;
max-width: 739px;
text-align: center;
}
@media (max-width: 767px){#s-d014f065-c80f-48df-945a-0557824205ed {
  margin-top: 16px;
margin-left: 2%;
margin-right: 2%;
}
}
#s-d014f065-c80f-48df-945a-0557824205ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d014f065-c80f-48df-945a-0557824205ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d014f065-c80f-48df-945a-0557824205ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d014f065-c80f-48df-945a-0557824205ed img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d014f065-c80f-48df-945a-0557824205ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d014f065-c80f-48df-945a-0557824205ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d014f065-c80f-48df-945a-0557824205ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d014f065-c80f-48df-945a-0557824205ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d014f065-c80f-48df-945a-0557824205ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d014f065-c80f-48df-945a-0557824205ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d014f065-c80f-48df-945a-0557824205ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d014f065-c80f-48df-945a-0557824205ed img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d014f065-c80f-48df-945a-0557824205ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d014f065-c80f-48df-945a-0557824205ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d014f065-c80f-48df-945a-0557824205ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d014f065-c80f-48df-945a-0557824205ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d014f065-c80f-48df-945a-0557824205ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d014f065-c80f-48df-945a-0557824205ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d014f065-c80f-48df-945a-0557824205ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d014f065-c80f-48df-945a-0557824205ed img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d014f065-c80f-48df-945a-0557824205ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d014f065-c80f-48df-945a-0557824205ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d014f065-c80f-48df-945a-0557824205ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d014f065-c80f-48df-945a-0557824205ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d014f065-c80f-48df-945a-0557824205ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d014f065-c80f-48df-945a-0557824205ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d014f065-c80f-48df-945a-0557824205ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d014f065-c80f-48df-945a-0557824205ed img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d014f065-c80f-48df-945a-0557824205ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d014f065-c80f-48df-945a-0557824205ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d014f065-c80f-48df-945a-0557824205ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d014f065-c80f-48df-945a-0557824205ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d014f065-c80f-48df-945a-0557824205ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d014f065-c80f-48df-945a-0557824205ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 16px;
  
}

#s-d014f065-c80f-48df-945a-0557824205ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d014f065-c80f-48df-945a-0557824205ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d014f065-c80f-48df-945a-0557824205ed img.shogun-image {
  width: 100%;
  
  
  max-width: 739px;

      
    max-width: 739px;

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




.s-d014f065-c80f-48df-945a-0557824205ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d014f065-c80f-48df-945a-0557824205ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d014f065-c80f-48df-945a-0557824205ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d014f065-c80f-48df-945a-0557824205ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b74a2807-eb17-4c8f-adf2-553ec19b4e4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b74a2807-eb17-4c8f-adf2-553ec19b4e4d {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}
}
#s-b74a2807-eb17-4c8f-adf2-553ec19b4e4d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-b74a2807-eb17-4c8f-adf2-553ec19b4e4d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0px;
  
}


}
#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb {
  margin-top: 8px;
margin-left: 0%;
margin-bottom: -42px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb {
  display: none;
}
#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb, #wrap-s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb, #wrap-content-s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb {
  display: none;
}
#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb, #wrap-s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb, #wrap-content-s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb {
  display: none;
}
#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb, #wrap-s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb, #wrap-content-s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb { display: none !important; }}@media (max-width: 767px){#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb {
  margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
}
}
#s-a15145d9-5ccd-4632-bd0c-f57abb9f82fb .shogun-heading-component h1 {
  color: rgba(188, 42, 155, 1);
  font-weight:  900 ;
  font-family: "DM Sans";
  font-style:  italic ;
  font-size: 24px;
  
  letter-spacing: -2px;
  
}



#s-42edcd62-b6a0-4981-a872-366a15203c11 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-42edcd62-b6a0-4981-a872-366a15203c11 {
  display: none;
}
#s-42edcd62-b6a0-4981-a872-366a15203c11, #wrap-s-42edcd62-b6a0-4981-a872-366a15203c11, #wrap-content-s-42edcd62-b6a0-4981-a872-366a15203c11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42edcd62-b6a0-4981-a872-366a15203c11 {
  display: none;
}
#s-42edcd62-b6a0-4981-a872-366a15203c11, #wrap-s-42edcd62-b6a0-4981-a872-366a15203c11, #wrap-content-s-42edcd62-b6a0-4981-a872-366a15203c11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42edcd62-b6a0-4981-a872-366a15203c11 {
  display: none;
}
#s-42edcd62-b6a0-4981-a872-366a15203c11, #wrap-s-42edcd62-b6a0-4981-a872-366a15203c11, #wrap-content-s-42edcd62-b6a0-4981-a872-366a15203c11 { display: none !important; }}@media (max-width: 767px){#s-42edcd62-b6a0-4981-a872-366a15203c11 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-42edcd62-b6a0-4981-a872-366a15203c11 .shg-proportional-font-size,
#s-42edcd62-b6a0-4981-a872-366a15203c11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
padding-left: 48px;
padding-bottom: 16px;
padding-right: 48px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315 {
  display: none;
}
#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315, #wrap-s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315, #wrap-content-s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315 {
  display: none;
}
#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315, #wrap-s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315, #wrap-content-s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315 {
  display: none;
}
#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315, #wrap-s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315, #wrap-content-s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315 { display: none !important; }}

  #s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315-root {
    text-align: center;
  }


#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315-root {
    text-align: center;
  }


#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315-root {
    text-align: center;
  }


#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315-root {
    text-align: center;
  }


#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315-root {
    text-align: center;
  }


#s-dcc0e679-da2c-4b4d-a5ad-89c3298e6315.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-96c3cbde-5bd3-4131-ad18-e1c725f420db {
  margin-left: 15%;
margin-right: 15%;
}

#s-96c3cbde-5bd3-4131-ad18-e1c725f420db hr {
  border-top: 1px solid rgba(188, 42, 155, 1);
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  margin-left: 12%;
margin-bottom: 16px;
margin-right: 12%;
max-width: 16px;
text-align: center;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 12%;
  margin-right: 12%;
  
  margin-bottom: 16px;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 img.shogun-image {
  width: 100%;
  
  
  max-width: 16px;

      
    max-width: 16px;

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




.s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 img.shogun-image {
  width: 100%;
  
  
  max-width: 16px;

      
    max-width: 16px;

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




.s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 img.shogun-image {
  width: 100%;
  
  
  max-width: 16px;

      
    max-width: 16px;

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




.s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 img.shogun-image {
  width: 100%;
  
  
  max-width: 16px;

      
    max-width: 16px;

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




.s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e3ccaea-d270-433c-abf9-85a09d8c4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722 img.shogun-image {
  width: 100%;
  
  
  max-width: 16px;

      
    max-width: 16px;

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




.s-0e3ccaea-d270-433c-abf9-85a09d8c4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e3ccaea-d270-433c-abf9-85a09d8c4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a6682208-bca7-4855-b824-dd825dd139b7 {
  margin-left: 8%;
margin-right: 8%;
}

#s-a6682208-bca7-4855-b824-dd825dd139b7 .shg-proportional-font-size,
#s-a6682208-bca7-4855-b824-dd825dd139b7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f2550ac-c2aa-4327-ba7d-c4c71f3a36bd {
  margin-left: 4%;
margin-right: 4%;
}

#s-5f2550ac-c2aa-4327-ba7d-c4c71f3a36bd .shg-proportional-font-size,
#s-5f2550ac-c2aa-4327-ba7d-c4c71f3a36bd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
