.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-20d7d0c0-d08c-4d24-a38d-54068641aee3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-20d7d0c0-d08c-4d24-a38d-54068641aee3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-20d7d0c0-d08c-4d24-a38d-54068641aee3 {
  background-image: url(https://i.shgcdn.com/ac88f1fc-237e-4b48-ad71-7dceaff26dae/);
}








#s-20d7d0c0-d08c-4d24-a38d-54068641aee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20d7d0c0-d08c-4d24-a38d-54068641aee3.shg-box.shg-c {
  justify-content: center;
}

#s-d20ce3dc-6dab-4dbe-a5c5-63924a88b890 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d20ce3dc-6dab-4dbe-a5c5-63924a88b890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d20ce3dc-6dab-4dbe-a5c5-63924a88b890.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-f301687d-0617-45f3-b2c1-86638bbf79ad {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-59a9cb35-9704-4d23-bf3a-c4b99785cecf {
  margin-left: auto;
margin-right: auto;
}

#s-59a9cb35-9704-4d23-bf3a-c4b99785cecf .shg-proportional-font-size,
#s-59a9cb35-9704-4d23-bf3a-c4b99785cecf .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-59a9cb35-9704-4d23-bf3a-c4b99785cecf .shg-proportional-font-size,
#s-59a9cb35-9704-4d23-bf3a-c4b99785cecf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
.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-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin-left: auto;
margin-right: auto;
max-width: 182px;
text-align: center;
}
@media (min-width: 1200px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  max-width: 182px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  max-width: 182px;
}
}@media (max-width: 767px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 140px;
}
}
#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0b11af42-28fb-4f99-856f-45f7a983dd38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0b11af42-28fb-4f99-856f-45f7a983dd38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b11af42-28fb-4f99-856f-45f7a983dd38.shg-box.shg-c {
  justify-content: center;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  display: none;
}
#s-49f6d68a-21c7-4544-a755-c60913840f54, #wrap-s-49f6d68a-21c7-4544-a755-c60913840f54, #wrap-content-s-49f6d68a-21c7-4544-a755-c60913840f54 { display: none !important; }}
#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  display: none;
}
#s-30930ebc-3ca5-42d4-948e-32078d96d3bb, #wrap-s-30930ebc-3ca5-42d4-948e-32078d96d3bb, #wrap-content-s-30930ebc-3ca5-42d4-948e-32078d96d3bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  display: none;
}
#s-30930ebc-3ca5-42d4-948e-32078d96d3bb, #wrap-s-30930ebc-3ca5-42d4-948e-32078d96d3bb, #wrap-content-s-30930ebc-3ca5-42d4-948e-32078d96d3bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  display: none;
}
#s-30930ebc-3ca5-42d4-948e-32078d96d3bb, #wrap-s-30930ebc-3ca5-42d4-948e-32078d96d3bb, #wrap-content-s-30930ebc-3ca5-42d4-948e-32078d96d3bb { display: none !important; }}
#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-30930ebc-3ca5-42d4-948e-32078d96d3bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-30930ebc-3ca5-42d4-948e-32078d96d3bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30930ebc-3ca5-42d4-948e-32078d96d3bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}

#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/480x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/960x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/768x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/1536x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/1024x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/2048x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/1200x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/2048x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2971c4fc-1132-46e6-901e-ac684f5e3582 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shg-box.shg-c {
  justify-content: center;
}

#s-68dc29ec-bcae-4e4a-a255-7304c29d96f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-68dc29ec-bcae-4e4a-a255-7304c29d96f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68dc29ec-bcae-4e4a-a255-7304c29d96f1.shg-box.shg-c {
  justify-content: center;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}

#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/480x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/960x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/768x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/1536x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/1024x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/2048x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/1200x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74773243-68cb-49fc-b75e-0d32453caedc {
  background-image: url(https://i.shgcdn.com/ff9f8d29-8e54-4385-a4ec-1625e3078250/-/resize/2048x/);
}
#s-74773243-68cb-49fc-b75e-0d32453caedc.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-74773243-68cb-49fc-b75e-0d32453caedc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74773243-68cb-49fc-b75e-0d32453caedc.shg-box.shg-c {
  justify-content: center;
}

#s-13763543-1c52-464a-a021-1ef5cb6cf59a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-13763543-1c52-464a-a021-1ef5cb6cf59a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13763543-1c52-464a-a021-1ef5cb6cf59a.shg-box.shg-c {
  justify-content: center;
}

#s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b3a5417-f925-40e5-97bf-aee3c3c6d2a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4797bba4-680b-45c7-99a5-a94485f4afe9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 14px;
border-left-width: 14px;
border-bottom-width: 14px;
border-right-width: 14px;
border-color: rgba(245, 183, 84, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4797bba4-680b-45c7-99a5-a94485f4afe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4797bba4-680b-45c7-99a5-a94485f4afe9.shg-box.shg-c {
  justify-content: center;
}

#s-f666bf22-dfb5-43db-9ad9-77a7885be39a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f666bf22-dfb5-43db-9ad9-77a7885be39a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f666bf22-dfb5-43db-9ad9-77a7885be39a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f666bf22-dfb5-43db-9ad9-77a7885be39a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f666bf22-dfb5-43db-9ad9-77a7885be39a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f666bf22-dfb5-43db-9ad9-77a7885be39a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f666bf22-dfb5-43db-9ad9-77a7885be39a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f666bf22-dfb5-43db-9ad9-77a7885be39a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  margin-left: auto;
margin-right: auto;
max-width: 233px;
text-align: center;
}
@media (max-width: 767px){#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  margin-bottom: 20px;
max-width: 100%;
}
}
#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 img.shogun-image {
  width: 100%;
  
  
  max-width: 233px;

      
    max-width: 233px;

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




.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 img.shogun-image {
  width: 100%;
  
  
  max-width: 233px;

      
    max-width: 233px;

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




.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 img.shogun-image {
  width: 100%;
  
  
  max-width: 233px;

      
    max-width: 233px;

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




.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 img.shogun-image {
  width: 100%;
  
  
  max-width: 233px;

      
    max-width: 233px;

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




.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 img.shogun-image {
  width: 100%;
  
  
  max-width: 233px;

      
    max-width: 233px;

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




.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04bcc4e0-99ed-4554-8158-d4a1cce87df4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a883090e-8e5a-4837-bb7f-061f70084c43 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-a883090e-8e5a-4837-bb7f-061f70084c43 {
  margin-top: 30px;
}
}
#s-a883090e-8e5a-4837-bb7f-061f70084c43 .shg-proportional-font-size,
#s-a883090e-8e5a-4837-bb7f-061f70084c43 .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-a883090e-8e5a-4837-bb7f-061f70084c43 .shg-proportional-font-size,
#s-a883090e-8e5a-4837-bb7f-061f70084c43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f94544a8-0f60-4b56-8ea7-6bc845c24080 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-f94544a8-0f60-4b56-8ea7-6bc845c24080 {
  padding-top: 30px;
padding-bottom: 0px;
}
}







#s-f94544a8-0f60-4b56-8ea7-6bc845c24080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f94544a8-0f60-4b56-8ea7-6bc845c24080.shg-box.shg-c {
  justify-content: center;
}

#s-f9c4508d-b376-40cd-9dbd-31a03a01953f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f9c4508d-b376-40cd-9dbd-31a03a01953f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9c4508d-b376-40cd-9dbd-31a03a01953f.shg-box.shg-c {
  justify-content: center;
}

#s-fc9f8c07-ef07-4739-b971-4b04d6dd8229 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fc9f8c07-ef07-4739-b971-4b04d6dd8229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc9f8c07-ef07-4739-b971-4b04d6dd8229.shg-box.shg-c {
  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;
  
  
  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-08b6bcf1-d73b-475a-bd9a-d516d2b96ad2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-08b6bcf1-d73b-475a-bd9a-d516d2b96ad2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (max-width: 767px){#s-08b6bcf1-d73b-475a-bd9a-d516d2b96ad2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 {
  margin-top: -15px;
}
}
#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 .shg-proportional-font-size,
#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba746cc3-8a50-4d5d-9178-215bce6ee220 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 980px;
}








#s-ba746cc3-8a50-4d5d-9178-215bce6ee220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba746cc3-8a50-4d5d-9178-215bce6ee220.shg-box.shg-c {
  justify-content: center;
}

#s-7ba309cb-bda9-46ea-a653-6c6b5efc5916 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin-left: auto;
margin-right: auto;
max-width: 212px;
text-align: right;
}
@media (max-width: 767px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin-top: 0px;
margin-bottom: 30px;
max-width: 100%;
text-align: center;
}
}
#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  max-width: 212px;

      
    max-width: 212px;

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  max-width: 212px;

      
    max-width: 212px;

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  max-width: 212px;

      
    max-width: 212px;

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  max-width: 212px;

      
    max-width: 212px;

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 30px;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  max-width: 212px;

      
    max-width: 212px;

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1b6d6d3b-71d2-4562-9f21-4431cf3a6e29 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-1b6d6d3b-71d2-4562-9f21-4431cf3a6e29 {
  margin-top: 30px;
}
}
#s-1b6d6d3b-71d2-4562-9f21-4431cf3a6e29 .shg-proportional-font-size,
#s-1b6d6d3b-71d2-4562-9f21-4431cf3a6e29 .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-1b6d6d3b-71d2-4562-9f21-4431cf3a6e29 .shg-proportional-font-size,
#s-1b6d6d3b-71d2-4562-9f21-4431cf3a6e29 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 180px;
padding-bottom: 180px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
display: none;
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461, #wrap-s-97a55acb-e13d-436e-9e20-0134fee0f461, #wrap-content-s-97a55acb-e13d-436e-9e20-0134fee0f461 { display: none !important; }}
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/480x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/960x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/768x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/1536x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/1024x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/2048x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/1200x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/2048x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-97a55acb-e13d-436e-9e20-0134fee0f461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97a55acb-e13d-436e-9e20-0134fee0f461.shg-box.shg-c {
  justify-content: center;
}

#s-df55ba23-3cdc-4b19-aa0c-cf51f4f18cb1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-df55ba23-3cdc-4b19-aa0c-cf51f4f18cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df55ba23-3cdc-4b19-aa0c-cf51f4f18cb1.shg-box.shg-c {
  justify-content: center;
}

#s-59ab671f-10c5-4c9d-ae60-e020edde0880 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-05c4f6c0-9806-4dc9-8e66-910690185214 {
  margin-left: auto;
margin-right: auto;
}

#s-05c4f6c0-9806-4dc9-8e66-910690185214 .shg-proportional-font-size,
#s-05c4f6c0-9806-4dc9-8e66-910690185214 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b511bba7-253e-4b7f-a259-f264cd642d13 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b511bba7-253e-4b7f-a259-f264cd642d13 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-b511bba7-253e-4b7f-a259-f264cd642d13 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-5fa5a5e5-87a5-4f34-90d4-4f34a36e6f36 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5fa5a5e5-87a5-4f34-90d4-4f34a36e6f36 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-5fa5a5e5-87a5-4f34-90d4-4f34a36e6f36 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c42e3f8d-0418-409a-94ed-2a8147094aa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c42e3f8d-0418-409a-94ed-2a8147094aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c42e3f8d-0418-409a-94ed-2a8147094aa8.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 {
  margin-left: auto;
margin-right: auto;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-size: 24px;
  
  color: rgba(45, 64, 138, 1);
  
  
  
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column, #s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
@media (max-width: 767px){#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-size: 18px;
  
  color: rgba(45, 64, 138, 1);
  
  
  
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column, #s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
}
#s-a1400d50-60d6-4ac6-977b-279560ee7054 {
  margin-left: auto;
margin-right: auto;
}

#s-a1400d50-60d6-4ac6-977b-279560ee7054 .shg-proportional-font-size,
#s-a1400d50-60d6-4ac6-977b-279560ee7054 .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-a1400d50-60d6-4ac6-977b-279560ee7054 .shg-proportional-font-size,
#s-a1400d50-60d6-4ac6-977b-279560ee7054 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f {
  margin-left: auto;
margin-right: auto;
}

#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f .shg-proportional-font-size,
#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f .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-f48a3bac-123f-4de3-b6b9-a2f167210c1f .shg-proportional-font-size,
#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f7566c69-850f-4ee5-9349-df90ef11b33b {
  margin-left: auto;
margin-right: auto;
}

#s-f7566c69-850f-4ee5-9349-df90ef11b33b .shg-proportional-font-size,
#s-f7566c69-850f-4ee5-9349-df90ef11b33b .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-f7566c69-850f-4ee5-9349-df90ef11b33b .shg-proportional-font-size,
#s-f7566c69-850f-4ee5-9349-df90ef11b33b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b {
  margin-left: auto;
margin-right: auto;
}

#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .shg-proportional-font-size,
#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .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-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .shg-proportional-font-size,
#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-c365d0f4-3007-4a8f-8823-630f09923cef {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 0);
}

#s-c365d0f4-3007-4a8f-8823-630f09923cef .shg-proportional-font-size,
#s-c365d0f4-3007-4a8f-8823-630f09923cef .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-c365d0f4-3007-4a8f-8823-630f09923cef .shg-proportional-font-size,
#s-c365d0f4-3007-4a8f-8823-630f09923cef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-bb487b1d-38c0-41ec-a619-80f85e85da42 {
  margin-left: auto;
margin-right: auto;
}

#s-bb487b1d-38c0-41ec-a619-80f85e85da42 .shg-proportional-font-size,
#s-bb487b1d-38c0-41ec-a619-80f85e85da42 .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-bb487b1d-38c0-41ec-a619-80f85e85da42 .shg-proportional-font-size,
#s-bb487b1d-38c0-41ec-a619-80f85e85da42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 {
  margin-left: auto;
margin-right: auto;
}

#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 .shg-proportional-font-size,
#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 .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-b528c966-0003-4cad-89d1-3ea3e015f5d3 .shg-proportional-font-size,
#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-448895e6-ebac-4c4c-a937-4ed22492f518 {
  margin-left: auto;
margin-right: auto;
}

#s-448895e6-ebac-4c4c-a937-4ed22492f518 .shg-proportional-font-size,
#s-448895e6-ebac-4c4c-a937-4ed22492f518 .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-448895e6-ebac-4c4c-a937-4ed22492f518 .shg-proportional-font-size,
#s-448895e6-ebac-4c4c-a937-4ed22492f518 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-8adf7d52-2045-42ef-ad34-dd66630abb46 {
  margin-left: auto;
margin-right: auto;
}

#s-8adf7d52-2045-42ef-ad34-dd66630abb46 .shg-proportional-font-size,
#s-8adf7d52-2045-42ef-ad34-dd66630abb46 .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-8adf7d52-2045-42ef-ad34-dd66630abb46 .shg-proportional-font-size,
#s-8adf7d52-2045-42ef-ad34-dd66630abb46 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b {
  margin-left: auto;
margin-right: auto;
}

#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .shg-proportional-font-size,
#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .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-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .shg-proportional-font-size,
#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 190px;
text-align: center;
}
@media (max-width: 767px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  max-width: 130px;
}
}
#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 0px;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 180px;
padding-bottom: 180px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  display: none;
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a, #wrap-s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a, #wrap-content-s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  display: none;
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a, #wrap-s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a, #wrap-content-s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  display: none;
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a, #wrap-s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a, #wrap-content-s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a { display: none !important; }}@media (max-width: 767px){#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
}
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/480x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/960x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/768x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/1536x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/1024x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/2048x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/1200x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a {
  background-image: url(https://i.shgcdn.com/f7a34121-1fb1-4a32-ae8b-2c986618d581/-/resize/2048x/);
}
#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1564d2f3-6d2d-4ba3-b31e-1aa11a0aea6a.shg-box.shg-c {
  justify-content: center;
}

#s-be924eb0-d0fa-400e-9759-90b5a6874094 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-be924eb0-d0fa-400e-9759-90b5a6874094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be924eb0-d0fa-400e-9759-90b5a6874094.shg-box.shg-c {
  justify-content: center;
}

#s-f69ab28e-24cc-4570-91b5-bd7a39383696 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f69ab28e-24cc-4570-91b5-bd7a39383696"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f69ab28e-24cc-4570-91b5-bd7a39383696"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69ab28e-24cc-4570-91b5-bd7a39383696"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f69ab28e-24cc-4570-91b5-bd7a39383696"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69ab28e-24cc-4570-91b5-bd7a39383696"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f69ab28e-24cc-4570-91b5-bd7a39383696"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69ab28e-24cc-4570-91b5-bd7a39383696"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c52edcbd-8028-42d8-aec2-51411b54f361 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c52edcbd-8028-42d8-aec2-51411b54f361 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 62px;
  
  
  
}


@media (min-width: 1200px){#s-c52edcbd-8028-42d8-aec2-51411b54f361 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 62px;
  
  
  
}


}@media (max-width: 767px){#s-c52edcbd-8028-42d8-aec2-51411b54f361 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-17c8aa41-c110-46c3-84ed-1b9cdac68a90 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-17c8aa41-c110-46c3-84ed-1b9cdac68a90 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-17c8aa41-c110-46c3-84ed-1b9cdac68a90 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-8d4bfff0-a6b0-4ce1-b804-a00ab9ab1b2c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8d4bfff0-a6b0-4ce1-b804-a00ab9ab1b2c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-8d4bfff0-a6b0-4ce1-b804-a00ab9ab1b2c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-35e8190d-7603-4c2d-adf5-5e3b84158060 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-35e8190d-7603-4c2d-adf5-5e3b84158060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35e8190d-7603-4c2d-adf5-5e3b84158060.shg-box.shg-c {
  justify-content: center;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 {
  margin-left: auto;
margin-right: auto;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-size: 24px;
  
  color: rgba(45, 64, 138, 1);
  
  
  
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-column, #s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
@media (max-width: 767px){#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-size: 18px;
  
  color: rgba(45, 64, 138, 1);
  
  
  
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-column, #s-2bdc50a9-da48-423e-80a0-dd7555570ad1 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
}
#s-88f450a5-c192-43fe-9d30-36be38f27dc1 {
  margin-left: auto;
margin-right: auto;
}

#s-88f450a5-c192-43fe-9d30-36be38f27dc1 .shg-proportional-font-size,
#s-88f450a5-c192-43fe-9d30-36be38f27dc1 .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-88f450a5-c192-43fe-9d30-36be38f27dc1 .shg-proportional-font-size,
#s-88f450a5-c192-43fe-9d30-36be38f27dc1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-fcfa6137-0fca-44da-bc89-997685c6dbe2 {
  margin-left: auto;
margin-right: auto;
}

#s-fcfa6137-0fca-44da-bc89-997685c6dbe2 .shg-proportional-font-size,
#s-fcfa6137-0fca-44da-bc89-997685c6dbe2 .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-fcfa6137-0fca-44da-bc89-997685c6dbe2 .shg-proportional-font-size,
#s-fcfa6137-0fca-44da-bc89-997685c6dbe2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-8bb13e26-f793-4144-91ee-474d01cb82a3 {
  margin-left: auto;
margin-right: auto;
}

#s-8bb13e26-f793-4144-91ee-474d01cb82a3 .shg-proportional-font-size,
#s-8bb13e26-f793-4144-91ee-474d01cb82a3 .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-8bb13e26-f793-4144-91ee-474d01cb82a3 .shg-proportional-font-size,
#s-8bb13e26-f793-4144-91ee-474d01cb82a3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-c036a393-bd85-4f8e-8669-eb168b217a2c {
  margin-left: auto;
margin-right: auto;
}

#s-c036a393-bd85-4f8e-8669-eb168b217a2c .shg-proportional-font-size,
#s-c036a393-bd85-4f8e-8669-eb168b217a2c .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-c036a393-bd85-4f8e-8669-eb168b217a2c .shg-proportional-font-size,
#s-c036a393-bd85-4f8e-8669-eb168b217a2c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-14dd4305-f2e4-4c86-9212-b2a91c84c815 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 0);
}

#s-14dd4305-f2e4-4c86-9212-b2a91c84c815 .shg-proportional-font-size,
#s-14dd4305-f2e4-4c86-9212-b2a91c84c815 .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-14dd4305-f2e4-4c86-9212-b2a91c84c815 .shg-proportional-font-size,
#s-14dd4305-f2e4-4c86-9212-b2a91c84c815 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-484cf1ee-d940-4ca2-9045-e164ef4b787e {
  margin-left: auto;
margin-right: auto;
}

#s-484cf1ee-d940-4ca2-9045-e164ef4b787e .shg-proportional-font-size,
#s-484cf1ee-d940-4ca2-9045-e164ef4b787e .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-484cf1ee-d940-4ca2-9045-e164ef4b787e .shg-proportional-font-size,
#s-484cf1ee-d940-4ca2-9045-e164ef4b787e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-a4913337-0d93-49dd-958a-9e65b03798d6 {
  margin-left: auto;
margin-right: auto;
}

#s-a4913337-0d93-49dd-958a-9e65b03798d6 .shg-proportional-font-size,
#s-a4913337-0d93-49dd-958a-9e65b03798d6 .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-a4913337-0d93-49dd-958a-9e65b03798d6 .shg-proportional-font-size,
#s-a4913337-0d93-49dd-958a-9e65b03798d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-36a75d10-fe5c-4a80-850c-77e97ae5f6a9 {
  margin-left: auto;
margin-right: auto;
}

#s-36a75d10-fe5c-4a80-850c-77e97ae5f6a9 .shg-proportional-font-size,
#s-36a75d10-fe5c-4a80-850c-77e97ae5f6a9 .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-36a75d10-fe5c-4a80-850c-77e97ae5f6a9 .shg-proportional-font-size,
#s-36a75d10-fe5c-4a80-850c-77e97ae5f6a9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-80d4e2ff-0a87-4f0e-b40a-76659b7c2534 {
  margin-left: auto;
margin-right: auto;
}

#s-80d4e2ff-0a87-4f0e-b40a-76659b7c2534 .shg-proportional-font-size,
#s-80d4e2ff-0a87-4f0e-b40a-76659b7c2534 .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-80d4e2ff-0a87-4f0e-b40a-76659b7c2534 .shg-proportional-font-size,
#s-80d4e2ff-0a87-4f0e-b40a-76659b7c2534 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-6e9197f1-8062-4e3a-9c8a-a49284d12f20 {
  margin-left: auto;
margin-right: auto;
}

#s-6e9197f1-8062-4e3a-9c8a-a49284d12f20 .shg-proportional-font-size,
#s-6e9197f1-8062-4e3a-9c8a-a49284d12f20 .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-6e9197f1-8062-4e3a-9c8a-a49284d12f20 .shg-proportional-font-size,
#s-6e9197f1-8062-4e3a-9c8a-a49284d12f20 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 190px;
text-align: center;
}
@media (max-width: 767px){#s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  max-width: 130px;
}
}
#s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 0px;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6800cda7-3ab2-459e-9c08-7cd23cce937b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

      
    max-width: 190px;

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




.s-6800cda7-3ab2-459e-9c08-7cd23cce937b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6800cda7-3ab2-459e-9c08-7cd23cce937b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-24cd288d-cdbd-43ff-9931-538fde170de8 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-24cd288d-cdbd-43ff-9931-538fde170de8 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
}
}







#s-24cd288d-cdbd-43ff-9931-538fde170de8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24cd288d-cdbd-43ff-9931-538fde170de8.shg-box.shg-c {
  justify-content: center;
}

#s-1d603652-7b17-4788-9c32-c4c0f2822321 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1d603652-7b17-4788-9c32-c4c0f2822321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d603652-7b17-4788-9c32-c4c0f2822321.shg-box.shg-c {
  justify-content: center;
}

#s-1445dcf6-d259-4670-b030-ed804e3f5990 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1445dcf6-d259-4670-b030-ed804e3f5990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1445dcf6-d259-4670-b030-ed804e3f5990.shg-box.shg-c {
  justify-content: center;
}

#s-de25c1f7-9a8f-4cec-a9fb-4e5456c480d2 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-de25c1f7-9a8f-4cec-a9fb-4e5456c480d2 {
  margin-bottom: 10px;
}
}
#s-de25c1f7-9a8f-4cec-a9fb-4e5456c480d2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 68px;
  
  
  
}


@media (max-width: 767px){#s-de25c1f7-9a8f-4cec-a9fb-4e5456c480d2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-aa8f9612-1602-474a-b245-be943ff28155 {
  margin-left: auto;
margin-right: auto;
max-width: 1367px;
}
@media (max-width: 767px){#s-aa8f9612-1602-474a-b245-be943ff28155 {
  display: none;
}
#s-aa8f9612-1602-474a-b245-be943ff28155, #wrap-s-aa8f9612-1602-474a-b245-be943ff28155, #wrap-content-s-aa8f9612-1602-474a-b245-be943ff28155 { display: none !important; }}
@media (min-width: 0px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db963b57-3633-4225-afe3-7b5598a438d3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db963b57-3633-4225-afe3-7b5598a438d3 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


@media (max-width: 767px){#s-db963b57-3633-4225-afe3-7b5598a438d3 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-08251e63-3d62-49f9-9235-837d9690c1c0 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-08251e63-3d62-49f9-9235-837d9690c1c0 .shg-proportional-font-size,
#s-08251e63-3d62-49f9-9235-837d9690c1c0 .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-08251e63-3d62-49f9-9235-837d9690c1c0 .shg-proportional-font-size,
#s-08251e63-3d62-49f9-9235-837d9690c1c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-66aac639-485d-4327-be6e-1f98642ad84d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-66aac639-485d-4327-be6e-1f98642ad84d .shg-proportional-font-size,
#s-66aac639-485d-4327-be6e-1f98642ad84d .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-66aac639-485d-4327-be6e-1f98642ad84d .shg-proportional-font-size,
#s-66aac639-485d-4327-be6e-1f98642ad84d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-97e4d9a0-35b0-45cd-811b-ec92e5f5d964 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97e4d9a0-35b0-45cd-811b-ec92e5f5d964 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


@media (max-width: 767px){#s-97e4d9a0-35b0-45cd-811b-ec92e5f5d964 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin-left: auto;
margin-right: auto;
max-width: 895px;
text-align: center;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  max-width: 895px;

      
    max-width: 895px;

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  max-width: 895px;

      
    max-width: 895px;

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  max-width: 895px;

      
    max-width: 895px;

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  max-width: 895px;

      
    max-width: 895px;

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  max-width: 895px;

      
    max-width: 895px;

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eb4f20de-4096-4e5c-b397-80d10083ce8f {
  margin-left: auto;
margin-right: auto;
max-width: 1367px;
}
@media (min-width: 1200px){#s-eb4f20de-4096-4e5c-b397-80d10083ce8f {
  display: none;
}
#s-eb4f20de-4096-4e5c-b397-80d10083ce8f, #wrap-s-eb4f20de-4096-4e5c-b397-80d10083ce8f, #wrap-content-s-eb4f20de-4096-4e5c-b397-80d10083ce8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb4f20de-4096-4e5c-b397-80d10083ce8f {
  display: none;
}
#s-eb4f20de-4096-4e5c-b397-80d10083ce8f, #wrap-s-eb4f20de-4096-4e5c-b397-80d10083ce8f, #wrap-content-s-eb4f20de-4096-4e5c-b397-80d10083ce8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb4f20de-4096-4e5c-b397-80d10083ce8f {
  display: none;
}
#s-eb4f20de-4096-4e5c-b397-80d10083ce8f, #wrap-s-eb4f20de-4096-4e5c-b397-80d10083ce8f, #wrap-content-s-eb4f20de-4096-4e5c-b397-80d10083ce8f { display: none !important; }}
@media (min-width: 0px) {
[id="s-eb4f20de-4096-4e5c-b397-80d10083ce8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb4f20de-4096-4e5c-b397-80d10083ce8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb4f20de-4096-4e5c-b397-80d10083ce8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb4f20de-4096-4e5c-b397-80d10083ce8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24e0566f-f0f1-4d91-8c64-2dcaa4147dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0dbd9b43-2c1c-4278-8af7-7400bf81e791 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0dbd9b43-2c1c-4278-8af7-7400bf81e791 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


@media (max-width: 767px){#s-0dbd9b43-2c1c-4278-8af7-7400bf81e791 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-48c3684e-ca73-40df-ad06-34a20d3a39ec {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-48c3684e-ca73-40df-ad06-34a20d3a39ec .shg-proportional-font-size,
#s-48c3684e-ca73-40df-ad06-34a20d3a39ec .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-48c3684e-ca73-40df-ad06-34a20d3a39ec .shg-proportional-font-size,
#s-48c3684e-ca73-40df-ad06-34a20d3a39ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  margin-left: auto;
margin-right: auto;
max-width: 847px;
text-align: center;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf img.shogun-image {
  width: 100%;
  
  
  max-width: 847px;

      
    max-width: 847px;

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




.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf img.shogun-image {
  width: 100%;
  
  
  max-width: 847px;

      
    max-width: 847px;

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




.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf img.shogun-image {
  width: 100%;
  
  
  max-width: 847px;

      
    max-width: 847px;

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




.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf img.shogun-image {
  width: 100%;
  
  
  max-width: 847px;

      
    max-width: 847px;

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




.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf img.shogun-image {
  width: 100%;
  
  
  max-width: 847px;

      
    max-width: 847px;

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




.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a28e4b6b-3d59-4cb7-a548-14c9ccfbfecf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2f8363ba-952b-424c-9eff-c32b6e14fa9d {
  margin-left: auto;
margin-right: auto;
max-width: 1367px;
}
@media (min-width: 1200px){#s-2f8363ba-952b-424c-9eff-c32b6e14fa9d {
  display: none;
}
#s-2f8363ba-952b-424c-9eff-c32b6e14fa9d, #wrap-s-2f8363ba-952b-424c-9eff-c32b6e14fa9d, #wrap-content-s-2f8363ba-952b-424c-9eff-c32b6e14fa9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f8363ba-952b-424c-9eff-c32b6e14fa9d {
  display: none;
}
#s-2f8363ba-952b-424c-9eff-c32b6e14fa9d, #wrap-s-2f8363ba-952b-424c-9eff-c32b6e14fa9d, #wrap-content-s-2f8363ba-952b-424c-9eff-c32b6e14fa9d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f8363ba-952b-424c-9eff-c32b6e14fa9d {
  display: none;
}
#s-2f8363ba-952b-424c-9eff-c32b6e14fa9d, #wrap-s-2f8363ba-952b-424c-9eff-c32b6e14fa9d, #wrap-content-s-2f8363ba-952b-424c-9eff-c32b6e14fa9d { display: none !important; }}
@media (min-width: 0px) {
[id="s-2f8363ba-952b-424c-9eff-c32b6e14fa9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f8363ba-952b-424c-9eff-c32b6e14fa9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f8363ba-952b-424c-9eff-c32b6e14fa9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f8363ba-952b-424c-9eff-c32b6e14fa9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f8363ba-952b-424c-9eff-c32b6e14fa9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f8363ba-952b-424c-9eff-c32b6e14fa9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f8363ba-952b-424c-9eff-c32b6e14fa9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-7df22c8c-2b90-42aa-82c9-579ad49f3b36 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-7df22c8c-2b90-42aa-82c9-579ad49f3b36 .shg-proportional-font-size,
#s-7df22c8c-2b90-42aa-82c9-579ad49f3b36 .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-7df22c8c-2b90-42aa-82c9-579ad49f3b36 .shg-proportional-font-size,
#s-7df22c8c-2b90-42aa-82c9-579ad49f3b36 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-3da82448-baaa-4733-895c-75eb5f4c5467 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3da82448-baaa-4733-895c-75eb5f4c5467 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  
  
}


@media (max-width: 767px){#s-3da82448-baaa-4733-895c-75eb5f4c5467 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}


}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  padding-top: 60px;
padding-left: 10px;
padding-bottom: 60px;
padding-right: 10px;
}
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/480x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/960x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/768x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/1536x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/1024x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/2048x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/1200x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd {
  background-image: url(https://i.shgcdn.com/283b75d6-9508-42a0-bbc2-d5ced45d48f4/-/resize/2048x/);
}
#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38abf4e9-15a0-4fad-bfee-e15751ec53fd.shg-box.shg-c {
  justify-content: center;
}

#s-be079fc1-cf2b-47a7-9bf3-acf0e06d4224 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-be079fc1-cf2b-47a7-9bf3-acf0e06d4224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be079fc1-cf2b-47a7-9bf3-acf0e06d4224.shg-box.shg-c {
  justify-content: center;
}

#s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-6e27a67b-ef9f-4bd5-9b3a-50026eed6bb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

#s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  margin-left: auto;
margin-right: auto;
max-width: 553px;
text-align: center;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edd111d5-e289-4a1a-b587-a62434ea6248 img.shogun-image {
  width: 100%;
  
  
  max-width: 553px;

      
    max-width: 553px;

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




.s-edd111d5-e289-4a1a-b587-a62434ea6248 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edd111d5-e289-4a1a-b587-a62434ea6248 img.shogun-image {
  width: 100%;
  
  
  max-width: 553px;

      
    max-width: 553px;

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




.s-edd111d5-e289-4a1a-b587-a62434ea6248 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edd111d5-e289-4a1a-b587-a62434ea6248 img.shogun-image {
  width: 100%;
  
  
  max-width: 553px;

      
    max-width: 553px;

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




.s-edd111d5-e289-4a1a-b587-a62434ea6248 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edd111d5-e289-4a1a-b587-a62434ea6248 img.shogun-image {
  width: 100%;
  
  
  max-width: 553px;

      
    max-width: 553px;

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




.s-edd111d5-e289-4a1a-b587-a62434ea6248 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-edd111d5-e289-4a1a-b587-a62434ea6248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edd111d5-e289-4a1a-b587-a62434ea6248 img.shogun-image {
  width: 100%;
  
  
  max-width: 553px;

      
    max-width: 553px;

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




.s-edd111d5-e289-4a1a-b587-a62434ea6248 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd111d5-e289-4a1a-b587-a62434ea6248.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f68df8cf-9ede-43db-821e-53d8a58a9e45 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f68df8cf-9ede-43db-821e-53d8a58a9e45 {
  margin-top: 20px;
}
}
#s-f68df8cf-9ede-43db-821e-53d8a58a9e45 .shg-proportional-font-size,
#s-f68df8cf-9ede-43db-821e-53d8a58a9e45 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-13c517ed-317c-4ed6-b541-d06d67ac4cba {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-13c517ed-317c-4ed6-b541-d06d67ac4cba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c517ed-317c-4ed6-b541-d06d67ac4cba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13c517ed-317c-4ed6-b541-d06d67ac4cba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c517ed-317c-4ed6-b541-d06d67ac4cba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-163ae7af-64ff-4801-8ad4-ef8c2693c24e {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-163ae7af-64ff-4801-8ad4-ef8c2693c24e .shg-proportional-font-size,
#s-163ae7af-64ff-4801-8ad4-ef8c2693c24e .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-163ae7af-64ff-4801-8ad4-ef8c2693c24e .shg-proportional-font-size,
#s-163ae7af-64ff-4801-8ad4-ef8c2693c24e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-ad101268-65f5-478d-858e-7042c3277c5b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-ad101268-65f5-478d-858e-7042c3277c5b .shg-proportional-font-size,
#s-ad101268-65f5-478d-858e-7042c3277c5b .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-ad101268-65f5-478d-858e-7042c3277c5b .shg-proportional-font-size,
#s-ad101268-65f5-478d-858e-7042c3277c5b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-fc670ff7-6375-44db-b2ea-ebe2ae67ca39 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-fc670ff7-6375-44db-b2ea-ebe2ae67ca39 .shg-proportional-font-size,
#s-fc670ff7-6375-44db-b2ea-ebe2ae67ca39 .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-fc670ff7-6375-44db-b2ea-ebe2ae67ca39 .shg-proportional-font-size,
#s-fc670ff7-6375-44db-b2ea-ebe2ae67ca39 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-eb5de175-b81b-42ad-b155-8de166986b55 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-eb5de175-b81b-42ad-b155-8de166986b55 .shg-proportional-font-size,
#s-eb5de175-b81b-42ad-b155-8de166986b55 .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-eb5de175-b81b-42ad-b155-8de166986b55 .shg-proportional-font-size,
#s-eb5de175-b81b-42ad-b155-8de166986b55 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-5712687a-1f6a-4ff9-84ff-c1b0d3b8948b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-5712687a-1f6a-4ff9-84ff-c1b0d3b8948b .shg-proportional-font-size,
#s-5712687a-1f6a-4ff9-84ff-c1b0d3b8948b .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-5712687a-1f6a-4ff9-84ff-c1b0d3b8948b .shg-proportional-font-size,
#s-5712687a-1f6a-4ff9-84ff-c1b0d3b8948b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-b4f42abc-cb5c-499b-9d72-315d3fca07ce {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-b4f42abc-cb5c-499b-9d72-315d3fca07ce .shg-proportional-font-size,
#s-b4f42abc-cb5c-499b-9d72-315d3fca07ce .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-b4f42abc-cb5c-499b-9d72-315d3fca07ce .shg-proportional-font-size,
#s-b4f42abc-cb5c-499b-9d72-315d3fca07ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-47cf0828-7b2c-47e2-975f-7f9d3f7712d0 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-47cf0828-7b2c-47e2-975f-7f9d3f7712d0 .shg-proportional-font-size,
#s-47cf0828-7b2c-47e2-975f-7f9d3f7712d0 .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-47cf0828-7b2c-47e2-975f-7f9d3f7712d0 .shg-proportional-font-size,
#s-47cf0828-7b2c-47e2-975f-7f9d3f7712d0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-01b40151-14f6-4dfb-97c5-42634d1305aa {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-01b40151-14f6-4dfb-97c5-42634d1305aa .shg-proportional-font-size,
#s-01b40151-14f6-4dfb-97c5-42634d1305aa .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-01b40151-14f6-4dfb-97c5-42634d1305aa .shg-proportional-font-size,
#s-01b40151-14f6-4dfb-97c5-42634d1305aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-bd8895af-88c2-4323-9e22-8c688755c1eb {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-bd8895af-88c2-4323-9e22-8c688755c1eb {
  padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0%;
}
}







#s-bd8895af-88c2-4323-9e22-8c688755c1eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd8895af-88c2-4323-9e22-8c688755c1eb.shg-box.shg-c {
  justify-content: center;
}

#s-9dc0c2a0-7481-44eb-aca8-7d437429430f {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dc0c2a0-7481-44eb-aca8-7d437429430f .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 68px;
  
  
  
}


@media (max-width: 767px){#s-9dc0c2a0-7481-44eb-aca8-7d437429430f .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-701489b4-6d0f-48d2-a7bc-ac1f4a74eb9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-701489b4-6d0f-48d2-a7bc-ac1f4a74eb9a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-701489b4-6d0f-48d2-a7bc-ac1f4a74eb9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-701489b4-6d0f-48d2-a7bc-ac1f4a74eb9a.shg-box.shg-c {
  justify-content: center;
}

#s-a8f6b973-41b6-4981-b23e-9927eb6f48cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a8f6b973-41b6-4981-b23e-9927eb6f48cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8f6b973-41b6-4981-b23e-9927eb6f48cb.shg-box.shg-c {
  justify-content: center;
}

#s-8bebf07d-ed15-42e4-9282-650176d8903d {
  margin-left: auto;
margin-right: auto;
max-width: 1180px;
}

@media (min-width: 0px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-41414125-e60b-4ec3-b0d7-29caf74f0068 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-41414125-e60b-4ec3-b0d7-29caf74f0068 {
  text-align: center;
}
}
#s-41414125-e60b-4ec3-b0d7-29caf74f0068 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-41414125-e60b-4ec3-b0d7-29caf74f0068 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c40f33b1-8b30-4cd4-82a9-c51393564471 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

#s-c40f33b1-8b30-4cd4-82a9-c51393564471 .shg-proportional-font-size,
#s-c40f33b1-8b30-4cd4-82a9-c51393564471 .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-c40f33b1-8b30-4cd4-82a9-c51393564471 .shg-proportional-font-size,
#s-c40f33b1-8b30-4cd4-82a9-c51393564471 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f5ddaa8e-84c7-4c13-a6d0-3bbec4388ebb {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-f5ddaa8e-84c7-4c13-a6d0-3bbec4388ebb .shg-proportional-font-size,
#s-f5ddaa8e-84c7-4c13-a6d0-3bbec4388ebb .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-f5ddaa8e-84c7-4c13-a6d0-3bbec4388ebb .shg-proportional-font-size,
#s-f5ddaa8e-84c7-4c13-a6d0-3bbec4388ebb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin-bottom: 30px;
}
}
#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c61bef91-1492-46ca-b782-b62f681e9068 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c61bef91-1492-46ca-b782-b62f681e9068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c61bef91-1492-46ca-b782-b62f681e9068.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-6e9f330b-8bc7-4737-9c12-386bf960b5b2 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (max-width: 767px){#s-6e9f330b-8bc7-4737-9c12-386bf960b5b2 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-6e9f330b-8bc7-4737-9c12-386bf960b5b2 hr {
  border-top: 2px solid rgba(126, 126, 126, 1);
}

#s-ee9d22c9-a4ef-4b9e-9cd0-72b1ccdb7e41 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-ee9d22c9-a4ef-4b9e-9cd0-72b1ccdb7e41 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-ee9d22c9-a4ef-4b9e-9cd0-72b1ccdb7e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee9d22c9-a4ef-4b9e-9cd0-72b1ccdb7e41.shg-box.shg-c {
  justify-content: center;
}

#s-0eb6ed46-52a7-47c2-a5d5-afadbe4c76df {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb6ed46-52a7-47c2-a5d5-afadbe4c76df .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 68px;
  
  
  
}


@media (max-width: 767px){#s-0eb6ed46-52a7-47c2-a5d5-afadbe4c76df .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-3ac316ef-4d7b-406a-b3bb-9ceee5df98fd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3ac316ef-4d7b-406a-b3bb-9ceee5df98fd {
  margin-top: -15px;
}
}
#s-3ac316ef-4d7b-406a-b3bb-9ceee5df98fd .shg-proportional-font-size,
#s-3ac316ef-4d7b-406a-b3bb-9ceee5df98fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4ba15d7-b098-415a-88cf-87dc0fbf3a94 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1180px;
}
@media (max-width: 767px){#s-d4ba15d7-b098-415a-88cf-87dc0fbf3a94 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-d4ba15d7-b098-415a-88cf-87dc0fbf3a94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4ba15d7-b098-415a-88cf-87dc0fbf3a94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-d4ba15d7-b098-415a-88cf-87dc0fbf3a94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4ba15d7-b098-415a-88cf-87dc0fbf3a94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-826a0449-9aba-4f35-a89e-4764f0922392 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-826a0449-9aba-4f35-a89e-4764f0922392 .shg-proportional-font-size,
#s-826a0449-9aba-4f35-a89e-4764f0922392 .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-826a0449-9aba-4f35-a89e-4764f0922392 .shg-proportional-font-size,
#s-826a0449-9aba-4f35-a89e-4764f0922392 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-b363fc0e-44a1-4763-a187-e917838dcdaa {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b363fc0e-44a1-4763-a187-e917838dcdaa {
  margin-bottom: 20px;
}
}
#s-b363fc0e-44a1-4763-a187-e917838dcdaa .shg-proportional-font-size,
#s-b363fc0e-44a1-4763-a187-e917838dcdaa .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-b363fc0e-44a1-4763-a187-e917838dcdaa .shg-proportional-font-size,
#s-b363fc0e-44a1-4763-a187-e917838dcdaa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-ad915be8-3b07-46bf-968c-962db76a8e6f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-ad915be8-3b07-46bf-968c-962db76a8e6f .shg-proportional-font-size,
#s-ad915be8-3b07-46bf-968c-962db76a8e6f .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-ad915be8-3b07-46bf-968c-962db76a8e6f .shg-proportional-font-size,
#s-ad915be8-3b07-46bf-968c-962db76a8e6f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-db86f292-2d30-4b21-8685-8e81b8cd08f1 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-db86f292-2d30-4b21-8685-8e81b8cd08f1 .shg-proportional-font-size,
#s-db86f292-2d30-4b21-8685-8e81b8cd08f1 .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-db86f292-2d30-4b21-8685-8e81b8cd08f1 .shg-proportional-font-size,
#s-db86f292-2d30-4b21-8685-8e81b8cd08f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin-top: 30px;
max-width: 130px;
}
}
#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 80px;
  margin-bottom: 0px;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee 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-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee 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-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee 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-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee 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-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee 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-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 140px;
padding-bottom: 140px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
display: none;
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b, #wrap-s-dee8b3d5-14f0-4758-8470-26d47a45b37b, #wrap-content-s-dee8b3d5-14f0-4758-8470-26d47a45b37b { display: none !important; }}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/480x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/960x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/768x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/1536x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/1024x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/2048x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/1200x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/f9e8ba1f-ebd1-43f4-9ac3-147cf9a8817a/-/resize/2048x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-dee8b3d5-14f0-4758-8470-26d47a45b37b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shg-box.shg-c {
  justify-content: center;
}

#s-ecb95825-b2af-42ba-b18a-bd1041a7345d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ecb95825-b2af-42ba-b18a-bd1041a7345d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecb95825-b2af-42ba-b18a-bd1041a7345d.shg-box.shg-c {
  justify-content: center;
}

#s-b89d72cd-b1eb-4ff1-958d-85af1147f020 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-95111bc5-9a26-44ab-8e22-4d69b9ad5c3d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-95111bc5-9a26-44ab-8e22-4d69b9ad5c3d {
  margin-top: -30px;
}
}
#s-95111bc5-9a26-44ab-8e22-4d69b9ad5c3d .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 51px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-95111bc5-9a26-44ab-8e22-4d69b9ad5c3d .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}
#s-2e757442-3212-4286-827f-ec67c10ff9fa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-2e757442-3212-4286-827f-ec67c10ff9fa {
  margin-top: -15px;
}
}
#s-2e757442-3212-4286-827f-ec67c10ff9fa .shg-proportional-font-size,
#s-2e757442-3212-4286-827f-ec67c10ff9fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42c95e2b-4e43-4cfa-bd95-2aee61e333cc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-42c95e2b-4e43-4cfa-bd95-2aee61e333cc {
  margin-top: -30px;
}
}
#s-42c95e2b-4e43-4cfa-bd95-2aee61e333cc .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 51px;
  
  
  
}


@media (max-width: 767px){#s-42c95e2b-4e43-4cfa-bd95-2aee61e333cc .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}
#s-de250aed-980d-439a-9dd0-1b02405b2ac6 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de250aed-980d-439a-9dd0-1b02405b2ac6 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-de250aed-980d-439a-9dd0-1b02405b2ac6 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-759838df-d664-4629-af83-0932a9180887 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-759838df-d664-4629-af83-0932a9180887 {
  margin-top: -15px;
}
}
#s-759838df-d664-4629-af83-0932a9180887 .shg-proportional-font-size,
#s-759838df-d664-4629-af83-0932a9180887 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  max-width: 130px;
}
}
#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 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-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 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-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 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-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 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-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 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-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 {
  margin-left: auto;
margin-right: auto;
padding-top: 140px;
padding-bottom: 140px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 {
  display: none;
}
#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955, #wrap-s-5d309c5b-b307-485c-bb5a-6e5c99b6e955, #wrap-content-s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 {
  display: none;
}
#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955, #wrap-s-5d309c5b-b307-485c-bb5a-6e5c99b6e955, #wrap-content-s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 {
  display: none;
}
#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955, #wrap-s-5d309c5b-b307-485c-bb5a-6e5c99b6e955, #wrap-content-s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 { display: none !important; }}@media (max-width: 767px){#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
}
}







#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d309c5b-b307-485c-bb5a-6e5c99b6e955.shg-box.shg-c {
  justify-content: center;
}

#s-4c4433a1-8693-4209-bdb5-f424946475fc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4c4433a1-8693-4209-bdb5-f424946475fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c4433a1-8693-4209-bdb5-f424946475fc.shg-box.shg-c {
  justify-content: center;
}

#s-d0208459-459d-4b68-bcd2-2c468a9d5b14 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d0208459-459d-4b68-bcd2-2c468a9d5b14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0208459-459d-4b68-bcd2-2c468a9d5b14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0208459-459d-4b68-bcd2-2c468a9d5b14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0208459-459d-4b68-bcd2-2c468a9d5b14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fbf1f46-4597-4e54-8020-504184056310 {
  margin-left: auto;
margin-right: auto;
max-width: 848px;
text-align: center;
}

#s-4fbf1f46-4597-4e54-8020-504184056310 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fbf1f46-4597-4e54-8020-504184056310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fbf1f46-4597-4e54-8020-504184056310 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fbf1f46-4597-4e54-8020-504184056310 img.shogun-image {
  width: 100%;
  
  
  max-width: 848px;

      
    max-width: 848px;

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




.s-4fbf1f46-4597-4e54-8020-504184056310 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4fbf1f46-4597-4e54-8020-504184056310 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fbf1f46-4597-4e54-8020-504184056310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fbf1f46-4597-4e54-8020-504184056310 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fbf1f46-4597-4e54-8020-504184056310 img.shogun-image {
  width: 100%;
  
  
  max-width: 848px;

      
    max-width: 848px;

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




.s-4fbf1f46-4597-4e54-8020-504184056310 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4fbf1f46-4597-4e54-8020-504184056310 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fbf1f46-4597-4e54-8020-504184056310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fbf1f46-4597-4e54-8020-504184056310 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fbf1f46-4597-4e54-8020-504184056310 img.shogun-image {
  width: 100%;
  
  
  max-width: 848px;

      
    max-width: 848px;

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




.s-4fbf1f46-4597-4e54-8020-504184056310 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4fbf1f46-4597-4e54-8020-504184056310 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fbf1f46-4597-4e54-8020-504184056310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fbf1f46-4597-4e54-8020-504184056310 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fbf1f46-4597-4e54-8020-504184056310 img.shogun-image {
  width: 100%;
  
  
  max-width: 848px;

      
    max-width: 848px;

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




.s-4fbf1f46-4597-4e54-8020-504184056310 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4fbf1f46-4597-4e54-8020-504184056310 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4fbf1f46-4597-4e54-8020-504184056310-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4fbf1f46-4597-4e54-8020-504184056310 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4fbf1f46-4597-4e54-8020-504184056310 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4fbf1f46-4597-4e54-8020-504184056310 img.shogun-image {
  width: 100%;
  
  
  max-width: 848px;

      
    max-width: 848px;

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




.s-4fbf1f46-4597-4e54-8020-504184056310 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbf1f46-4597-4e54-8020-504184056310.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d89249b6-2204-493f-bebd-69bacc21b704 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d89249b6-2204-493f-bebd-69bacc21b704 {
  margin-top: -30px;
}
}
#s-d89249b6-2204-493f-bebd-69bacc21b704 .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 51px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-d89249b6-2204-493f-bebd-69bacc21b704 .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}
#s-d4b8caec-8d58-4130-8883-2c7c35ce4c91 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-d4b8caec-8d58-4130-8883-2c7c35ce4c91 {
  margin-top: -15px;
}
}
#s-d4b8caec-8d58-4130-8883-2c7c35ce4c91 .shg-proportional-font-size,
#s-d4b8caec-8d58-4130-8883-2c7c35ce4c91 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0f266e67-25e0-4fe6-8651-283424d5d2be {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0f266e67-25e0-4fe6-8651-283424d5d2be {
  margin-top: -30px;
}
}
#s-0f266e67-25e0-4fe6-8651-283424d5d2be .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 51px;
  
  
  
}


@media (max-width: 767px){#s-0f266e67-25e0-4fe6-8651-283424d5d2be .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}
#s-062730d7-aaf5-4f11-9cc9-b85da6cebf8c {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-062730d7-aaf5-4f11-9cc9-b85da6cebf8c .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-062730d7-aaf5-4f11-9cc9-b85da6cebf8c .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}
#s-18ed88ca-8615-431e-85c8-42b3d0d5ae1e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-18ed88ca-8615-431e-85c8-42b3d0d5ae1e {
  margin-top: -15px;
}
}
#s-18ed88ca-8615-431e-85c8-42b3d0d5ae1e .shg-proportional-font-size,
#s-18ed88ca-8615-431e-85c8-42b3d0d5ae1e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  max-width: 130px;
}
}
#s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d261e01-3ad6-4dfa-95b3-60770122905b 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-6d261e01-3ad6-4dfa-95b3-60770122905b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d261e01-3ad6-4dfa-95b3-60770122905b 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-6d261e01-3ad6-4dfa-95b3-60770122905b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d261e01-3ad6-4dfa-95b3-60770122905b 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-6d261e01-3ad6-4dfa-95b3-60770122905b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d261e01-3ad6-4dfa-95b3-60770122905b 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-6d261e01-3ad6-4dfa-95b3-60770122905b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d261e01-3ad6-4dfa-95b3-60770122905b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d261e01-3ad6-4dfa-95b3-60770122905b 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-6d261e01-3ad6-4dfa-95b3-60770122905b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d261e01-3ad6-4dfa-95b3-60770122905b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  
}
}@media (max-width: 767px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/480x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/960x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/768x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/1536x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/1024x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/2048x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/1200x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/2048x/);
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shg-box.shg-c {
  justify-content: center;
}

#s-4dc9e988-c783-4dd2-bf54-67c62d47dd18 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4dc9e988-c783-4dd2-bf54-67c62d47dd18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4dc9e988-c783-4dd2-bf54-67c62d47dd18.shg-box.shg-c {
  justify-content: center;
}

#s-67cb594a-83f2-4fe2-b646-99fb87e0ae16 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6ec34e55-75a2-4d90-9cb2-f71db3539997 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6ec34e55-75a2-4d90-9cb2-f71db3539997 {
  margin-bottom: 30px;
}
}







#s-6ec34e55-75a2-4d90-9cb2-f71db3539997 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ec34e55-75a2-4d90-9cb2-f71db3539997.shg-box.shg-c {
  justify-content: center;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  max-width: 80%;
}
}
#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-14a9500f-9f03-401e-af43-d517f69dacff {
  margin-left: auto;
margin-right: auto;
}

#s-14a9500f-9f03-401e-af43-d517f69dacff .shg-proportional-font-size,
#s-14a9500f-9f03-401e-af43-d517f69dacff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70c3f27d-957c-4790-9c8f-40cd01b93f5e {
  margin-left: auto;
margin-right: auto;
}

#s-70c3f27d-957c-4790-9c8f-40cd01b93f5e .shg-proportional-font-size,
#s-70c3f27d-957c-4790-9c8f-40cd01b93f5e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8c07ec97-98a6-497f-b997-cfe7e7d5fd4f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8c07ec97-98a6-497f-b997-cfe7e7d5fd4f {
  margin-bottom: 30px;
}
}







#s-8c07ec97-98a6-497f-b997-cfe7e7d5fd4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c07ec97-98a6-497f-b997-cfe7e7d5fd4f.shg-box.shg-c {
  justify-content: center;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-7191451d-bfcb-4865-945d-81c23fd782ee {
  max-width: 80%;
}
}
#s-7191451d-bfcb-4865-945d-81c23fd782ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7191451d-bfcb-4865-945d-81c23fd782ee img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-7191451d-bfcb-4865-945d-81c23fd782ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7191451d-bfcb-4865-945d-81c23fd782ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7191451d-bfcb-4865-945d-81c23fd782ee img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-7191451d-bfcb-4865-945d-81c23fd782ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7191451d-bfcb-4865-945d-81c23fd782ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7191451d-bfcb-4865-945d-81c23fd782ee img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-7191451d-bfcb-4865-945d-81c23fd782ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7191451d-bfcb-4865-945d-81c23fd782ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7191451d-bfcb-4865-945d-81c23fd782ee img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-7191451d-bfcb-4865-945d-81c23fd782ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7191451d-bfcb-4865-945d-81c23fd782ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7191451d-bfcb-4865-945d-81c23fd782ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7191451d-bfcb-4865-945d-81c23fd782ee img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-7191451d-bfcb-4865-945d-81c23fd782ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7191451d-bfcb-4865-945d-81c23fd782ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1a55c47d-0a8f-4708-b4f0-ca3af7d2f296 {
  margin-left: auto;
margin-right: auto;
}

#s-1a55c47d-0a8f-4708-b4f0-ca3af7d2f296 .shg-proportional-font-size,
#s-1a55c47d-0a8f-4708-b4f0-ca3af7d2f296 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f3626b08-15e9-4408-b53f-e4818d6dc7ec {
  margin-left: auto;
margin-right: auto;
}

#s-f3626b08-15e9-4408-b53f-e4818d6dc7ec .shg-proportional-font-size,
#s-f3626b08-15e9-4408-b53f-e4818d6dc7ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7043452c-e5d3-4252-a123-65df0f6e6bc6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7043452c-e5d3-4252-a123-65df0f6e6bc6 {
  margin-bottom: 0px;
}
}







#s-7043452c-e5d3-4252-a123-65df0f6e6bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7043452c-e5d3-4252-a123-65df0f6e6bc6.shg-box.shg-c {
  justify-content: center;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  max-width: 80%;
}
}
#s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-782dd8eb-77ff-458d-8994-1f35478ad849 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-782dd8eb-77ff-458d-8994-1f35478ad849 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-782dd8eb-77ff-458d-8994-1f35478ad849 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-782dd8eb-77ff-458d-8994-1f35478ad849 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-782dd8eb-77ff-458d-8994-1f35478ad849 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-782dd8eb-77ff-458d-8994-1f35478ad849 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-782dd8eb-77ff-458d-8994-1f35478ad849 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-782dd8eb-77ff-458d-8994-1f35478ad849 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-782dd8eb-77ff-458d-8994-1f35478ad849 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-782dd8eb-77ff-458d-8994-1f35478ad849 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-782dd8eb-77ff-458d-8994-1f35478ad849 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-782dd8eb-77ff-458d-8994-1f35478ad849.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c747ce5a-45f8-4e43-9b21-5a0af1725889 {
  margin-left: auto;
margin-right: auto;
}

#s-c747ce5a-45f8-4e43-9b21-5a0af1725889 .shg-proportional-font-size,
#s-c747ce5a-45f8-4e43-9b21-5a0af1725889 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ee177af5-57cb-41c3-8df2-4b213fd36c2c {
  margin-left: auto;
margin-right: auto;
}

#s-ee177af5-57cb-41c3-8df2-4b213fd36c2c .shg-proportional-font-size,
#s-ee177af5-57cb-41c3-8df2-4b213fd36c2c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c72cebe7-12a9-47ef-aa14-2487ab9404d0 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c72cebe7-12a9-47ef-aa14-2487ab9404d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c72cebe7-12a9-47ef-aa14-2487ab9404d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c72cebe7-12a9-47ef-aa14-2487ab9404d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c72cebe7-12a9-47ef-aa14-2487ab9404d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c72cebe7-12a9-47ef-aa14-2487ab9404d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c72cebe7-12a9-47ef-aa14-2487ab9404d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c72cebe7-12a9-47ef-aa14-2487ab9404d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-df34ae8c-ecbf-4731-bb3d-65d7fa33792d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-df34ae8c-ecbf-4731-bb3d-65d7fa33792d {
  margin-bottom: 30px;
}
}







#s-df34ae8c-ecbf-4731-bb3d-65d7fa33792d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df34ae8c-ecbf-4731-bb3d-65d7fa33792d.shg-box.shg-c {
  justify-content: center;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  max-width: 80%;
}
}
#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ed3bbeb6-c687-4bba-a586-06c7bf90858c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3bbeb6-c687-4bba-a586-06c7bf90858c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cf71175c-0ba6-4c3f-83ca-75375add1659 {
  margin-left: auto;
margin-right: auto;
}

#s-cf71175c-0ba6-4c3f-83ca-75375add1659 .shg-proportional-font-size,
#s-cf71175c-0ba6-4c3f-83ca-75375add1659 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d96da255-3093-41e1-9b6f-9308c85cc108 {
  margin-left: auto;
margin-right: auto;
}

#s-d96da255-3093-41e1-9b6f-9308c85cc108 .shg-proportional-font-size,
#s-d96da255-3093-41e1-9b6f-9308c85cc108 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-48b28153-7e24-4ee6-b884-867729065d05 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-48b28153-7e24-4ee6-b884-867729065d05 {
  margin-bottom: 0px;
}
}







#s-48b28153-7e24-4ee6-b884-867729065d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48b28153-7e24-4ee6-b884-867729065d05.shg-box.shg-c {
  justify-content: center;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  max-width: 80%;
}
}
#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c744923-f389-4881-bcf9-44ce1a89f6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-6c744923-f389-4881-bcf9-44ce1a89f6d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c744923-f389-4881-bcf9-44ce1a89f6d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-08ed6345-b5e3-44a4-a1b2-5b6460b8ad01 {
  margin-left: auto;
margin-right: auto;
}

#s-08ed6345-b5e3-44a4-a1b2-5b6460b8ad01 .shg-proportional-font-size,
#s-08ed6345-b5e3-44a4-a1b2-5b6460b8ad01 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-89265855-74f2-44da-9920-740231658453 {
  margin-left: auto;
margin-right: auto;
}

#s-89265855-74f2-44da-9920-740231658453 .shg-proportional-font-size,
#s-89265855-74f2-44da-9920-740231658453 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  display: none;
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022, #wrap-s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022, #wrap-content-s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  display: none;
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022, #wrap-s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022, #wrap-content-s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  display: none;
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022, #wrap-s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022, #wrap-content-s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 { display: none !important; }}@media (max-width: 767px){#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/480x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/960x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/768x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/1536x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/1024x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/2048x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/1200x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/2048x/);
}
#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f1990df-e311-4ac2-8e15-2f7bd8cc6022.shg-box.shg-c {
  justify-content: center;
}

#s-be9cc583-b99f-4851-be45-bfbcf26151e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-be9cc583-b99f-4851-be45-bfbcf26151e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be9cc583-b99f-4851-be45-bfbcf26151e4.shg-box.shg-c {
  justify-content: center;
}

#s-762b4953-6899-4517-9cdc-523be13d1507 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-762b4953-6899-4517-9cdc-523be13d1507"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-762b4953-6899-4517-9cdc-523be13d1507"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-762b4953-6899-4517-9cdc-523be13d1507"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-762b4953-6899-4517-9cdc-523be13d1507"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-09dbad01-3c64-448c-a1c2-67a9dcd355e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-09dbad01-3c64-448c-a1c2-67a9dcd355e4 {
  margin-bottom: 30px;
}
}







#s-09dbad01-3c64-448c-a1c2-67a9dcd355e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09dbad01-3c64-448c-a1c2-67a9dcd355e4.shg-box.shg-c {
  justify-content: center;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  max-width: 100%;
}
}
#s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-783aecec-2131-4ca1-a92d-25ee6018fa65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-783aecec-2131-4ca1-a92d-25ee6018fa65 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-783aecec-2131-4ca1-a92d-25ee6018fa65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783aecec-2131-4ca1-a92d-25ee6018fa65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c143131d-c0f1-4bd8-88c6-5d2ea94bb195 {
  margin-left: auto;
margin-right: auto;
}

#s-c143131d-c0f1-4bd8-88c6-5d2ea94bb195 .shg-proportional-font-size,
#s-c143131d-c0f1-4bd8-88c6-5d2ea94bb195 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-be0c3d20-df2d-421c-aa23-50e7f8231930 {
  margin-left: auto;
margin-right: auto;
}

#s-be0c3d20-df2d-421c-aa23-50e7f8231930 .shg-proportional-font-size,
#s-be0c3d20-df2d-421c-aa23-50e7f8231930 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8f07270f-6736-4a79-afc7-1cbd61fc3baa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8f07270f-6736-4a79-afc7-1cbd61fc3baa {
  margin-bottom: 30px;
}
}







#s-8f07270f-6736-4a79-afc7-1cbd61fc3baa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f07270f-6736-4a79-afc7-1cbd61fc3baa.shg-box.shg-c {
  justify-content: center;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  max-width: 100%;
}
}
#s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce20ad48-5220-494a-8186-d25eb6390dc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce20ad48-5220-494a-8186-d25eb6390dc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-ce20ad48-5220-494a-8186-d25eb6390dc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce20ad48-5220-494a-8186-d25eb6390dc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-24ec1691-3f1f-4b88-8c50-24360910a0e1 {
  margin-left: auto;
margin-right: auto;
}

#s-24ec1691-3f1f-4b88-8c50-24360910a0e1 .shg-proportional-font-size,
#s-24ec1691-3f1f-4b88-8c50-24360910a0e1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3d613e7b-edb0-4657-95e5-793438918eca {
  margin-left: auto;
margin-right: auto;
}

#s-3d613e7b-edb0-4657-95e5-793438918eca .shg-proportional-font-size,
#s-3d613e7b-edb0-4657-95e5-793438918eca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8ceb6957-0d36-4ceb-a9ac-382d5f64ac3b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8ceb6957-0d36-4ceb-a9ac-382d5f64ac3b {
  margin-bottom: 30px;
}
}







#s-8ceb6957-0d36-4ceb-a9ac-382d5f64ac3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ceb6957-0d36-4ceb-a9ac-382d5f64ac3b.shg-box.shg-c {
  justify-content: center;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-32824c45-17be-469c-90bc-11772d7a23bf {
  max-width: 100%;
}
}
#s-32824c45-17be-469c-90bc-11772d7a23bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32824c45-17be-469c-90bc-11772d7a23bf img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-32824c45-17be-469c-90bc-11772d7a23bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-32824c45-17be-469c-90bc-11772d7a23bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32824c45-17be-469c-90bc-11772d7a23bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32824c45-17be-469c-90bc-11772d7a23bf img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-32824c45-17be-469c-90bc-11772d7a23bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-32824c45-17be-469c-90bc-11772d7a23bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32824c45-17be-469c-90bc-11772d7a23bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32824c45-17be-469c-90bc-11772d7a23bf img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-32824c45-17be-469c-90bc-11772d7a23bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-32824c45-17be-469c-90bc-11772d7a23bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32824c45-17be-469c-90bc-11772d7a23bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32824c45-17be-469c-90bc-11772d7a23bf img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-32824c45-17be-469c-90bc-11772d7a23bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-32824c45-17be-469c-90bc-11772d7a23bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32824c45-17be-469c-90bc-11772d7a23bf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32824c45-17be-469c-90bc-11772d7a23bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32824c45-17be-469c-90bc-11772d7a23bf img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-32824c45-17be-469c-90bc-11772d7a23bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32824c45-17be-469c-90bc-11772d7a23bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e4c01179-81a2-43b6-b7fe-d531cfbe9803 {
  margin-left: auto;
margin-right: auto;
}

#s-e4c01179-81a2-43b6-b7fe-d531cfbe9803 .shg-proportional-font-size,
#s-e4c01179-81a2-43b6-b7fe-d531cfbe9803 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0f673240-eb37-471c-b330-5984d64985fa {
  margin-left: auto;
margin-right: auto;
}

#s-0f673240-eb37-471c-b330-5984d64985fa .shg-proportional-font-size,
#s-0f673240-eb37-471c-b330-5984d64985fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  max-width: 100%;
}
}
#s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-94db6261-2c42-43ab-acf5-ee4346b2b38c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-94db6261-2c42-43ab-acf5-ee4346b2b38c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94db6261-2c42-43ab-acf5-ee4346b2b38c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-69e0613f-c0bc-4879-967d-29853c77f9fd {
  margin-left: auto;
margin-right: auto;
}

#s-69e0613f-c0bc-4879-967d-29853c77f9fd .shg-proportional-font-size,
#s-69e0613f-c0bc-4879-967d-29853c77f9fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ed059e83-0f1a-44ce-8750-3d81ae57ef2f {
  margin-left: auto;
margin-right: auto;
}

#s-ed059e83-0f1a-44ce-8750-3d81ae57ef2f .shg-proportional-font-size,
#s-ed059e83-0f1a-44ce-8750-3d81ae57ef2f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  max-width: 100%;
}
}
#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

      
    max-width: 90%;

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




.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62bc5c4b-01df-4fc5-8bd0-8ed432af6201.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4243d402-d52f-443b-b02c-ea1b52769e21 {
  margin-left: auto;
margin-right: auto;
}

#s-4243d402-d52f-443b-b02c-ea1b52769e21 .shg-proportional-font-size,
#s-4243d402-d52f-443b-b02c-ea1b52769e21 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6659643a-8608-4a39-910b-78ea768fc9ca {
  margin-left: auto;
margin-right: auto;
}

#s-6659643a-8608-4a39-910b-78ea768fc9ca .shg-proportional-font-size,
#s-6659643a-8608-4a39-910b-78ea768fc9ca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2 {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
}
}







#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2.shg-box.shg-c {
  justify-content: center;
}

#s-bd32b278-3445-499c-987a-d8e72adc26ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bd32b278-3445-499c-987a-d8e72adc26ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd32b278-3445-499c-987a-d8e72adc26ea.shg-box.shg-c {
  justify-content: center;
}

#s-bd7af9f7-7d28-475e-97ab-630c42e55927 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bd7af9f7-7d28-475e-97ab-630c42e55927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd7af9f7-7d28-475e-97ab-630c42e55927.shg-box.shg-c {
  justify-content: center;
}

#s-fb760f12-6a61-4354-aab9-cd917c2ab3af {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb760f12-6a61-4354-aab9-cd917c2ab3af .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (max-width: 767px){#s-fb760f12-6a61-4354-aab9-cd917c2ab3af .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-70104000-58ea-455c-8472-fc5980c47246 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-7aa6ffd6-96bb-4557-8dba-fb0f90829b4a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7aa6ffd6-96bb-4557-8dba-fb0f90829b4a .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-7aa6ffd6-96bb-4557-8dba-fb0f90829b4a .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-283972ab-974d-4603-b3dd-46a37d2068aa {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 1200px){#s-283972ab-974d-4603-b3dd-46a37d2068aa {
  margin-top: -15px;
}
}
#s-283972ab-974d-4603-b3dd-46a37d2068aa .shg-proportional-font-size,
#s-283972ab-974d-4603-b3dd-46a37d2068aa .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-283972ab-974d-4603-b3dd-46a37d2068aa .shg-proportional-font-size,
#s-283972ab-974d-4603-b3dd-46a37d2068aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b {
  margin-top: -15px;
}
}
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b .shg-proportional-font-size,
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b .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-b5f8f253-0df2-42f0-b848-a99ea83cc07b .shg-proportional-font-size,
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-da35b916-6e05-4f9e-a265-83721063ccfc {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-da35b916-6e05-4f9e-a265-83721063ccfc {
  margin-top: -15px;
}
}
#s-da35b916-6e05-4f9e-a265-83721063ccfc .shg-proportional-font-size,
#s-da35b916-6e05-4f9e-a265-83721063ccfc .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-da35b916-6e05-4f9e-a265-83721063ccfc .shg-proportional-font-size,
#s-da35b916-6e05-4f9e-a265-83721063ccfc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-33dc6845-73d9-49d4-bc14-1fcd704d723e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-33dc6845-73d9-49d4-bc14-1fcd704d723e .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-33dc6845-73d9-49d4-bc14-1fcd704d723e .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-127576b3-bfb4-445b-bfac-07d3d7579155 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-127576b3-bfb4-445b-bfac-07d3d7579155 {
  margin-top: -15px;
}
}
#s-127576b3-bfb4-445b-bfac-07d3d7579155 .shg-proportional-font-size,
#s-127576b3-bfb4-445b-bfac-07d3d7579155 .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-127576b3-bfb4-445b-bfac-07d3d7579155 .shg-proportional-font-size,
#s-127576b3-bfb4-445b-bfac-07d3d7579155 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-863695d9-81cd-41c6-b0da-a280e219bfec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-863695d9-81cd-41c6-b0da-a280e219bfec .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-863695d9-81cd-41c6-b0da-a280e219bfec .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-d8043a00-dde9-4059-ae19-8dc974f254fd {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-d8043a00-dde9-4059-ae19-8dc974f254fd {
  margin-top: -15px;
}
}
#s-d8043a00-dde9-4059-ae19-8dc974f254fd .shg-proportional-font-size,
#s-d8043a00-dde9-4059-ae19-8dc974f254fd .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-d8043a00-dde9-4059-ae19-8dc974f254fd .shg-proportional-font-size,
#s-d8043a00-dde9-4059-ae19-8dc974f254fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-03a6b82c-4fb4-4702-9010-4577f147c4db {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-03a6b82c-4fb4-4702-9010-4577f147c4db .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-03a6b82c-4fb4-4702-9010-4577f147c4db .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b {
  margin-top: -15px;
}
}
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .shg-proportional-font-size,
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .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-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .shg-proportional-font-size,
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d {
  
}
}@media (max-width: 767px){#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d {
  padding-bottom: 50px;
}
}







#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d.shg-box.shg-c {
  justify-content: center;
}

#s-c5fd9724-00ae-4d63-b949-9e024e8ae494 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 80px;
}
@media (max-width: 767px){#s-c5fd9724-00ae-4d63-b949-9e024e8ae494 {
  padding-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  display: none;
}
#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c, #wrap-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c, #wrap-content-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c { display: none !important; }}
#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f19fa489-2d51-4f5e-a26c-07d632fe6719 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-f19fa489-2d51-4f5e-a26c-07d632fe6719 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-f19fa489-2d51-4f5e-a26c-07d632fe6719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f19fa489-2d51-4f5e-a26c-07d632fe6719.shg-box.shg-c {
  justify-content: center;
}

#s-7cf66c73-adda-4e7d-b3ff-8137fb7940a6 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7cf66c73-adda-4e7d-b3ff-8137fb7940a6 {
  margin-top: 14px;
}
}
#s-7cf66c73-adda-4e7d-b3ff-8137fb7940a6 .shogun-heading-component h2 {
  color: rgba(43, 62, 116, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.8em;
  
  
}


@media (min-width: 1200px){#s-7cf66c73-adda-4e7d-b3ff-8137fb7940a6 .shogun-heading-component h2 {
  color: rgba(43, 62, 116, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 55px;
  line-height: 0.8em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7cf66c73-adda-4e7d-b3ff-8137fb7940a6 .shogun-heading-component h2 {
  color: rgba(43, 62, 116, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 44px;
  line-height: 0.8em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7cf66c73-adda-4e7d-b3ff-8137fb7940a6 .shogun-heading-component h2 {
  color: rgba(43, 62, 116, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


}@media (max-width: 767px){#s-7cf66c73-adda-4e7d-b3ff-8137fb7940a6 .shogun-heading-component h2 {
  color: rgba(43, 62, 116, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


}
#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-99377f7f-be5a-4aa4-812c-95fddac05fff {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-99377f7f-be5a-4aa4-812c-95fddac05fff {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-99377f7f-be5a-4aa4-812c-95fddac05fff .shg-proportional-font-size,
#s-99377f7f-be5a-4aa4-812c-95fddac05fff .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-99377f7f-be5a-4aa4-812c-95fddac05fff .shg-proportional-font-size,
#s-99377f7f-be5a-4aa4-812c-95fddac05fff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
text-align: center;
}
@media (min-width: 1200px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  display: none;
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-content-s-cef1bb40-0ed2-437e-9e76-410be874f641 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  display: none;
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-content-s-cef1bb40-0ed2-437e-9e76-410be874f641 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  display: none;
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-content-s-cef1bb40-0ed2-437e-9e76-410be874f641 { display: none !important; }}
#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  max-width: 1792px;

      
    max-width: 1792px;

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  max-width: 1792px;

      
    max-width: 1792px;

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  max-width: 1792px;

      
    max-width: 1792px;

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  max-width: 1792px;

      
    max-width: 1792px;

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  max-width: 1792px;

      
    max-width: 1792px;

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  display: none;
}
#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d, #wrap-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d, #wrap-content-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d { display: none !important; }}
#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

      
    max-width: 100%;

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f386390a-13c2-494e-8447-9aa25d08c993 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f386390a-13c2-494e-8447-9aa25d08c993 {
  display: none;
}
#s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-content-s-f386390a-13c2-494e-8447-9aa25d08c993 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f386390a-13c2-494e-8447-9aa25d08c993 {
  display: none;
}
#s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-content-s-f386390a-13c2-494e-8447-9aa25d08c993 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f386390a-13c2-494e-8447-9aa25d08c993 {
  display: none;
}
#s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-content-s-f386390a-13c2-494e-8447-9aa25d08c993 { display: none !important; }}@media (max-width: 767px){#s-f386390a-13c2-494e-8447-9aa25d08c993 {
  padding-top: 20px;
padding-bottom: 40px;
display: none;
}
#s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-s-f386390a-13c2-494e-8447-9aa25d08c993, #wrap-content-s-f386390a-13c2-494e-8447-9aa25d08c993 { display: none !important; }}







#s-f386390a-13c2-494e-8447-9aa25d08c993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f386390a-13c2-494e-8447-9aa25d08c993.shg-box.shg-c {
  justify-content: center;
}

#s-cb2e615e-0c52-4206-9011-abb56cfe56d2 {
  margin-left: auto;
margin-right: auto;
}

#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  
}
}@media (max-width: 767px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  
}
}
@media (min-width: 0px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 55px;
  
  
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 44px;
  
  
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 40px;
  
  
  
}
}@media (max-width: 767px){#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 32px;
  
  
  
}
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-fc75e063-878b-4f47-b30d-014b47ff0eb3-btn-wrapper {
    text-align: center;
  }


#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn:active, #s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f .shg-product-sold-out {
  display: none;
  color: rgba(45, 64, 138, 1);
  font-size: 28px;
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-style:  normal ;
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f .shg-product-price {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-style:  normal ;
  font-size: 28px;
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper {
  display: flex;
}

#s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA4MWM0NGMtMDk2Mi00MWU1LWIwNWItODZmYjk2NmZjMjY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDgxYzQ0Yy0wOTYyLTQxZTUtYjA1Yi04NmZiOTY2ZmMyNjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 8px;
text-align: left;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#101c4c"}, {"id"=>2, "pos"=>1, "color"=>"#273a7f"}];
hover-type: gradient;
}
#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGRhZmM4OGYtZDYzYS00MjI0LTk0MTQtMTdlNzMzZTdiNTM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZGFmYzg4Zi1kNjNhLTQyMjQtOTQxNC0xN2U3MzNlN2I1MzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  
}
#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGUzY2M3NzYtNGNjNi00YTczLThjOGQtMjRlMmIwMmMzOTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZTNjYzc3Ni00Y2M2LTRhNzMtOGM4ZC0yNGUyYjAyYzM5NGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}}@media (max-width: 767px){#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  text-align: center;
}
#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWEzZjAyNzktMDQ0Yy00MTc2LTgwMjUtNDMyMWE0ZWZmYzYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YTNmMDI3OS0wNDRjLTQxNzYtODAyNS00MzIxYTRlZmZjNjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}}

  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: center;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9e728dc2-d90f-444b-8774-e674d2836c39 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-9e728dc2-d90f-444b-8774-e674d2836c39 {
  padding-top: 20px;
padding-bottom: 40px;
}
}







#s-9e728dc2-d90f-444b-8774-e674d2836c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e728dc2-d90f-444b-8774-e674d2836c39.shg-box.shg-c {
  justify-content: center;
}

#s-f8ef2225-5d50-4d76-9f03-de720fabbb17 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e096d6f5-2bb8-40f0-aa02-db9de3984711 {
  margin-left: auto;
margin-right: auto;
}

#s-3e48c936-dca8-4cc7-b5be-b595f848b402 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3e48c936-dca8-4cc7-b5be-b595f848b402 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e48c936-dca8-4cc7-b5be-b595f848b402 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e48c936-dca8-4cc7-b5be-b595f848b402 {
  
}
}@media (max-width: 767px){#s-3e48c936-dca8-4cc7-b5be-b595f848b402 {
  
}
}
@media (min-width: 0px) {
[id="s-3e48c936-dca8-4cc7-b5be-b595f848b402"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e48c936-dca8-4cc7-b5be-b595f848b402"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e48c936-dca8-4cc7-b5be-b595f848b402"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e48c936-dca8-4cc7-b5be-b595f848b402"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7c525311-08e5-483d-868e-790acaf86d1d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d {
  max-width:  100%;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d {
  max-width:  100%;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d {
  max-width:  100%;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d {
  max-width:  100%;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d {
  max-width:  100%;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d .shg-image-zoom,
.shg-c#s-7c525311-08e5-483d-868e-790acaf86d1d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ba6706f1-0a22-419f-b71c-f029ff037837 {
  margin-top: 150px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ba6706f1-0a22-419f-b71c-f029ff037837 .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 55px;
  
  
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-ba6706f1-0a22-419f-b71c-f029ff037837 .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 44px;
  
  
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba6706f1-0a22-419f-b71c-f029ff037837 .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 40px;
  
  
  
}
}@media (max-width: 767px){#s-ba6706f1-0a22-419f-b71c-f029ff037837 .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 32px;
  
  
  
}
}
#s-07bb8145-8600-4d84-838d-df207e95c0a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-07bb8145-8600-4d84-838d-df207e95c0a3-btn-wrapper {
    text-align: center;
  }


#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-variant-btn:active, #s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-07bb8145-8600-4d84-838d-df207e95c0a3 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-da3ee693-edc4-4cad-a25a-d7b0a3ac4feb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-da3ee693-edc4-4cad-a25a-d7b0a3ac4feb .shg-product-sold-out {
  display: none;
  color: rgba(45, 64, 138, 1);
  font-size: 28px;
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-style:  normal ;
}

#s-da3ee693-edc4-4cad-a25a-d7b0a3ac4feb .shg-product-price {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-style:  normal ;
  font-size: 28px;
}

#s-da3ee693-edc4-4cad-a25a-d7b0a3ac4feb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b51b77a-a71a-451b-8fa2-75fa6b9cbb14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-9b51b77a-a71a-451b-8fa2-75fa6b9cbb14 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9b51b77a-a71a-451b-8fa2-75fa6b9cbb14 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9b51b77a-a71a-451b-8fa2-75fa6b9cbb14 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9b51b77a-a71a-451b-8fa2-75fa6b9cbb14 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9b51b77a-a71a-451b-8fa2-75fa6b9cbb14 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA4MWM0NGMtMDk2Mi00MWU1LWIwNWItODZmYjk2NmZjMjY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDgxYzQ0Yy0wOTYyLTQxZTUtYjA1Yi04NmZiOTY2ZmMyNjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 8px;
text-align: left;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#101c4c"}, {"id"=>2, "pos"=>1, "color"=>"#273a7f"}];
hover-type: gradient;
}
#s-e0446323-e49b-4403-ae8e-daecc1ff18f4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTM1YTE3ODgtYjgxYy00ZDNmLThiYjctNjE3YWJmMDE3YmE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMzVhMTc4OC1iODFjLTRkM2YtOGJiNy02MTdhYmYwMTdiYTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}#s-e0446323-e49b-4403-ae8e-daecc1ff18f4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  
}
#s-e0446323-e49b-4403-ae8e-daecc1ff18f4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGUzY2M3NzYtNGNjNi00YTczLThjOGQtMjRlMmIwMmMzOTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZTNjYzc3Ni00Y2M2LTRhNzMtOGM4ZC0yNGUyYjAyYzM5NGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}}@media (max-width: 767px){#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  text-align: center;
}
#s-e0446323-e49b-4403-ae8e-daecc1ff18f4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWEzZjAyNzktMDQ0Yy00MTc2LTgwMjUtNDMyMWE0ZWZmYzYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YTNmMDI3OS0wNDRjLTQxNzYtODAyNS00MzIxYTRlZmZjNjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}}

  #s-e0446323-e49b-4403-ae8e-daecc1ff18f4-atc-btn-wrapper {
    text-align: left;
  }


#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e0446323-e49b-4403-ae8e-daecc1ff18f4-atc-btn-wrapper {
    text-align: left;
  }


#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0446323-e49b-4403-ae8e-daecc1ff18f4-atc-btn-wrapper {
    text-align: left;
  }


#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e0446323-e49b-4403-ae8e-daecc1ff18f4-atc-btn-wrapper {
    text-align: left;
  }


#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e0446323-e49b-4403-ae8e-daecc1ff18f4-atc-btn-wrapper {
    text-align: center;
  }


#s-e0446323-e49b-4403-ae8e-daecc1ff18f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  block ;
}

#s-e0446323-e49b-4403-ae8e-daecc1ff18f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6855612d-e199-44c3-85bf-a3c57acdc342 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-6855612d-e199-44c3-85bf-a3c57acdc342 {
  margin-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6855612d-e199-44c3-85bf-a3c57acdc342 {
  margin-bottom: -5px;
}
}@media (max-width: 767px){#s-6855612d-e199-44c3-85bf-a3c57acdc342 {
  margin-bottom: 10px;
}
}
#s-6855612d-e199-44c3-85bf-a3c57acdc342 .shg-proportional-font-size,
#s-6855612d-e199-44c3-85bf-a3c57acdc342 .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-6855612d-e199-44c3-85bf-a3c57acdc342 .shg-proportional-font-size,
#s-6855612d-e199-44c3-85bf-a3c57acdc342 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-a1933efd-5cab-420d-a63f-45e72558a277 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-a1933efd-5cab-420d-a63f-45e72558a277 .shg-proportional-font-size,
#s-a1933efd-5cab-420d-a63f-45e72558a277 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bf61c359-3f22-4d4a-8ebe-386461069527 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-bf61c359-3f22-4d4a-8ebe-386461069527 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-bf61c359-3f22-4d4a-8ebe-386461069527 {
  background-image: url(https://i.shgcdn.com/ac88f1fc-237e-4b48-ad71-7dceaff26dae/);
}








#s-bf61c359-3f22-4d4a-8ebe-386461069527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf61c359-3f22-4d4a-8ebe-386461069527.shg-box.shg-c {
  justify-content: center;
}

#s-23f1d99d-3147-4e9d-8478-24ae1400fc81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-23f1d99d-3147-4e9d-8478-24ae1400fc81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23f1d99d-3147-4e9d-8478-24ae1400fc81.shg-box.shg-c {
  justify-content: center;
}

#s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin-left: auto;
margin-right: auto;
max-width: 182px;
text-align: center;
}
@media (max-width: 767px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  max-width: 140px;
}
}
#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

      
    max-width: 182px;

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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