#s-9fd8ab1c-c112-4b50-82a5-4222f38466fa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-365b1443-92a3-4613-91a7-255747899cea {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-365b1443-92a3-4613-91a7-255747899cea {
  margin-top: -5px;
padding-top: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-365b1443-92a3-4613-91a7-255747899cea {
  margin-top: -5px;
padding-top: 350px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-365b1443-92a3-4613-91a7-255747899cea {
  margin-top: -5px;
padding-top: 350px;
display: none;
}
#s-365b1443-92a3-4613-91a7-255747899cea, #wrap-s-365b1443-92a3-4613-91a7-255747899cea, #wrap-content-s-365b1443-92a3-4613-91a7-255747899cea { display: none !important; }}@media (max-width: 767px){#s-365b1443-92a3-4613-91a7-255747899cea {
  display: none;
}
#s-365b1443-92a3-4613-91a7-255747899cea, #wrap-s-365b1443-92a3-4613-91a7-255747899cea, #wrap-content-s-365b1443-92a3-4613-91a7-255747899cea { display: none !important; }}
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/480x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/960x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/768x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/1536x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/1024x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/2048x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/1200x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-365b1443-92a3-4613-91a7-255747899cea {
  background-image: url(https://i.shgcdn.com/280e1c87-6069-463e-b542-0ba4837d8115/-/resize/2048x/);
}
#s-365b1443-92a3-4613-91a7-255747899cea.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-365b1443-92a3-4613-91a7-255747899cea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-365b1443-92a3-4613-91a7-255747899cea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-e2f64616-c12f-4579-b3c3-c34bbe6a96a0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-e2f64616-c12f-4579-b3c3-c34bbe6a96a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2f64616-c12f-4579-b3c3-c34bbe6a96a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f64616-c12f-4579-b3c3-c34bbe6a96a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f64616-c12f-4579-b3c3-c34bbe6a96a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b97f37b4-1739-4c9f-be8a-d384ffee0b55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b97f37b4-1739-4c9f-be8a-d384ffee0b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b97f37b4-1739-4c9f-be8a-d384ffee0b55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* 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-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  margin-left: auto;
margin-right: auto;
max-width: 378px;
text-align: center;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image {
  box-sizing: border-box;
}



.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  
}


@media (min-width: 1200px){#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image {
  box-sizing: border-box;
}



.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image {
  box-sizing: border-box;
}



.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image {
  box-sizing: border-box;
}



.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  
}


}@media (max-width: 767px){#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce8cb5dd-fe61-469d-9679-79fb642bb84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8cb5dd-fe61-469d-9679-79fb642bb84a.shogun-image {
  box-sizing: border-box;
}



.s-ce8cb5dd-fe61-469d-9679-79fb642bb84a img.shogun-image {
  
}


}
#s-8e2d2a01-5ab1-4df7-bce5-22cefd61fb81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8e2d2a01-5ab1-4df7-bce5-22cefd61fb81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e2d2a01-5ab1-4df7-bce5-22cefd61fb81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 {
  padding-bottom: 10px;
}
}
#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-961ad1d5-ae6c-4048-90e0-8b912f1eef15 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 {
  padding-bottom: 10px;
}
}
#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cadff0d5-33ff-4c38-b5b3-25b69ae9ad24 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-9b58dd6b-1b48-494c-91af-7f7fc16ff05e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9b58dd6b-1b48-494c-91af-7f7fc16ff05e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b58dd6b-1b48-494c-91af-7f7fc16ff05e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image {
  box-sizing: border-box;
}



.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image {
  box-sizing: border-box;
}



.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image {
  box-sizing: border-box;
}



.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image {
  box-sizing: border-box;
}



.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9.shogun-image {
  box-sizing: border-box;
}



.s-35e18a69-d9cb-44dc-a762-99cdf0cf56f9 img.shogun-image {
  
}


}
#s-d78cdacb-180e-4d79-8e5f-3405e3adf7e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d78cdacb-180e-4d79-8e5f-3405e3adf7e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d78cdacb-180e-4d79-8e5f-3405e3adf7e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22e32303-90e0-40e7-9c14-c9a30eb3393b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-22e32303-90e0-40e7-9c14-c9a30eb3393b {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22e32303-90e0-40e7-9c14-c9a30eb3393b {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22e32303-90e0-40e7-9c14-c9a30eb3393b {
  padding-bottom: 10px;
}
}
#s-22e32303-90e0-40e7-9c14-c9a30eb3393b .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-22e32303-90e0-40e7-9c14-c9a30eb3393b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-22e32303-90e0-40e7-9c14-c9a30eb3393b .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-22e32303-90e0-40e7-9c14-c9a30eb3393b .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 {
  padding-bottom: 10px;
}
}
#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-938551b3-4e0c-4f75-ad45-86c0f1e22c62 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-9a281fcb-41ed-4cbf-8125-31fd09420b2b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9a281fcb-41ed-4cbf-8125-31fd09420b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a281fcb-41ed-4cbf-8125-31fd09420b2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d {
  margin-left: auto;
margin-right: auto;
max-width: 390px;
text-align: center;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d {
  margin: 0 !important;
  overflow: visible;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add background color handling */
  
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e285f7b2-eaff-475a-aba5-6a602990812d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image {
  box-sizing: border-box;
}



.s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  
}


@media (min-width: 1200px){#s-e285f7b2-eaff-475a-aba5-6a602990812d {
  margin: 0 !important;
  overflow: visible;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add background color handling */
  
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e285f7b2-eaff-475a-aba5-6a602990812d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image {
  box-sizing: border-box;
}



.s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e285f7b2-eaff-475a-aba5-6a602990812d {
  margin: 0 !important;
  overflow: visible;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add background color handling */
  
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e285f7b2-eaff-475a-aba5-6a602990812d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image {
  box-sizing: border-box;
}



.s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e285f7b2-eaff-475a-aba5-6a602990812d {
  margin: 0 !important;
  overflow: visible;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add background color handling */
  
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e285f7b2-eaff-475a-aba5-6a602990812d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image {
  box-sizing: border-box;
}



.s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  
}


}@media (max-width: 767px){#s-e285f7b2-eaff-475a-aba5-6a602990812d {
  margin: 0 !important;
  overflow: visible;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e285f7b2-eaff-475a-aba5-6a602990812d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add background color handling */
  
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e285f7b2-eaff-475a-aba5-6a602990812d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e285f7b2-eaff-475a-aba5-6a602990812d.shogun-image {
  box-sizing: border-box;
}



.s-e285f7b2-eaff-475a-aba5-6a602990812d img.shogun-image {
  
}


}
#s-35188abd-2b35-4f71-8727-78f73ad6dc14 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-35188abd-2b35-4f71-8727-78f73ad6dc14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35188abd-2b35-4f71-8727-78f73ad6dc14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef {
  padding-bottom: 10px;
}
}
#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-81e84e0c-6522-4a56-bdcc-e4bd2a2d43ef .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-256c319c-95ee-4fde-b253-6080bfc9ec7b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-256c319c-95ee-4fde-b253-6080bfc9ec7b {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-256c319c-95ee-4fde-b253-6080bfc9ec7b {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-256c319c-95ee-4fde-b253-6080bfc9ec7b {
  padding-bottom: 10px;
}
}
#s-256c319c-95ee-4fde-b253-6080bfc9ec7b .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-256c319c-95ee-4fde-b253-6080bfc9ec7b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-256c319c-95ee-4fde-b253-6080bfc9ec7b .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-256c319c-95ee-4fde-b253-6080bfc9ec7b .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  margin-top: -5px;
padding-top: 350px;
display: none;
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85, #wrap-s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85, #wrap-content-s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  display: none;
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85, #wrap-s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85, #wrap-content-s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  margin-top: -5px;
padding-top: 350px;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
padding-top: 350px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/480x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/960x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/768x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/1536x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/1024x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/2048x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/1200x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 {
  background-image: url(https://i.shgcdn.com/334f7925-16b9-41a8-9349-ac6a820be6ce/-/resize/2048x/);
}
#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bcc5635-f552-4ac0-a0c4-e7a4d2534a85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-0e5f9d4c-8c19-47f4-9394-8debf71a70bb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-0e5f9d4c-8c19-47f4-9394-8debf71a70bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0e5f9d4c-8c19-47f4-9394-8debf71a70bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0e5f9d4c-8c19-47f4-9394-8debf71a70bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e5f9d4c-8c19-47f4-9394-8debf71a70bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e4a65dac-4f38-424d-89b7-941527d64fd6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e4a65dac-4f38-424d-89b7-941527d64fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4a65dac-4f38-424d-89b7-941527d64fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  margin-left: auto;
margin-right: auto;
max-width: 378px;
text-align: center;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image {
  box-sizing: border-box;
}



.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image {
  box-sizing: border-box;
}



.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image {
  box-sizing: border-box;
}



.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image {
  box-sizing: border-box;
}



.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50.shogun-image {
  box-sizing: border-box;
}



.s-bddbc4e4-e727-43a3-8bdf-4a276af1cd50 img.shogun-image {
  
}


}
#s-a1e75ff9-06b4-437c-b09f-885df5b19977 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a1e75ff9-06b4-437c-b09f-885df5b19977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1e75ff9-06b4-437c-b09f-885df5b19977.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eebef012-9b71-4a6f-9d10-b23911f7a32d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-eebef012-9b71-4a6f-9d10-b23911f7a32d {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eebef012-9b71-4a6f-9d10-b23911f7a32d {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eebef012-9b71-4a6f-9d10-b23911f7a32d {
  padding-bottom: 10px;
}
}
#s-eebef012-9b71-4a6f-9d10-b23911f7a32d .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-eebef012-9b71-4a6f-9d10-b23911f7a32d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eebef012-9b71-4a6f-9d10-b23911f7a32d .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eebef012-9b71-4a6f-9d10-b23911f7a32d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-eebef012-9b71-4a6f-9d10-b23911f7a32d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a {
  padding-bottom: 10px;
}
}
#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-a3cabdf6-1bfc-4a6f-866c-a4a4aca6ef0a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-2d97abd9-f395-4d6a-9bde-a58eb9de88ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2d97abd9-f395-4d6a-9bde-a58eb9de88ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d97abd9-f395-4d6a-9bde-a58eb9de88ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  margin: 0 !important;
  overflow: visible;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add background color handling */
  
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image {
  box-sizing: border-box;
}



.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  margin: 0 !important;
  overflow: visible;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add background color handling */
  
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image {
  box-sizing: border-box;
}



.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  margin: 0 !important;
  overflow: visible;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add background color handling */
  
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image {
  box-sizing: border-box;
}



.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  margin: 0 !important;
  overflow: visible;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add background color handling */
  
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image {
  box-sizing: border-box;
}



.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  margin: 0 !important;
  overflow: visible;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d49027e3-0672-48ea-b9ac-638c5ebf4249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add background color handling */
  
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49027e3-0672-48ea-b9ac-638c5ebf4249.shogun-image {
  box-sizing: border-box;
}



.s-d49027e3-0672-48ea-b9ac-638c5ebf4249 img.shogun-image {
  
}


}
#s-cc1e7939-ef0b-4620-8195-1906a8f5479b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cc1e7939-ef0b-4620-8195-1906a8f5479b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc1e7939-ef0b-4620-8195-1906a8f5479b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad {
  padding-bottom: 10px;
}
}
#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-5a87525a-87f3-48f4-a6fa-2bf1c5ce29ad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-a3d50e6b-bac3-4727-a904-47715ce1c088 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-a3d50e6b-bac3-4727-a904-47715ce1c088 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3d50e6b-bac3-4727-a904-47715ce1c088 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3d50e6b-bac3-4727-a904-47715ce1c088 {
  padding-bottom: 10px;
}
}
#s-a3d50e6b-bac3-4727-a904-47715ce1c088 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-a3d50e6b-bac3-4727-a904-47715ce1c088 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3d50e6b-bac3-4727-a904-47715ce1c088 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3d50e6b-bac3-4727-a904-47715ce1c088 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-a3d50e6b-bac3-4727-a904-47715ce1c088 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-e2c3748c-0b32-4427-bf24-c9d480b04928 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e2c3748c-0b32-4427-bf24-c9d480b04928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2c3748c-0b32-4427-bf24-c9d480b04928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  margin-left: auto;
margin-right: auto;
max-width: 390px;
text-align: center;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image {
  box-sizing: border-box;
}



.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image {
  box-sizing: border-box;
}



.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image {
  box-sizing: border-box;
}



.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image {
  box-sizing: border-box;
}



.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  margin: 0 !important;
  overflow: visible;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add background color handling */
  
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5481ba01-63f1-4ffe-ae3b-867c468bfb01.shogun-image {
  box-sizing: border-box;
}



.s-5481ba01-63f1-4ffe-ae3b-867c468bfb01 img.shogun-image {
  
}


}
#s-d694acf2-119a-4792-a524-b13fdc83eaac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d694acf2-119a-4792-a524-b13fdc83eaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d694acf2-119a-4792-a524-b13fdc83eaac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 {
  padding-bottom: 10px;
}
}
#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-0af8fe8c-021f-48ff-8f9e-d8273bc16c01 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 {
  padding-bottom: 10px;
}
}
#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-cf542983-c4ff-4734-9590-bcf3ccf181a0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  margin-top: -5px;
padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  margin-top: -5px;
padding-top: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  margin-top: -5px;
padding-top: 80px;
}
}@media (max-width: 767px){#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  margin-top: -5px;
}
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/480x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/960x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/768x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/1536x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/1024x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/2048x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/1200x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4784503a-6bdd-498d-be4d-1b448e6812c3 {
  background-image: url(https://i.shgcdn.com/732e13e6-ccc1-49d9-90a6-d0c4ae11029d/-/resize/2048x/);
}
#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4784503a-6bdd-498d-be4d-1b448e6812c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4784503a-6bdd-498d-be4d-1b448e6812c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e92b07bf-5ae1-4bd4-bb05-97c7b66ecdb3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e92b07bf-5ae1-4bd4-bb05-97c7b66ecdb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e92b07bf-5ae1-4bd4-bb05-97c7b66ecdb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 {
  padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}
#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 1200px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-2b60f0c4-a41a-4c4b-87b7-aa0f19f51fb5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}


}
#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 {
  padding-bottom: 75px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 {
  padding-bottom: 75px;
}
}
#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-cc0c041a-ff6f-4683-a33e-5575937a98a5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-8912b572-9bfa-433a-8070-4888e5551b72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8912b572-9bfa-433a-8070-4888e5551b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8912b572-9bfa-433a-8070-4888e5551b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  margin-left: auto;
margin-right: auto;
max-width: 980px;
text-align: center;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 img.shogun-image {
  width: 100%;
  
  
  max-width: 980px;

      
    max-width: 980px;

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




.s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 img.shogun-image {
  width: 100%;
  
  
  max-width: 980px;

      
    max-width: 980px;

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




.s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 img.shogun-image {
  width: 100%;
  
  
  max-width: 980px;

      
    max-width: 980px;

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




.s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 img.shogun-image {
  width: 100%;
  
  
  max-width: 980px;

      
    max-width: 980px;

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




.s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ecd3127b-eb5f-4834-b16f-10806a41cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63 img.shogun-image {
  width: 100%;
  
  
  max-width: 980px;

      
    max-width: 980px;

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




.s-ecd3127b-eb5f-4834-b16f-10806a41cd63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3127b-eb5f-4834-b16f-10806a41cd63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8349caf0-038e-4caa-ac4b-8e7a5f67084c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-8349caf0-038e-4caa-ac4b-8e7a5f67084c {
  display: none;
}
#s-8349caf0-038e-4caa-ac4b-8e7a5f67084c, #wrap-s-8349caf0-038e-4caa-ac4b-8e7a5f67084c, #wrap-content-s-8349caf0-038e-4caa-ac4b-8e7a5f67084c { display: none !important; }}







#s-8349caf0-038e-4caa-ac4b-8e7a5f67084c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8349caf0-038e-4caa-ac4b-8e7a5f67084c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1d599ac-92e4-4e78-856b-989c0604de6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d1d599ac-92e4-4e78-856b-989c0604de6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1d599ac-92e4-4e78-856b-989c0604de6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e98f3025-7e63-480b-94a8-3e94d723a9a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e98f3025-7e63-480b-94a8-3e94d723a9a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e98f3025-7e63-480b-94a8-3e94d723a9a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ee84459-697c-42dc-b681-afa26f6325fe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-1ee84459-697c-42dc-b681-afa26f6325fe {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ee84459-697c-42dc-b681-afa26f6325fe {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ee84459-697c-42dc-b681-afa26f6325fe {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-1ee84459-697c-42dc-b681-afa26f6325fe {
  padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}
#s-1ee84459-697c-42dc-b681-afa26f6325fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 1200px){#s-1ee84459-697c-42dc-b681-afa26f6325fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1ee84459-697c-42dc-b681-afa26f6325fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1ee84459-697c-42dc-b681-afa26f6325fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-1ee84459-697c-42dc-b681-afa26f6325fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}


}
#s-6f5e1f15-5b34-4081-aade-b774135a0390 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 70%;
}
@media (min-width: 1200px){#s-6f5e1f15-5b34-4081-aade-b774135a0390 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 70%;
}
}@media (max-width: 767px){#s-6f5e1f15-5b34-4081-aade-b774135a0390 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-6f5e1f15-5b34-4081-aade-b774135a0390"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f5e1f15-5b34-4081-aade-b774135a0390"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f5e1f15-5b34-4081-aade-b774135a0390"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f5e1f15-5b34-4081-aade-b774135a0390"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-18a3a9d8-737d-4be4-96ab-9addecc5118c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18a3a9d8-737d-4be4-96ab-9addecc5118c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18a3a9d8-737d-4be4-96ab-9addecc5118c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image {
  box-sizing: border-box;
}



.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  
}


@media (min-width: 1200px){#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image {
  box-sizing: border-box;
}



.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image {
  box-sizing: border-box;
}



.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image {
  box-sizing: border-box;
}



.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  
}


}@media (max-width: 767px){#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  margin: 0 !important;
  overflow: visible;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add background color handling */
  
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd.shogun-image {
  box-sizing: border-box;
}



.s-f3df3af4-9d91-4dbd-af33-1d3fa944f4fd img.shogun-image {
  
}


}
#s-978f9930-2ecb-4b42-bc27-1dfffc42da47 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-978f9930-2ecb-4b42-bc27-1dfffc42da47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-978f9930-2ecb-4b42-bc27-1dfffc42da47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba {
  padding-bottom: 10px;
}
}
#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-f159dd8c-02a1-4bdd-89bf-895ed98109ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-a886a05e-28d7-41fb-a6e1-c35d2707d391 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a886a05e-28d7-41fb-a6e1-c35d2707d391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a886a05e-28d7-41fb-a6e1-c35d2707d391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  margin: 0 !important;
  overflow: visible;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add background color handling */
  
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image {
  box-sizing: border-box;
}



.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  
}


@media (min-width: 1200px){#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  margin: 0 !important;
  overflow: visible;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add background color handling */
  
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image {
  box-sizing: border-box;
}



.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  margin: 0 !important;
  overflow: visible;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add background color handling */
  
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image {
  box-sizing: border-box;
}



.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  margin: 0 !important;
  overflow: visible;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add background color handling */
  
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image {
  box-sizing: border-box;
}



.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  
}


}@media (max-width: 767px){#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  margin: 0 !important;
  overflow: visible;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add background color handling */
  
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff.shogun-image {
  box-sizing: border-box;
}



.s-1d22c1ae-36c9-4c61-af99-c3cac61f02ff img.shogun-image {
  
}


}
#s-73ccc03e-38b6-488b-8366-3600b2ece91a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-73ccc03e-38b6-488b-8366-3600b2ece91a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73ccc03e-38b6-488b-8366-3600b2ece91a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 {
  padding-bottom: 10px;
}
}
#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-3f8a387c-a4de-4fd8-b84f-89717d3a8327 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-47f5f29b-3f2d-446b-8c25-bb9c6b1613b3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-47f5f29b-3f2d-446b-8c25-bb9c6b1613b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47f5f29b-3f2d-446b-8c25-bb9c6b1613b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 {
  margin: 0 !important;
  overflow: visible;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add background color handling */
  
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e74bdd28-377e-431a-8300-a209a2b83050 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image {
  box-sizing: border-box;
}



.s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e74bdd28-377e-431a-8300-a209a2b83050 {
  margin: 0 !important;
  overflow: visible;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add background color handling */
  
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e74bdd28-377e-431a-8300-a209a2b83050 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image {
  box-sizing: border-box;
}



.s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e74bdd28-377e-431a-8300-a209a2b83050 {
  margin: 0 !important;
  overflow: visible;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add background color handling */
  
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e74bdd28-377e-431a-8300-a209a2b83050 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image {
  box-sizing: border-box;
}



.s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e74bdd28-377e-431a-8300-a209a2b83050 {
  margin: 0 !important;
  overflow: visible;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add background color handling */
  
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e74bdd28-377e-431a-8300-a209a2b83050 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image {
  box-sizing: border-box;
}



.s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e74bdd28-377e-431a-8300-a209a2b83050 {
  margin: 0 !important;
  overflow: visible;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74bdd28-377e-431a-8300-a209a2b83050 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add background color handling */
  
}

#s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e74bdd28-377e-431a-8300-a209a2b83050 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74bdd28-377e-431a-8300-a209a2b83050.shogun-image {
  box-sizing: border-box;
}



.s-e74bdd28-377e-431a-8300-a209a2b83050 img.shogun-image {
  
}


}
#s-0e018471-4f3b-435a-97d1-5164f35a57e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0e018471-4f3b-435a-97d1-5164f35a57e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e018471-4f3b-435a-97d1-5164f35a57e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 {
  padding-bottom: 10px;
}
}
#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-e25d23f3-08a9-4bf0-8180-444a896b74f7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-249acecc-512b-4bc7-923c-b5416a68dd6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-249acecc-512b-4bc7-923c-b5416a68dd6e {
  display: none;
}
#s-249acecc-512b-4bc7-923c-b5416a68dd6e, #wrap-s-249acecc-512b-4bc7-923c-b5416a68dd6e, #wrap-content-s-249acecc-512b-4bc7-923c-b5416a68dd6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-249acecc-512b-4bc7-923c-b5416a68dd6e {
  display: none;
}
#s-249acecc-512b-4bc7-923c-b5416a68dd6e, #wrap-s-249acecc-512b-4bc7-923c-b5416a68dd6e, #wrap-content-s-249acecc-512b-4bc7-923c-b5416a68dd6e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-249acecc-512b-4bc7-923c-b5416a68dd6e {
  display: none;
}
#s-249acecc-512b-4bc7-923c-b5416a68dd6e, #wrap-s-249acecc-512b-4bc7-923c-b5416a68dd6e, #wrap-content-s-249acecc-512b-4bc7-923c-b5416a68dd6e { display: none !important; }}







#s-249acecc-512b-4bc7-923c-b5416a68dd6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-249acecc-512b-4bc7-923c-b5416a68dd6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4738a2af-96f6-4d12-a643-6d9676aee1af {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4738a2af-96f6-4d12-a643-6d9676aee1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4738a2af-96f6-4d12-a643-6d9676aee1af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5647fed7-7bc7-4e24-a638-b230856dac1b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5647fed7-7bc7-4e24-a638-b230856dac1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5647fed7-7bc7-4e24-a638-b230856dac1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-378f2464-efae-4749-888d-3fb70f26de13 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-378f2464-efae-4749-888d-3fb70f26de13 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-378f2464-efae-4749-888d-3fb70f26de13 .shg-proportional-font-size,
#s-378f2464-efae-4749-888d-3fb70f26de13 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6a59b13a-f2b8-4963-ada3-dcd6969231f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6a59b13a-f2b8-4963-ada3-dcd6969231f2 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-6a59b13a-f2b8-4963-ada3-dcd6969231f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a59b13a-f2b8-4963-ada3-dcd6969231f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00f2d411-16f1-40a5-a56c-c3027b9ed335 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-00f2d411-16f1-40a5-a56c-c3027b9ed335 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-00f2d411-16f1-40a5-a56c-c3027b9ed335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00f2d411-16f1-40a5-a56c-c3027b9ed335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c364068e-a1c6-429f-850a-0a8fdedc97d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c364068e-a1c6-429f-850a-0a8fdedc97d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c364068e-a1c6-429f-850a-0a8fdedc97d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  margin: 0 !important;
  overflow: visible;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add background color handling */
  
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97230da7-ebca-4b9f-a83f-051c55aa8957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image {
  box-sizing: border-box;
}



.s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  
}


@media (min-width: 1200px){#s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  margin: 0 !important;
  overflow: visible;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add background color handling */
  
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97230da7-ebca-4b9f-a83f-051c55aa8957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image {
  box-sizing: border-box;
}



.s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  margin: 0 !important;
  overflow: visible;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add background color handling */
  
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97230da7-ebca-4b9f-a83f-051c55aa8957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image {
  box-sizing: border-box;
}



.s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  margin: 0 !important;
  overflow: visible;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add background color handling */
  
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97230da7-ebca-4b9f-a83f-051c55aa8957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image {
  box-sizing: border-box;
}



.s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  
}


}@media (max-width: 767px){#s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  margin: 0 !important;
  overflow: visible;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97230da7-ebca-4b9f-a83f-051c55aa8957 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add background color handling */
  
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97230da7-ebca-4b9f-a83f-051c55aa8957 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97230da7-ebca-4b9f-a83f-051c55aa8957.shogun-image {
  box-sizing: border-box;
}



.s-97230da7-ebca-4b9f-a83f-051c55aa8957 img.shogun-image {
  
}


}
#s-62afeb04-ffe4-42d6-af7c-8a3a64102ee2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-62afeb04-ffe4-42d6-af7c-8a3a64102ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62afeb04-ffe4-42d6-af7c-8a3a64102ee2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f34a2910-9317-4eec-acf4-98e44a5c21fe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f34a2910-9317-4eec-acf4-98e44a5c21fe {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f34a2910-9317-4eec-acf4-98e44a5c21fe {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f34a2910-9317-4eec-acf4-98e44a5c21fe {
  padding-bottom: 10px;
}
}
#s-f34a2910-9317-4eec-acf4-98e44a5c21fe .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-f34a2910-9317-4eec-acf4-98e44a5c21fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f34a2910-9317-4eec-acf4-98e44a5c21fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f34a2910-9317-4eec-acf4-98e44a5c21fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-f34a2910-9317-4eec-acf4-98e44a5c21fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-00cd0272-861d-4462-926e-c535e6d1f986 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-00cd0272-861d-4462-926e-c535e6d1f986 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-00cd0272-861d-4462-926e-c535e6d1f986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00cd0272-861d-4462-926e-c535e6d1f986.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2431a317-9b0f-48bd-a3e8-fd8fc9205cfc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2431a317-9b0f-48bd-a3e8-fd8fc9205cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2431a317-9b0f-48bd-a3e8-fd8fc9205cfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image {
  box-sizing: border-box;
}



.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image {
  box-sizing: border-box;
}



.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image {
  box-sizing: border-box;
}



.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image {
  box-sizing: border-box;
}



.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4.shogun-image {
  box-sizing: border-box;
}



.s-d5dfabb0-3cc5-45d2-85b2-e01937d958b4 img.shogun-image {
  
}


}
#s-b29f363f-c026-467a-ba26-627682a88769 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b29f363f-c026-467a-ba26-627682a88769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b29f363f-c026-467a-ba26-627682a88769.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 {
  padding-bottom: 10px;
}
}
#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-01624595-ca7d-4dc7-879e-6e71b4b013f5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-5609ea12-e780-4f70-bd21-d8ef9ddc0a6b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-5609ea12-e780-4f70-bd21-d8ef9ddc0a6b {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-5609ea12-e780-4f70-bd21-d8ef9ddc0a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5609ea12-e780-4f70-bd21-d8ef9ddc0a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-709f58f7-6546-4e56-83a7-beeccc6f402f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-709f58f7-6546-4e56-83a7-beeccc6f402f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-709f58f7-6546-4e56-83a7-beeccc6f402f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4ee5124-d89c-40ea-97df-3935192d00a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image {
  box-sizing: border-box;
}



.s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4ee5124-d89c-40ea-97df-3935192d00a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image {
  box-sizing: border-box;
}



.s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4ee5124-d89c-40ea-97df-3935192d00a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image {
  box-sizing: border-box;
}



.s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4ee5124-d89c-40ea-97df-3935192d00a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image {
  box-sizing: border-box;
}



.s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4ee5124-d89c-40ea-97df-3935192d00a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4ee5124-d89c-40ea-97df-3935192d00a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee5124-d89c-40ea-97df-3935192d00a1.shogun-image {
  box-sizing: border-box;
}



.s-c4ee5124-d89c-40ea-97df-3935192d00a1 img.shogun-image {
  
}


}
#s-30cfdcd1-8f13-415b-be1f-aa91acd1e8a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-30cfdcd1-8f13-415b-be1f-aa91acd1e8a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30cfdcd1-8f13-415b-be1f-aa91acd1e8a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 {
  padding-bottom: 10px;
}
}
#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-b9cd5bae-b8f0-4660-88ea-16bc213492f4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-left: 20%;
padding-bottom: 120px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(216, 242, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b {
  margin-top: -5px;
min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b {
  margin-top: -5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b {
  margin-top: -5px;
}
}@media (max-width: 767px){#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b {
  display: none;
}
#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b, #wrap-s-9805eacf-6f41-4153-a472-41c5e7b1fe9b, #wrap-content-s-9805eacf-6f41-4153-a472-41c5e7b1fe9b { display: none !important; }}







#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9805eacf-6f41-4153-a472-41c5e7b1fe9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b5db850-c710-4449-9145-2745d9029349 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bce9b8d9-3a05-47b5-97c4-216be86f2438 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bce9b8d9-3a05-47b5-97c4-216be86f2438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bce9b8d9-3a05-47b5-97c4-216be86f2438.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae3ac7ad-cdc7-479e-bf46-b93a56195cf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae3ac7ad-cdc7-479e-bf46-b93a56195cf6 .shogun-heading-component h3 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-aefd06d6-11e4-4388-8087-1314cb1e4611 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aefd06d6-11e4-4388-8087-1314cb1e4611 .shogun-heading-component h2 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-117382bc-1dec-4130-91ef-036be842b0fa {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

#s-117382bc-1dec-4130-91ef-036be842b0fa .shg-proportional-font-size,
#s-117382bc-1dec-4130-91ef-036be842b0fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-deac2aee-9dba-4d82-af51-17cb8c0ab1fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f0e45add-1a2e-47e3-a835-6644b4d91d68 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f0e45add-1a2e-47e3-a835-6644b4d91d68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0e45add-1a2e-47e3-a835-6644b4d91d68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dc6f439-5c0f-4231-9acb-6c67f5a1b744 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dc6f439-5c0f-4231-9acb-6c67f5a1b744 .shogun-heading-component h3 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-005d069c-ed48-40aa-b205-5116bdcd68f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-005d069c-ed48-40aa-b205-5116bdcd68f2 .shogun-heading-component h2 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8b88549f-878e-42b0-9dc8-422d9a3ea3bd {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

#s-8b88549f-878e-42b0-9dc8-422d9a3ea3bd .shg-proportional-font-size,
#s-8b88549f-878e-42b0-9dc8-422d9a3ea3bd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2096cdc0-5842-4a58-8709-165cea9c9eaf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a4638843-666d-4cec-a14a-77dac1812e5b {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a4638843-666d-4cec-a14a-77dac1812e5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4638843-666d-4cec-a14a-77dac1812e5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19a5d6cf-ad84-45da-b166-35529399b32d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19a5d6cf-ad84-45da-b166-35529399b32d .shogun-heading-component h3 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-dbf3803f-23d3-4206-84f5-922a4048afb1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbf3803f-23d3-4206-84f5-922a4048afb1 .shogun-heading-component h2 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c6f6ff45-2034-4ad4-8175-669765842267 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

#s-c6f6ff45-2034-4ad4-8175-669765842267 .shg-proportional-font-size,
#s-c6f6ff45-2034-4ad4-8175-669765842267 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b5348d4-c1c8-47c1-b2b0-1f58cb8ab262 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-283734e0-5cc3-4f78-8282-c810aefcd043 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-283734e0-5cc3-4f78-8282-c810aefcd043 {
  display: none;
}
#s-283734e0-5cc3-4f78-8282-c810aefcd043, #wrap-s-283734e0-5cc3-4f78-8282-c810aefcd043, #wrap-content-s-283734e0-5cc3-4f78-8282-c810aefcd043 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-283734e0-5cc3-4f78-8282-c810aefcd043 {
  display: none;
}
#s-283734e0-5cc3-4f78-8282-c810aefcd043, #wrap-s-283734e0-5cc3-4f78-8282-c810aefcd043, #wrap-content-s-283734e0-5cc3-4f78-8282-c810aefcd043 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-283734e0-5cc3-4f78-8282-c810aefcd043 {
  display: none;
}
#s-283734e0-5cc3-4f78-8282-c810aefcd043, #wrap-s-283734e0-5cc3-4f78-8282-c810aefcd043, #wrap-content-s-283734e0-5cc3-4f78-8282-c810aefcd043 { display: none !important; }}@media (max-width: 767px){#s-283734e0-5cc3-4f78-8282-c810aefcd043 {
  margin-top: -5px;
}
}
#s-283734e0-5cc3-4f78-8282-c810aefcd043 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGMwNGRhZjItYzE0My00YTI5LWEzODMtM2VkNTBiN2U2NzBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWFmOGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzA0ZGFmMi1jMTQzLTRhMjktYTM4My0zZWQ1MGI3ZTY3MGEpIi8+PC9zdmc+);
}








#s-283734e0-5cc3-4f78-8282-c810aefcd043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-283734e0-5cc3-4f78-8282-c810aefcd043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef9c35e7-f288-46e6-88dc-6d6773e768a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-ef9c35e7-f288-46e6-88dc-6d6773e768a6 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-ef9c35e7-f288-46e6-88dc-6d6773e768a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef9c35e7-f288-46e6-88dc-6d6773e768a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-026477dd-741a-4817-950c-88e49e11d074 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-023753a0-db67-42f0-94dc-42e3800be5e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-023753a0-db67-42f0-94dc-42e3800be5e5 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-023753a0-db67-42f0-94dc-42e3800be5e5 {
  padding-bottom: 10px;
}
}
#s-023753a0-db67-42f0-94dc-42e3800be5e5 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-023753a0-db67-42f0-94dc-42e3800be5e5 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-023753a0-db67-42f0-94dc-42e3800be5e5 .shogun-heading-component h3 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-9ec4665a-91bb-45b0-ac60-74831e139c11 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-9ec4665a-91bb-45b0-ac60-74831e139c11 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-9ec4665a-91bb-45b0-ac60-74831e139c11 {
  padding-bottom: 10px;
}
}
#s-9ec4665a-91bb-45b0-ac60-74831e139c11 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-9ec4665a-91bb-45b0-ac60-74831e139c11 .shogun-heading-component h2 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-9ec4665a-91bb-45b0-ac60-74831e139c11 .shogun-heading-component h2 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-21cf75b6-956f-4fcc-91e8-4fca73aa2873 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-21cf75b6-956f-4fcc-91e8-4fca73aa2873 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-21cf75b6-956f-4fcc-91e8-4fca73aa2873 {
  padding-bottom: 30px;
}
}
#s-21cf75b6-956f-4fcc-91e8-4fca73aa2873 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-21cf75b6-956f-4fcc-91e8-4fca73aa2873 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-21cf75b6-956f-4fcc-91e8-4fca73aa2873 .shogun-heading-component h4 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-95515bef-f8c2-4510-9cb2-ee9f84acc4a7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a6519bdb-00ae-4ab3-8560-a851cb1e7266 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-a6519bdb-00ae-4ab3-8560-a851cb1e7266 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-a6519bdb-00ae-4ab3-8560-a851cb1e7266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6519bdb-00ae-4ab3-8560-a851cb1e7266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b45b6c62-f21f-4b58-9b27-5468164e6767 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-79f2525e-e958-4efe-854d-f729f057b104 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-79f2525e-e958-4efe-854d-f729f057b104 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-79f2525e-e958-4efe-854d-f729f057b104 {
  padding-bottom: 10px;
}
}
#s-79f2525e-e958-4efe-854d-f729f057b104 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-79f2525e-e958-4efe-854d-f729f057b104 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-79f2525e-e958-4efe-854d-f729f057b104 .shogun-heading-component h3 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-851edb1e-8a03-470b-a76f-8e9459d7b3f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-851edb1e-8a03-470b-a76f-8e9459d7b3f5 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-851edb1e-8a03-470b-a76f-8e9459d7b3f5 {
  padding-bottom: 10px;
}
}
#s-851edb1e-8a03-470b-a76f-8e9459d7b3f5 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-851edb1e-8a03-470b-a76f-8e9459d7b3f5 .shogun-heading-component h2 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-851edb1e-8a03-470b-a76f-8e9459d7b3f5 .shogun-heading-component h2 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-96a0829b-4793-4b43-89b5-3a8b30daa889 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-96a0829b-4793-4b43-89b5-3a8b30daa889 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-96a0829b-4793-4b43-89b5-3a8b30daa889 {
  padding-bottom: 30px;
}
}
#s-96a0829b-4793-4b43-89b5-3a8b30daa889 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-96a0829b-4793-4b43-89b5-3a8b30daa889 .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-96a0829b-4793-4b43-89b5-3a8b30daa889 .shogun-heading-component h4 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-faf15f4b-a4d3-4c86-a7ca-c4ed271f0a32 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fb0f0141-cf24-4275-a0a9-787dd616a188 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-fb0f0141-cf24-4275-a0a9-787dd616a188 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-fb0f0141-cf24-4275-a0a9-787dd616a188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb0f0141-cf24-4275-a0a9-787dd616a188.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce410b25-b1f3-46f9-a612-9bdd0e57ed46 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a1228b17-471a-4a27-81fc-3b6ea07f54a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-a1228b17-471a-4a27-81fc-3b6ea07f54a1 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a1228b17-471a-4a27-81fc-3b6ea07f54a1 {
  padding-bottom: 10px;
}
}
#s-a1228b17-471a-4a27-81fc-3b6ea07f54a1 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-a1228b17-471a-4a27-81fc-3b6ea07f54a1 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-a1228b17-471a-4a27-81fc-3b6ea07f54a1 .shogun-heading-component h3 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-5ccf95e1-9a96-4255-950d-2cf173a335d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-5ccf95e1-9a96-4255-950d-2cf173a335d0 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-5ccf95e1-9a96-4255-950d-2cf173a335d0 {
  padding-bottom: 10px;
}
}
#s-5ccf95e1-9a96-4255-950d-2cf173a335d0 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-5ccf95e1-9a96-4255-950d-2cf173a335d0 .shogun-heading-component h2 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-5ccf95e1-9a96-4255-950d-2cf173a335d0 .shogun-heading-component h2 {
  color: rgba(16, 90, 180, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-5d493996-38c3-49c1-be52-bc21b92e359d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-5d493996-38c3-49c1-be52-bc21b92e359d {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-5d493996-38c3-49c1-be52-bc21b92e359d {
  padding-bottom: 30px;
}
}
#s-5d493996-38c3-49c1-be52-bc21b92e359d .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-5d493996-38c3-49c1-be52-bc21b92e359d .shogun-heading-component h4 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-5d493996-38c3-49c1-be52-bc21b92e359d .shogun-heading-component h4 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-09ca0da8-9631-4e6e-81bd-db89e43fd619 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9133d56d-9e81-4b87-a536-8ec01a4945e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(252, 236, 189, 1);
}
@media (max-width: 767px){#s-9133d56d-9e81-4b87-a536-8ec01a4945e3 {
  
}
}







#s-9133d56d-9e81-4b87-a536-8ec01a4945e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9133d56d-9e81-4b87-a536-8ec01a4945e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 {
  padding-bottom: 10px;
}
}
#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 .shogun-heading-component h2 {
  color: rgba(238, 124, 51, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 .shogun-heading-component h2 {
  color: rgba(238, 124, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 .shogun-heading-component h2 {
  color: rgba(238, 124, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-2b072d4c-4ec2-425b-bbbb-99c9024666e3 .shogun-heading-component h2 {
  color: rgba(238, 124, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-4f62a9e9-866a-4558-806e-e97acf11478a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1160px;
text-align: center;
}
@media (min-width: 1200px){#s-4f62a9e9-866a-4558-806e-e97acf11478a {
  max-width: 80%;
}
}

  #s-4f62a9e9-866a-4558-806e-e97acf11478a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 231, 151, 1);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  #s-4f62a9e9-866a-4558-806e-e97acf11478a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(238, 124, 51, 1);
    border: 0px solid #ddd;
  }
#s-4f62a9e9-866a-4558-806e-e97acf11478a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(112, 112, 112, 1);
  font-family: FS_Albert;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4f62a9e9-866a-4558-806e-e97acf11478a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-4f62a9e9-866a-4558-806e-e97acf11478a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 0px);
  left: 0px;
  bottom: -0px;
  height: 0px;
  background: rgba(238, 124, 51, 1);
}

#s-4f62a9e9-866a-4558-806e-e97acf11478a .shogun-tabs-body {
  margin-top: -0px;
  border-top: 0px solid #ddd;
}

#s-840be94b-283c-41cb-a0be-961c4493a67c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-840be94b-283c-41cb-a0be-961c4493a67c {
  background-color: rgba(255, 252, 229, 1);
}
}
@media (min-width: 0px) {
[id="s-840be94b-283c-41cb-a0be-961c4493a67c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-840be94b-283c-41cb-a0be-961c4493a67c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-840be94b-283c-41cb-a0be-961c4493a67c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-840be94b-283c-41cb-a0be-961c4493a67c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-840be94b-283c-41cb-a0be-961c4493a67c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-840be94b-283c-41cb-a0be-961c4493a67c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-840be94b-283c-41cb-a0be-961c4493a67c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
text-align: center;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36c2edd8-30ef-4432-86ca-13a3d4cd9d73 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 252, 229, 1);
}
@media (min-width: 1200px){#s-36c2edd8-30ef-4432-86ca-13a3d4cd9d73 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-36c2edd8-30ef-4432-86ca-13a3d4cd9d73 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-36c2edd8-30ef-4432-86ca-13a3d4cd9d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36c2edd8-30ef-4432-86ca-13a3d4cd9d73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f {
  text-align: left;
}
}
#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8dc371f3-72e5-41a2-86fc-9f3e9378790f .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 {
  text-align: left;
}
}
#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-decb10b7-11dd-489e-9cdc-1b67f3056b56 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: right;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-d3e5ffca-00fa-4c52-8205-1b161547133d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e5ffca-00fa-4c52-8205-1b161547133d img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-d3e5ffca-00fa-4c52-8205-1b161547133d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e5ffca-00fa-4c52-8205-1b161547133d img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-d3e5ffca-00fa-4c52-8205-1b161547133d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e5ffca-00fa-4c52-8205-1b161547133d img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-d3e5ffca-00fa-4c52-8205-1b161547133d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e5ffca-00fa-4c52-8205-1b161547133d img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-d3e5ffca-00fa-4c52-8205-1b161547133d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3e5ffca-00fa-4c52-8205-1b161547133d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3e5ffca-00fa-4c52-8205-1b161547133d img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-d3e5ffca-00fa-4c52-8205-1b161547133d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e5ffca-00fa-4c52-8205-1b161547133d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cde5a218-32ed-43e1-b330-56ec9e746c29 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-cde5a218-32ed-43e1-b330-56ec9e746c29 {
  background-color: rgba(255, 252, 229, 1);
}
}
@media (min-width: 0px) {
[id="s-cde5a218-32ed-43e1-b330-56ec9e746c29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cde5a218-32ed-43e1-b330-56ec9e746c29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cde5a218-32ed-43e1-b330-56ec9e746c29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cde5a218-32ed-43e1-b330-56ec9e746c29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cde5a218-32ed-43e1-b330-56ec9e746c29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cde5a218-32ed-43e1-b330-56ec9e746c29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cde5a218-32ed-43e1-b330-56ec9e746c29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
text-align: center;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69446507-6351-45e3-80a8-e80b1ae3fd62 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-69446507-6351-45e3-80a8-e80b1ae3fd62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69446507-6351-45e3-80a8-e80b1ae3fd62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-557cd677-d4e4-459c-9f16-b8c8a225d5f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 252, 229, 1);
}
@media (min-width: 1200px){#s-557cd677-d4e4-459c-9f16-b8c8a225d5f3 {
  min-height: 50px;
max-width: 100%;
}
}







#s-557cd677-d4e4-459c-9f16-b8c8a225d5f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-557cd677-d4e4-459c-9f16-b8c8a225d5f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd {
  text-align: left;
}
}
#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6c649a30-f1bd-4c04-a2ae-a9513e98e5dd .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd {
  text-align: left;
}
}
#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-d90d1298-d80d-426f-aa60-abc2cf97a0cd .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: right;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca8279a6-62f5-4b56-9cb0-a08f5588cf16.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-54344664-c278-4299-aadf-bf503b14f3c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-54344664-c278-4299-aadf-bf503b14f3c5 {
  background-color: rgba(255, 252, 229, 1);
}
}
@media (min-width: 0px) {
[id="s-54344664-c278-4299-aadf-bf503b14f3c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54344664-c278-4299-aadf-bf503b14f3c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-54344664-c278-4299-aadf-bf503b14f3c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54344664-c278-4299-aadf-bf503b14f3c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-54344664-c278-4299-aadf-bf503b14f3c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54344664-c278-4299-aadf-bf503b14f3c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-54344664-c278-4299-aadf-bf503b14f3c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
text-align: center;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1395e686-ee43-489c-9a15-f2019f1c2e73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1395e686-ee43-489c-9a15-f2019f1c2e73 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-1395e686-ee43-489c-9a15-f2019f1c2e73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1395e686-ee43-489c-9a15-f2019f1c2e73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0613d661-2d7d-4cd0-be67-1602ca6c09d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 252, 229, 1);
}
@media (max-width: 767px){#s-0613d661-2d7d-4cd0-be67-1602ca6c09d1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-0613d661-2d7d-4cd0-be67-1602ca6c09d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0613d661-2d7d-4cd0-be67-1602ca6c09d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8760035a-3896-48d9-930c-a0118e5583ee {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-8760035a-3896-48d9-930c-a0118e5583ee {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8760035a-3896-48d9-930c-a0118e5583ee {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8760035a-3896-48d9-930c-a0118e5583ee {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-8760035a-3896-48d9-930c-a0118e5583ee {
  text-align: left;
}
}
#s-8760035a-3896-48d9-930c-a0118e5583ee .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-8760035a-3896-48d9-930c-a0118e5583ee .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8760035a-3896-48d9-930c-a0118e5583ee .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8760035a-3896-48d9-930c-a0118e5583ee .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-555f6143-36bb-4ad3-990f-709e3ae61c0f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f {
  text-align: left;
}
}
#s-555f6143-36bb-4ad3-990f-709e3ae61c0f .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-555f6143-36bb-4ad3-990f-709e3ae61c0f .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: right;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f05f35a8-0edd-4c81-a9c0-fc03db8f8389.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936 {
  background-color: rgba(255, 252, 229, 1);
}
}
@media (min-width: 0px) {
[id="s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e9fe0a4-e8e0-4437-a8b7-436fa4b40936"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
text-align: center;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  

      min-height: 0px;
    

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




.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5f94d381-e739-45a8-b9cc-2fee37fadcb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 252, 229, 1);
}
@media (min-width: 1200px){#s-5f94d381-e739-45a8-b9cc-2fee37fadcb6 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-5f94d381-e739-45a8-b9cc-2fee37fadcb6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-5f94d381-e739-45a8-b9cc-2fee37fadcb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f94d381-e739-45a8-b9cc-2fee37fadcb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 {
  text-align: left;
}
}
#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cc1748df-7e23-4f2b-8e8a-94ed5beabdd7 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de {
  padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de {
  text-align: left;
}
}
#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-bea0f5d9-5cc2-40e8-a91f-a74429ed46de .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: right;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

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




.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9941c80-cbff-4d70-95d8-bacd6bee41f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d50212a3-2caf-42a6-b2dd-9c86349cca37 {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-left: 20%;
padding-bottom: 120px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(252, 236, 189, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d50212a3-2caf-42a6-b2dd-9c86349cca37 {
  margin-top: -5px;
min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d50212a3-2caf-42a6-b2dd-9c86349cca37 {
  margin-top: -5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d50212a3-2caf-42a6-b2dd-9c86349cca37 {
  margin-top: -5px;
}
}@media (max-width: 767px){#s-d50212a3-2caf-42a6-b2dd-9c86349cca37 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-d50212a3-2caf-42a6-b2dd-9c86349cca37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d50212a3-2caf-42a6-b2dd-9c86349cca37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04d4a745-4517-4f80-9649-6a99482a4e61 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-04d4a745-4517-4f80-9649-6a99482a4e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04d4a745-4517-4f80-9649-6a99482a4e61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffcb5608-44b2-49fd-9dd8-b263abf4a393 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffcb5608-44b2-49fd-9dd8-b263abf4a393 {
  
}
}
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-6008f488-099f-4b56-bd59-af55416f285f {
  margin-top: -5px;
padding-top: 200px;
padding-bottom: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6008f488-099f-4b56-bd59-af55416f285f {
  margin-top: -5px;
padding-top: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6008f488-099f-4b56-bd59-af55416f285f {
  margin-top: -5px;
padding-top: 200px;
}
}@media (max-width: 767px){#s-6008f488-099f-4b56-bd59-af55416f285f {
  
}
}
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/480x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/960x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/768x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/1536x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/1024x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/2048x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/1200x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6008f488-099f-4b56-bd59-af55416f285f {
  background-image: url(https://i.shgcdn.com/1c41518f-ac0d-42db-94c8-9a58525da60e/-/resize/2048x/);
}
#s-6008f488-099f-4b56-bd59-af55416f285f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6008f488-099f-4b56-bd59-af55416f285f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6008f488-099f-4b56-bd59-af55416f285f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 {
  margin-bottom: 60px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 {
  margin-bottom: 60px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 {
  margin-bottom: 60px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 {
  margin-bottom: 60px;
}
}
#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 .shogun-heading-component h2 {
  color: rgba(156, 183, 108, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 .shogun-heading-component h2 {
  color: rgba(156, 183, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 .shogun-heading-component h2 {
  color: rgba(156, 183, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-424868d2-8bd8-4cd6-b750-2c4386b0f256 .shogun-heading-component h2 {
  color: rgba(156, 183, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-85b4f610-4fa0-4e8e-ab07-063e412678f3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-85b4f610-4fa0-4e8e-ab07-063e412678f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85b4f610-4fa0-4e8e-ab07-063e412678f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85b4f610-4fa0-4e8e-ab07-063e412678f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85b4f610-4fa0-4e8e-ab07-063e412678f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7a4fa3b0-5bf8-4b1e-b919-3482bb57efb9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a4fa3b0-5bf8-4b1e-b919-3482bb57efb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a4fa3b0-5bf8-4b1e-b919-3482bb57efb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  margin-left: auto;
margin-right: auto;
max-width: 378px;
text-align: center;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f88987fd-399b-45ee-9cd4-0eb756234bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image {
  box-sizing: border-box;
}



.s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  
}


@media (min-width: 1200px){#s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f88987fd-399b-45ee-9cd4-0eb756234bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image {
  box-sizing: border-box;
}



.s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f88987fd-399b-45ee-9cd4-0eb756234bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image {
  box-sizing: border-box;
}



.s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f88987fd-399b-45ee-9cd4-0eb756234bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image {
  box-sizing: border-box;
}



.s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  
}


}@media (max-width: 767px){#s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f88987fd-399b-45ee-9cd4-0eb756234bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f88987fd-399b-45ee-9cd4-0eb756234bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f88987fd-399b-45ee-9cd4-0eb756234bfe.shogun-image {
  box-sizing: border-box;
}



.s-f88987fd-399b-45ee-9cd4-0eb756234bfe img.shogun-image {
  
}


}
#s-f16fde41-d70c-4ee4-b680-a325cc358df9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f16fde41-d70c-4ee4-b680-a325cc358df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f16fde41-d70c-4ee4-b680-a325cc358df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 {
  padding-bottom: 10px;
}
}
#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-6f1d15ab-7963-4bc8-b099-ecb4eac2afc8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa {
  padding-bottom: 10px;
}
}
#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-6cf237ce-e8aa-4c81-af9b-36f7489b16fa .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-49fab731-903b-4051-94c5-fbbe482776c6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-49fab731-903b-4051-94c5-fbbe482776c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49fab731-903b-4051-94c5-fbbe482776c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  margin-left: auto;
margin-right: auto;
max-width: 490px;
text-align: center;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  margin: 0 !important;
  overflow: visible;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add background color handling */
  
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5f4f2e05-0144-4028-bc6c-f89445131a9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image {
  box-sizing: border-box;
}



.s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  
}


@media (min-width: 1200px){#s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  margin: 0 !important;
  overflow: visible;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add background color handling */
  
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5f4f2e05-0144-4028-bc6c-f89445131a9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image {
  box-sizing: border-box;
}



.s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  margin: 0 !important;
  overflow: visible;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add background color handling */
  
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5f4f2e05-0144-4028-bc6c-f89445131a9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image {
  box-sizing: border-box;
}



.s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  margin: 0 !important;
  overflow: visible;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add background color handling */
  
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5f4f2e05-0144-4028-bc6c-f89445131a9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image {
  box-sizing: border-box;
}



.s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  
}


}@media (max-width: 767px){#s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  margin: 0 !important;
  overflow: visible;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f4f2e05-0144-4028-bc6c-f89445131a9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add background color handling */
  
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5f4f2e05-0144-4028-bc6c-f89445131a9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4f2e05-0144-4028-bc6c-f89445131a9a.shogun-image {
  box-sizing: border-box;
}



.s-5f4f2e05-0144-4028-bc6c-f89445131a9a img.shogun-image {
  
}


}
#s-e5821ceb-15b1-40e2-a9f0-f3fef0fb293d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e5821ceb-15b1-40e2-a9f0-f3fef0fb293d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5821ceb-15b1-40e2-a9f0-f3fef0fb293d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 {
  padding-bottom: 10px;
}
}
#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-a17bf6af-a688-45b3-a92d-cb8da7b755c0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 {
  padding-bottom: 10px;
}
}
#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-9b809fea-d23c-4c0f-9c2c-2712ee759532 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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