#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-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/14f6ae90-a67b-42c0-9511-0ae7789b7702/);
}

@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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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/14f6ae90-a67b-42c0-9511-0ae7789b7702/-/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-cf915cdb-df24-4d6a-88d7-95e9ce846686 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-cf915cdb-df24-4d6a-88d7-95e9ce846686 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf915cdb-df24-4d6a-88d7-95e9ce846686 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf915cdb-df24-4d6a-88d7-95e9ce846686 {
  padding-bottom: 10px;
}
}
#s-cf915cdb-df24-4d6a-88d7-95e9ce846686 .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-cf915cdb-df24-4d6a-88d7-95e9ce846686 .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-cf915cdb-df24-4d6a-88d7-95e9ce846686 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf915cdb-df24-4d6a-88d7-95e9ce846686 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-cf915cdb-df24-4d6a-88d7-95e9ce846686 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#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-7a99118c-16be-42db-8c36-b37d6025b4e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a99118c-16be-42db-8c36-b37d6025b4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a99118c-16be-42db-8c36-b37d6025b4e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ef80b07-89a2-4062-a102-96f84367f441 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-9ef80b07-89a2-4062-a102-96f84367f441 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ef80b07-89a2-4062-a102-96f84367f441 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ef80b07-89a2-4062-a102-96f84367f441 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-9ef80b07-89a2-4062-a102-96f84367f441 {
  padding-top: 60px;
padding-bottom: 60px;
}
}
#s-9ef80b07-89a2-4062-a102-96f84367f441 .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-9ef80b07-89a2-4062-a102-96f84367f441 .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-9ef80b07-89a2-4062-a102-96f84367f441 .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-9ef80b07-89a2-4062-a102-96f84367f441 .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-9ef80b07-89a2-4062-a102-96f84367f441 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-5e0f158c-cc01-4187-9a3a-c3ad7f00c4b0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 70%;
}
@media (min-width: 1200px){#s-5e0f158c-cc01-4187-9a3a-c3ad7f00c4b0 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 70%;
}
}@media (max-width: 767px){#s-5e0f158c-cc01-4187-9a3a-c3ad7f00c4b0 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-5e0f158c-cc01-4187-9a3a-c3ad7f00c4b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5e0f158c-cc01-4187-9a3a-c3ad7f00c4b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e0f158c-cc01-4187-9a3a-c3ad7f00c4b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e0f158c-cc01-4187-9a3a-c3ad7f00c4b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e8c53493-3bdf-42c4-a8dd-b4f0c0d618fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e8c53493-3bdf-42c4-a8dd-b4f0c0d618fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8c53493-3bdf-42c4-a8dd-b4f0c0d618fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  margin: 0 !important;
  overflow: visible;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b-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-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add background color handling */
  
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image {
  box-sizing: border-box;
}



.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  
}


@media (min-width: 1200px){#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  margin: 0 !important;
  overflow: visible;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b-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-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add background color handling */
  
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image {
  box-sizing: border-box;
}



.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  margin: 0 !important;
  overflow: visible;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b-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-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add background color handling */
  
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image {
  box-sizing: border-box;
}



.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  margin: 0 !important;
  overflow: visible;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b-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-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add background color handling */
  
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image {
  box-sizing: border-box;
}



.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  
}


}@media (max-width: 767px){#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  margin: 0 !important;
  overflow: visible;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b-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-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5500c760-fdd1-4f1f-93b0-83fceffafd7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add background color handling */
  
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5500c760-fdd1-4f1f-93b0-83fceffafd7b.shogun-image {
  box-sizing: border-box;
}



.s-5500c760-fdd1-4f1f-93b0-83fceffafd7b img.shogun-image {
  
}


}
#s-c7cc9897-cfcb-471b-aa0b-7dd068818eef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c7cc9897-cfcb-471b-aa0b-7dd068818eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7cc9897-cfcb-471b-aa0b-7dd068818eef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c514df3-ffa0-45b4-adb1-df6456f43940 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-6c514df3-ffa0-45b4-adb1-df6456f43940 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c514df3-ffa0-45b4-adb1-df6456f43940 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c514df3-ffa0-45b4-adb1-df6456f43940 {
  padding-bottom: 10px;
}
}
#s-6c514df3-ffa0-45b4-adb1-df6456f43940 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-6c514df3-ffa0-45b4-adb1-df6456f43940 .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-6c514df3-ffa0-45b4-adb1-df6456f43940 .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-6c514df3-ffa0-45b4-adb1-df6456f43940 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-6c514df3-ffa0-45b4-adb1-df6456f43940 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c05f2de1-23a0-4ddb-b669-63827f8f7fc1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c05f2de1-23a0-4ddb-b669-63827f8f7fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c05f2de1-23a0-4ddb-b669-63827f8f7fc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5-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-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8799343-2180-4af5-ad7f-f3dda31206c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image {
  box-sizing: border-box;
}



.s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5-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-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8799343-2180-4af5-ad7f-f3dda31206c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image {
  box-sizing: border-box;
}



.s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5-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-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8799343-2180-4af5-ad7f-f3dda31206c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image {
  box-sizing: border-box;
}



.s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5-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-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8799343-2180-4af5-ad7f-f3dda31206c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image {
  box-sizing: border-box;
}



.s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5-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-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8799343-2180-4af5-ad7f-f3dda31206c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8799343-2180-4af5-ad7f-f3dda31206c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8799343-2180-4af5-ad7f-f3dda31206c5.shogun-image {
  box-sizing: border-box;
}



.s-a8799343-2180-4af5-ad7f-f3dda31206c5 img.shogun-image {
  
}


}
#s-e35c0c8c-a13a-494c-a18c-6ed309c5cf1a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e35c0c8c-a13a-494c-a18c-6ed309c5cf1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e35c0c8c-a13a-494c-a18c-6ed309c5cf1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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


@media (min-width: 1200px){#s-1bab16b9-eba0-4bb3-8a18-05510fd9d07e .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-1bab16b9-eba0-4bb3-8a18-05510fd9d07e .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-1bab16b9-eba0-4bb3-8a18-05510fd9d07e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-1bab16b9-eba0-4bb3-8a18-05510fd9d07e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ff89c786-c2b4-4593-b1a1-ec7606866ce4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ff89c786-c2b4-4593-b1a1-ec7606866ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff89c786-c2b4-4593-b1a1-ec7606866ce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3637b695-04a0-470c-9100-e79204926435 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-3637b695-04a0-470c-9100-e79204926435 {
  margin: 0 !important;
  overflow: visible;
}

#s-3637b695-04a0-470c-9100-e79204926435-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-3637b695-04a0-470c-9100-e79204926435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3637b695-04a0-470c-9100-e79204926435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add background color handling */
  
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3637b695-04a0-470c-9100-e79204926435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3637b695-04a0-470c-9100-e79204926435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3637b695-04a0-470c-9100-e79204926435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3637b695-04a0-470c-9100-e79204926435.shogun-image {
  box-sizing: border-box;
}



.s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3637b695-04a0-470c-9100-e79204926435 {
  margin: 0 !important;
  overflow: visible;
}

#s-3637b695-04a0-470c-9100-e79204926435-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-3637b695-04a0-470c-9100-e79204926435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3637b695-04a0-470c-9100-e79204926435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add background color handling */
  
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3637b695-04a0-470c-9100-e79204926435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3637b695-04a0-470c-9100-e79204926435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3637b695-04a0-470c-9100-e79204926435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3637b695-04a0-470c-9100-e79204926435.shogun-image {
  box-sizing: border-box;
}



.s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3637b695-04a0-470c-9100-e79204926435 {
  margin: 0 !important;
  overflow: visible;
}

#s-3637b695-04a0-470c-9100-e79204926435-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-3637b695-04a0-470c-9100-e79204926435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3637b695-04a0-470c-9100-e79204926435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add background color handling */
  
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3637b695-04a0-470c-9100-e79204926435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3637b695-04a0-470c-9100-e79204926435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3637b695-04a0-470c-9100-e79204926435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3637b695-04a0-470c-9100-e79204926435.shogun-image {
  box-sizing: border-box;
}



.s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3637b695-04a0-470c-9100-e79204926435 {
  margin: 0 !important;
  overflow: visible;
}

#s-3637b695-04a0-470c-9100-e79204926435-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-3637b695-04a0-470c-9100-e79204926435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3637b695-04a0-470c-9100-e79204926435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add background color handling */
  
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3637b695-04a0-470c-9100-e79204926435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3637b695-04a0-470c-9100-e79204926435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3637b695-04a0-470c-9100-e79204926435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3637b695-04a0-470c-9100-e79204926435.shogun-image {
  box-sizing: border-box;
}



.s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3637b695-04a0-470c-9100-e79204926435 {
  margin: 0 !important;
  overflow: visible;
}

#s-3637b695-04a0-470c-9100-e79204926435-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-3637b695-04a0-470c-9100-e79204926435 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3637b695-04a0-470c-9100-e79204926435 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add background color handling */
  
}

#s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3637b695-04a0-470c-9100-e79204926435 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3637b695-04a0-470c-9100-e79204926435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3637b695-04a0-470c-9100-e79204926435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3637b695-04a0-470c-9100-e79204926435.shogun-image {
  box-sizing: border-box;
}



.s-3637b695-04a0-470c-9100-e79204926435 img.shogun-image {
  
}


}
#s-60610ffc-0fd8-43b0-af89-5c2d3ab4c055 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-60610ffc-0fd8-43b0-af89-5c2d3ab4c055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60610ffc-0fd8-43b0-af89-5c2d3ab4c055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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


@media (min-width: 1200px){#s-b90c0248-4382-4137-a059-bf8a0b65bf8d .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-b90c0248-4382-4137-a059-bf8a0b65bf8d .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-b90c0248-4382-4137-a059-bf8a0b65bf8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-b90c0248-4382-4137-a059-bf8a0b65bf8d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#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-9805eacf-6f41-4153-a472-41c5e7b1fe9b {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-left: 20%;
padding-bottom: 120px;
padding-right: 20%;
min-height: 50px;
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 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGY5NjEzNmQtZDZlYy00NzM2LThiNDktNDUwYzQ1YzEwNzJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmNlMDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJjODY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Zjk2MTM2ZC1kNmVjLTQ3MzYtOGI0OS00NTBjNDVjMTA3MmQpIi8+PC9zdmc+);
}








#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-a6d5bdc5-e2a5-4c56-b688-806d74dad119 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-a6d5bdc5-e2a5-4c56-b688-806d74dad119 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6d5bdc5-e2a5-4c56-b688-806d74dad119 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6d5bdc5-e2a5-4c56-b688-806d74dad119 {
  padding-bottom: 10px;
}
}
#s-a6d5bdc5-e2a5-4c56-b688-806d74dad119 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-a6d5bdc5-e2a5-4c56-b688-806d74dad119 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a6d5bdc5-e2a5-4c56-b688-806d74dad119 .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-a6d5bdc5-e2a5-4c56-b688-806d74dad119 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-7e3672a5-69d5-485e-97a4-fb48ebc079b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-7e3672a5-69d5-485e-97a4-fb48ebc079b5 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e3672a5-69d5-485e-97a4-fb48ebc079b5 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e3672a5-69d5-485e-97a4-fb48ebc079b5 {
  padding-bottom: 10px;
}
}
#s-7e3672a5-69d5-485e-97a4-fb48ebc079b5 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7e3672a5-69d5-485e-97a4-fb48ebc079b5 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7e3672a5-69d5-485e-97a4-fb48ebc079b5 .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-7e3672a5-69d5-485e-97a4-fb48ebc079b5 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 {
  margin-bottom: 75px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 {
  padding-bottom: 75px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 {
  padding-bottom: 75px;
}
}
#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ae410d29-56d4-411d-8f79-f7d57e7b3ec9 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-deac2aee-9dba-4d82-af51-17cb8c0ab1fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1409476c-7b62-46d1-912d-3c9b3d0486b3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1409476c-7b62-46d1-912d-3c9b3d0486b3 {
  padding-top: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1409476c-7b62-46d1-912d-3c9b3d0486b3 {
  margin-top: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1409476c-7b62-46d1-912d-3c9b3d0486b3 {
  margin-top: 120px;
}
}







#s-1409476c-7b62-46d1-912d-3c9b3d0486b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1409476c-7b62-46d1-912d-3c9b3d0486b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32d327ed-496c-4981-a7f9-46cff945df0d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-32d327ed-496c-4981-a7f9-46cff945df0d {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32d327ed-496c-4981-a7f9-46cff945df0d {
  padding-bottom: 10px;
}
}
#s-32d327ed-496c-4981-a7f9-46cff945df0d .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-32d327ed-496c-4981-a7f9-46cff945df0d .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-32d327ed-496c-4981-a7f9-46cff945df0d .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-32d327ed-496c-4981-a7f9-46cff945df0d .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-93a72154-63bc-4ddd-a605-55bfbc580155 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-93a72154-63bc-4ddd-a605-55bfbc580155 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93a72154-63bc-4ddd-a605-55bfbc580155 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93a72154-63bc-4ddd-a605-55bfbc580155 {
  padding-bottom: 10px;
}
}
#s-93a72154-63bc-4ddd-a605-55bfbc580155 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-93a72154-63bc-4ddd-a605-55bfbc580155 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93a72154-63bc-4ddd-a605-55bfbc580155 .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-93a72154-63bc-4ddd-a605-55bfbc580155 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 {
  padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 {
  padding-bottom: 15px;
}
}
#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-869c4527-ffc4-4f3f-a91e-6d2652c85e18 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 70%;
}
@media (min-width: 1200px){#s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89 {
  margin-bottom: 60px;
padding-top: 20px;
padding-bottom: 20px;
max-width: 80%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89 {
  max-width: 100%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a780cf21-4eeb-428c-b5d5-b3e9f65ecf89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d6beea89-2a93-467c-9b00-0d9a8183a2d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-d6beea89-2a93-467c-9b00-0d9a8183a2d9 {
  min-height: 0px;
}
}
#s-d6beea89-2a93-467c-9b00-0d9a8183a2d9 {
  background-image: url();
}








#s-d6beea89-2a93-467c-9b00-0d9a8183a2d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6beea89-2a93-467c-9b00-0d9a8183a2d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}
#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 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-7fc8b18c-6849-492b-85ff-60e675aa9b93 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-7fc8b18c-6849-492b-85ff-60e675aa9b93 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-393a3422-bc9c-4f8e-8f9a-90e84a1e7a8e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-393a3422-bc9c-4f8e-8f9a-90e84a1e7a8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-393a3422-bc9c-4f8e-8f9a-90e84a1e7a8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b {
  padding-bottom: 10px;
}
}
#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-1eabc10c-44b5-4bbc-b905-2ea401bd125b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-56bb01dd-3e2e-4d58-85d7-9d2b15a1a6a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-56bb01dd-3e2e-4d58-85d7-9d2b15a1a6a6 {
  min-height: 0px;
}
}
#s-56bb01dd-3e2e-4d58-85d7-9d2b15a1a6a6 {
  background-image: url();
}








#s-56bb01dd-3e2e-4d58-85d7-9d2b15a1a6a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56bb01dd-3e2e-4d58-85d7-9d2b15a1a6a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}
#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 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-b2635bda-a251-4ab3-b9aa-1b9a296060f4 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-b2635bda-a251-4ab3-b9aa-1b9a296060f4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-a656488a-5746-426c-80a9-e8a80d4169ad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a656488a-5746-426c-80a9-e8a80d4169ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a656488a-5746-426c-80a9-e8a80d4169ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8187ca90-8bb5-4d04-8691-b1502940f687 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-8187ca90-8bb5-4d04-8691-b1502940f687 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8187ca90-8bb5-4d04-8691-b1502940f687 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8187ca90-8bb5-4d04-8691-b1502940f687 {
  padding-bottom: 10px;
}
}
#s-8187ca90-8bb5-4d04-8691-b1502940f687 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-8187ca90-8bb5-4d04-8691-b1502940f687 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8187ca90-8bb5-4d04-8691-b1502940f687 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8187ca90-8bb5-4d04-8691-b1502940f687 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-8187ca90-8bb5-4d04-8691-b1502940f687 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-75212f22-04d4-4b8e-8309-c013c68bffad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-75212f22-04d4-4b8e-8309-c013c68bffad {
  min-height: 0px;
}
}
#s-75212f22-04d4-4b8e-8309-c013c68bffad {
  background-image: url();
}








#s-75212f22-04d4-4b8e-8309-c013c68bffad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75212f22-04d4-4b8e-8309-c013c68bffad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}
#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 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-f418f5f5-f6a7-4b19-b127-ae9787db1563 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-f418f5f5-f6a7-4b19-b127-ae9787db1563 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-debc758d-2849-405c-b1b1-de04e0c525c6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-debc758d-2849-405c-b1b1-de04e0c525c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-debc758d-2849-405c-b1b1-de04e0c525c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 {
  padding-bottom: 10px;
}
}
#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-9da4f06e-4263-4e3e-923f-ae1e066d0799 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-f5625bde-2bcf-4de1-9107-6eea6e213c66 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6080ddb0-ac0e-41ed-932c-560a9f6d9297 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6080ddb0-ac0e-41ed-932c-560a9f6d9297 {
  padding-top: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6080ddb0-ac0e-41ed-932c-560a9f6d9297 {
  padding-top: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6080ddb0-ac0e-41ed-932c-560a9f6d9297 {
  padding-top: 120px;
}
}
@media (min-width: 0px) {
[id="s-6080ddb0-ac0e-41ed-932c-560a9f6d9297"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6080ddb0-ac0e-41ed-932c-560a9f6d9297"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6080ddb0-ac0e-41ed-932c-560a9f6d9297"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6080ddb0-ac0e-41ed-932c-560a9f6d9297"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad893fd6-a2f7-4f50-99c9-feaee9bb8b0e {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: left;
}
@media (min-width: 1200px){#s-ad893fd6-a2f7-4f50-99c9-feaee9bb8b0e {
  max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad893fd6-a2f7-4f50-99c9-feaee9bb8b0e {
  max-width: 100%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad893fd6-a2f7-4f50-99c9-feaee9bb8b0e {
  max-width: 100%;
}
}
#s-f5dcaacd-ed22-41a4-88b9-cfcd8e8e3b29 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f5dcaacd-ed22-41a4-88b9-cfcd8e8e3b29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5dcaacd-ed22-41a4-88b9-cfcd8e8e3b29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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


@media (min-width: 1200px){#s-0cfc691a-a1d3-4532-afb0-6147e4aea0f6 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0cfc691a-a1d3-4532-afb0-6147e4aea0f6 .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-0cfc691a-a1d3-4532-afb0-6147e4aea0f6 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-aacf8ea1-af13-49fd-9fec-0db8d8931239 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-aacf8ea1-af13-49fd-9fec-0db8d8931239 {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aacf8ea1-af13-49fd-9fec-0db8d8931239 {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aacf8ea1-af13-49fd-9fec-0db8d8931239 {
  padding-bottom: 10px;
text-align: left;
}
}
#s-aacf8ea1-af13-49fd-9fec-0db8d8931239 .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-aacf8ea1-af13-49fd-9fec-0db8d8931239 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aacf8ea1-af13-49fd-9fec-0db8d8931239 .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-aacf8ea1-af13-49fd-9fec-0db8d8931239 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c {
  margin-bottom: 15px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c {
  padding-bottom: 0px;
text-align: left;
}
}
#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9531b941-9d0d-42ce-9dcc-edf0efa02c3c .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTg2YjczODMtYzExZi00MDVhLWE3NzEtZThhYWU1OTBiY2YzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmNlMDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJjODY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhODZiNzM4My1jMTFmLTQwNWEtYTc3MS1lOGFhZTU5MGJjZjMpIi8+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;
}








#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(97, 101, 102, 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(112, 112, 112, 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(149, 134, 110, 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-94a29efd-45de-4f74-a766-3f34de85ccfe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-94a29efd-45de-4f74-a766-3f34de85ccfe {
  padding-top: 60px;
}
}







#s-94a29efd-45de-4f74-a766-3f34de85ccfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94a29efd-45de-4f74-a766-3f34de85ccfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca2fcfe5-1c5f-4652-80c2-1b5224aed813 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ea9e02ce-82d5-4ff2-8233-d9505c8e5c37 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ea9e02ce-82d5-4ff2-8233-d9505c8e5c37 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-ea9e02ce-82d5-4ff2-8233-d9505c8e5c37 {
  padding-bottom: 10px;
}
}
#s-ea9e02ce-82d5-4ff2-8233-d9505c8e5c37 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-ea9e02ce-82d5-4ff2-8233-d9505c8e5c37 .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-ea9e02ce-82d5-4ff2-8233-d9505c8e5c37 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-3c3bc451-5bda-46b6-a227-80fc3c8fcacf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-3c3bc451-5bda-46b6-a227-80fc3c8fcacf {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-3c3bc451-5bda-46b6-a227-80fc3c8fcacf {
  padding-bottom: 10px;
}
}
#s-3c3bc451-5bda-46b6-a227-80fc3c8fcacf .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-3c3bc451-5bda-46b6-a227-80fc3c8fcacf .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-3c3bc451-5bda-46b6-a227-80fc3c8fcacf .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-014a8a87-94b2-4006-b49c-410c917b9a4b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-014a8a87-94b2-4006-b49c-410c917b9a4b {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-014a8a87-94b2-4006-b49c-410c917b9a4b {
  padding-bottom: 30px;
}
}
#s-014a8a87-94b2-4006-b49c-410c917b9a4b .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-014a8a87-94b2-4006-b49c-410c917b9a4b .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-014a8a87-94b2-4006-b49c-410c917b9a4b .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 70%;
}
@media (min-width: 1200px){#s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328 {
  margin-bottom: 60px;
padding-top: 20px;
padding-bottom: 20px;
max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328 {
  max-width: 100%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04c6c1e9-d4e4-4d1b-b5c5-b8a1e96b8328"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-349896f7-3e13-4ef2-b2f8-61ea548ac6b5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-349896f7-3e13-4ef2-b2f8-61ea548ac6b5 {
  min-height: 0px;
}
}
#s-349896f7-3e13-4ef2-b2f8-61ea548ac6b5 {
  background-image: url();
}








#s-349896f7-3e13-4ef2-b2f8-61ea548ac6b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-349896f7-3e13-4ef2-b2f8-61ea548ac6b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (max-width: 767px){#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}
#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 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-e179116b-7da1-401c-bfbd-fbc27ef3f62e .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-e179116b-7da1-401c-bfbd-fbc27ef3f62e .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-c332a5be-c381-49a6-b100-bd35cea86bc8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c332a5be-c381-49a6-b100-bd35cea86bc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c332a5be-c381-49a6-b100-bd35cea86bc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 {
  padding-bottom: 10px;
}
}
#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-f8ec08f8-bcaf-4a02-bdee-176aa39b62d7 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-2579c9a5-6081-4e99-8062-375e6f2981e0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2579c9a5-6081-4e99-8062-375e6f2981e0 {
  min-height: 0px;
}
}
#s-2579c9a5-6081-4e99-8062-375e6f2981e0 {
  background-image: url();
}








#s-2579c9a5-6081-4e99-8062-375e6f2981e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2579c9a5-6081-4e99-8062-375e6f2981e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f18280d2-7382-4208-817d-03a61460667b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f18280d2-7382-4208-817d-03a61460667b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f18280d2-7382-4208-817d-03a61460667b {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f18280d2-7382-4208-817d-03a61460667b {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (max-width: 767px){#s-f18280d2-7382-4208-817d-03a61460667b {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}
#s-f18280d2-7382-4208-817d-03a61460667b .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-f18280d2-7382-4208-817d-03a61460667b .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 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-f18280d2-7382-4208-817d-03a61460667b .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f18280d2-7382-4208-817d-03a61460667b .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-f18280d2-7382-4208-817d-03a61460667b .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-10d7dea7-e967-4bd4-957b-6dbab5df3f4d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-10d7dea7-e967-4bd4-957b-6dbab5df3f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10d7dea7-e967-4bd4-957b-6dbab5df3f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa {
  padding-bottom: 10px;
}
}
#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-fd0814ea-d37b-4cc8-b09d-a0fae9af25fa .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-c99952c9-ff2b-40fb-950e-d2aaa82a70b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c99952c9-ff2b-40fb-950e-d2aaa82a70b9 {
  min-height: 0px;
}
}
#s-c99952c9-ff2b-40fb-950e-d2aaa82a70b9 {
  background-image: url();
}








#s-c99952c9-ff2b-40fb-950e-d2aaa82a70b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c99952c9-ff2b-40fb-950e-d2aaa82a70b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d618ce8a-339c-488c-8004-031dd31a66c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-d618ce8a-339c-488c-8004-031dd31a66c7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d618ce8a-339c-488c-8004-031dd31a66c7 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-d618ce8a-339c-488c-8004-031dd31a66c7 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}@media (max-width: 767px){#s-d618ce8a-339c-488c-8004-031dd31a66c7 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(251, 237, 190, 1);
}
}
#s-d618ce8a-339c-488c-8004-031dd31a66c7 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-d618ce8a-339c-488c-8004-031dd31a66c7 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 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-d618ce8a-339c-488c-8004-031dd31a66c7 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d618ce8a-339c-488c-8004-031dd31a66c7 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-d618ce8a-339c-488c-8004-031dd31a66c7 .shogun-heading-component h3 {
  color: rgba(160, 109, 8, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-05a61d94-e165-4cb0-9d40-147f73ee255a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-05a61d94-e165-4cb0-9d40-147f73ee255a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05a61d94-e165-4cb0-9d40-147f73ee255a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 {
  padding-bottom: 10px;
}
}
#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-74b751ba-efdd-46c6-8acd-33ce50e097e9 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-fc45c0f6-7775-4ebb-a539-e0ff60a5b7f9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-27b85e4d-ec46-4ef3-b056-1de30f88260e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-27b85e4d-ec46-4ef3-b056-1de30f88260e {
  padding-top: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27b85e4d-ec46-4ef3-b056-1de30f88260e {
  padding-top: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27b85e4d-ec46-4ef3-b056-1de30f88260e {
  padding-top: 120px;
}
}@media (max-width: 767px){#s-27b85e4d-ec46-4ef3-b056-1de30f88260e {
  padding-top: 60px;
}
}
@media (min-width: 0px) {
[id="s-27b85e4d-ec46-4ef3-b056-1de30f88260e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27b85e4d-ec46-4ef3-b056-1de30f88260e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27b85e4d-ec46-4ef3-b056-1de30f88260e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27b85e4d-ec46-4ef3-b056-1de30f88260e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14234e52-e162-4b86-b27c-1cd55c993be6 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: left;
}
@media (min-width: 1200px){#s-14234e52-e162-4b86-b27c-1cd55c993be6 {
  max-width: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14234e52-e162-4b86-b27c-1cd55c993be6 {
  max-width: 100%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14234e52-e162-4b86-b27c-1cd55c993be6 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-14234e52-e162-4b86-b27c-1cd55c993be6 {
  max-width: 100%;
}
}
#s-3e98d5eb-2e69-44c8-9590-1ba788c70f0b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3e98d5eb-2e69-44c8-9590-1ba788c70f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e98d5eb-2e69-44c8-9590-1ba788c70f0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 {
  padding-top: 20px;
padding-bottom: 10px;
}
}
#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 .shogun-heading-component h3 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 .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-8ecec3fc-2f09-4b57-aae7-60333f0850a5 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-8ecec3fc-2f09-4b57-aae7-60333f0850a5 .shogun-heading-component h3 {
  color: rgba(97, 101, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-7479941a-30e7-46c3-8077-8f7bad42633e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-7479941a-30e7-46c3-8077-8f7bad42633e {
  margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7479941a-30e7-46c3-8077-8f7bad42633e {
  padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7479941a-30e7-46c3-8077-8f7bad42633e {
  padding-bottom: 10px;
text-align: left;
}
}
#s-7479941a-30e7-46c3-8077-8f7bad42633e .shogun-heading-component h2 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7479941a-30e7-46c3-8077-8f7bad42633e .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7479941a-30e7-46c3-8077-8f7bad42633e .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-7479941a-30e7-46c3-8077-8f7bad42633e .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-7479941a-30e7-46c3-8077-8f7bad42633e .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-fa785826-7355-407b-8bf4-85ab144d4551 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-fa785826-7355-407b-8bf4-85ab144d4551 {
  margin-bottom: 15px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa785826-7355-407b-8bf4-85ab144d4551 {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa785826-7355-407b-8bf4-85ab144d4551 {
  padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-fa785826-7355-407b-8bf4-85ab144d4551 {
  padding-bottom: 0px;
}
}
#s-fa785826-7355-407b-8bf4-85ab144d4551 .shogun-heading-component h4 {
  color: rgba(173, 88, 87, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-fa785826-7355-407b-8bf4-85ab144d4551 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa785826-7355-407b-8bf4-85ab144d4551 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fa785826-7355-407b-8bf4-85ab144d4551 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-fa785826-7355-407b-8bf4-85ab144d4551 .shogun-heading-component h4 {
  color: rgba(149, 134, 110, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#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-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;
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;
max-width: 580px;
text-align: center;
}
@media (min-width: 1200px){#s-e40f57dd-6b21-4e19-b933-c7cbf985b3a0 {
  max-width: 100%;
}
}
#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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

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







#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-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;
max-width: 580px;
text-align: center;
}
@media (min-width: 1200px){#s-69446507-6351-45e3-80a8-e80b1ae3fd62 {
  max-width: 100%;
}
}
#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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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-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-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ef80237-bdc2-43ee-835a-2fba33250cdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1ef80237-bdc2-43ee-835a-2fba33250cdf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ef80237-bdc2-43ee-835a-2fba33250cdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ef80237-bdc2-43ee-835a-2fba33250cdf.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);
}








#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-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;
max-width: 580px;
text-align: center;
}
@media (min-width: 1200px){#s-82bfe096-3c2b-48c0-8ed2-acf8b499e516 {
  max-width: 100%;
}
}
#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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

  /* 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%;
  
  
  max-width: 580px;

      
    max-width: 580px;

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







#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-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: 420px;
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;
}
