.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-66e4b4da-ac37-41ab-826d-3c225eecb8b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-66e4b4da-ac37-41ab-826d-3c225eecb8b6 {
  display: none;
}
#s-66e4b4da-ac37-41ab-826d-3c225eecb8b6, #wrap-s-66e4b4da-ac37-41ab-826d-3c225eecb8b6, #wrap-content-s-66e4b4da-ac37-41ab-826d-3c225eecb8b6 { display: none !important; }}







#s-66e4b4da-ac37-41ab-826d-3c225eecb8b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66e4b4da-ac37-41ab-826d-3c225eecb8b6.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-92970818-41be-41ad-99dc-434caf46c882 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-92970818-41be-41ad-99dc-434caf46c882 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92970818-41be-41ad-99dc-434caf46c882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92970818-41be-41ad-99dc-434caf46c882 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92970818-41be-41ad-99dc-434caf46c882 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

  /* 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-92970818-41be-41ad-99dc-434caf46c882 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92970818-41be-41ad-99dc-434caf46c882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92970818-41be-41ad-99dc-434caf46c882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92970818-41be-41ad-99dc-434caf46c882.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-92970818-41be-41ad-99dc-434caf46c882 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92970818-41be-41ad-99dc-434caf46c882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92970818-41be-41ad-99dc-434caf46c882 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92970818-41be-41ad-99dc-434caf46c882 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-92970818-41be-41ad-99dc-434caf46c882 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92970818-41be-41ad-99dc-434caf46c882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92970818-41be-41ad-99dc-434caf46c882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92970818-41be-41ad-99dc-434caf46c882.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-92970818-41be-41ad-99dc-434caf46c882 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92970818-41be-41ad-99dc-434caf46c882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92970818-41be-41ad-99dc-434caf46c882 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92970818-41be-41ad-99dc-434caf46c882 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-92970818-41be-41ad-99dc-434caf46c882 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92970818-41be-41ad-99dc-434caf46c882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92970818-41be-41ad-99dc-434caf46c882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92970818-41be-41ad-99dc-434caf46c882.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-92970818-41be-41ad-99dc-434caf46c882 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92970818-41be-41ad-99dc-434caf46c882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92970818-41be-41ad-99dc-434caf46c882 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92970818-41be-41ad-99dc-434caf46c882 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-92970818-41be-41ad-99dc-434caf46c882 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92970818-41be-41ad-99dc-434caf46c882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92970818-41be-41ad-99dc-434caf46c882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92970818-41be-41ad-99dc-434caf46c882.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-92970818-41be-41ad-99dc-434caf46c882 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92970818-41be-41ad-99dc-434caf46c882-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92970818-41be-41ad-99dc-434caf46c882 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92970818-41be-41ad-99dc-434caf46c882 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92970818-41be-41ad-99dc-434caf46c882 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-92970818-41be-41ad-99dc-434caf46c882 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92970818-41be-41ad-99dc-434caf46c882.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92970818-41be-41ad-99dc-434caf46c882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92970818-41be-41ad-99dc-434caf46c882.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7d81b799-fdf1-4e34-8605-765b1e0e29d6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d81b799-fdf1-4e34-8605-765b1e0e29d6 {
  display: none;
}
#s-7d81b799-fdf1-4e34-8605-765b1e0e29d6, #wrap-s-7d81b799-fdf1-4e34-8605-765b1e0e29d6, #wrap-content-s-7d81b799-fdf1-4e34-8605-765b1e0e29d6 { display: none !important; }}@media (max-width: 767px){#s-7d81b799-fdf1-4e34-8605-765b1e0e29d6 {
  display: none;
}
#s-7d81b799-fdf1-4e34-8605-765b1e0e29d6, #wrap-s-7d81b799-fdf1-4e34-8605-765b1e0e29d6, #wrap-content-s-7d81b799-fdf1-4e34-8605-765b1e0e29d6 { display: none !important; }}







#s-7d81b799-fdf1-4e34-8605-765b1e0e29d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d81b799-fdf1-4e34-8605-765b1e0e29d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e11e3d-e8da-476a-99c2-5d9073cc245b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-df7ad90a-3537-4a13-923b-67f72f77f4ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-df7ad90a-3537-4a13-923b-67f72f77f4ea {
  display: none;
}
#s-df7ad90a-3537-4a13-923b-67f72f77f4ea, #wrap-s-df7ad90a-3537-4a13-923b-67f72f77f4ea, #wrap-content-s-df7ad90a-3537-4a13-923b-67f72f77f4ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df7ad90a-3537-4a13-923b-67f72f77f4ea {
  display: none;
}
#s-df7ad90a-3537-4a13-923b-67f72f77f4ea, #wrap-s-df7ad90a-3537-4a13-923b-67f72f77f4ea, #wrap-content-s-df7ad90a-3537-4a13-923b-67f72f77f4ea { display: none !important; }}@media (max-width: 767px){#s-df7ad90a-3537-4a13-923b-67f72f77f4ea {
  display: none;
}
#s-df7ad90a-3537-4a13-923b-67f72f77f4ea, #wrap-s-df7ad90a-3537-4a13-923b-67f72f77f4ea, #wrap-content-s-df7ad90a-3537-4a13-923b-67f72f77f4ea { display: none !important; }}







#s-df7ad90a-3537-4a13-923b-67f72f77f4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df7ad90a-3537-4a13-923b-67f72f77f4ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a770edbd-521d-4cd6-807e-2b3e4a4c1742 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad {
  display: none;
}
#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad, #wrap-s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad, #wrap-content-s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad {
  display: none;
}
#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad, #wrap-s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad, #wrap-content-s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad { display: none !important; }}@media (max-width: 767px){#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad {
  display: none;
}
#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad, #wrap-s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad, #wrap-content-s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad { display: none !important; }}







#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b25a60c1-9c1a-44bd-9b2b-077b0b588cad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87ffd67c-4c8f-44de-9723-00a7d30c7a19 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 {
  display: none;
}
#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93, #wrap-s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93, #wrap-content-s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 {
  display: none;
}
#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93, #wrap-s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93, #wrap-content-s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 { display: none !important; }}@media (max-width: 767px){#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 {
  display: none;
}
#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93, #wrap-s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93, #wrap-content-s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 { display: none !important; }}







#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd3f4c78-e0f8-4cf9-83f6-0123b440bd93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7d2c9f6-6f4f-48dc-9a77-79f945f1f10a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a610b81e-1992-4023-bb31-62b8b60825b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a610b81e-1992-4023-bb31-62b8b60825b2 {
  display: none;
}
#s-a610b81e-1992-4023-bb31-62b8b60825b2, #wrap-s-a610b81e-1992-4023-bb31-62b8b60825b2, #wrap-content-s-a610b81e-1992-4023-bb31-62b8b60825b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a610b81e-1992-4023-bb31-62b8b60825b2 {
  display: none;
}
#s-a610b81e-1992-4023-bb31-62b8b60825b2, #wrap-s-a610b81e-1992-4023-bb31-62b8b60825b2, #wrap-content-s-a610b81e-1992-4023-bb31-62b8b60825b2 { display: none !important; }}@media (max-width: 767px){#s-a610b81e-1992-4023-bb31-62b8b60825b2 {
  display: none;
}
#s-a610b81e-1992-4023-bb31-62b8b60825b2, #wrap-s-a610b81e-1992-4023-bb31-62b8b60825b2, #wrap-content-s-a610b81e-1992-4023-bb31-62b8b60825b2 { display: none !important; }}







#s-a610b81e-1992-4023-bb31-62b8b60825b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a610b81e-1992-4023-bb31-62b8b60825b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-676abe05-1c1f-4bf6-b61b-697495aff8dc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-78a30ee5-d631-48de-96d3-8aa4db64ba50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-78a30ee5-d631-48de-96d3-8aa4db64ba50 {
  display: none;
}
#s-78a30ee5-d631-48de-96d3-8aa4db64ba50, #wrap-s-78a30ee5-d631-48de-96d3-8aa4db64ba50, #wrap-content-s-78a30ee5-d631-48de-96d3-8aa4db64ba50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78a30ee5-d631-48de-96d3-8aa4db64ba50 {
  display: none;
}
#s-78a30ee5-d631-48de-96d3-8aa4db64ba50, #wrap-s-78a30ee5-d631-48de-96d3-8aa4db64ba50, #wrap-content-s-78a30ee5-d631-48de-96d3-8aa4db64ba50 { display: none !important; }}@media (max-width: 767px){#s-78a30ee5-d631-48de-96d3-8aa4db64ba50 {
  display: none;
}
#s-78a30ee5-d631-48de-96d3-8aa4db64ba50, #wrap-s-78a30ee5-d631-48de-96d3-8aa4db64ba50, #wrap-content-s-78a30ee5-d631-48de-96d3-8aa4db64ba50 { display: none !important; }}







#s-78a30ee5-d631-48de-96d3-8aa4db64ba50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78a30ee5-d631-48de-96d3-8aa4db64ba50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc9977dd-869c-4e2e-ac40-572e3e5b2e7a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2064e46e-6189-44c7-aacb-87a5eba16323 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2064e46e-6189-44c7-aacb-87a5eba16323 {
  display: none;
}
#s-2064e46e-6189-44c7-aacb-87a5eba16323, #wrap-s-2064e46e-6189-44c7-aacb-87a5eba16323, #wrap-content-s-2064e46e-6189-44c7-aacb-87a5eba16323 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2064e46e-6189-44c7-aacb-87a5eba16323 {
  display: none;
}
#s-2064e46e-6189-44c7-aacb-87a5eba16323, #wrap-s-2064e46e-6189-44c7-aacb-87a5eba16323, #wrap-content-s-2064e46e-6189-44c7-aacb-87a5eba16323 { display: none !important; }}@media (max-width: 767px){#s-2064e46e-6189-44c7-aacb-87a5eba16323 {
  display: none;
}
#s-2064e46e-6189-44c7-aacb-87a5eba16323, #wrap-s-2064e46e-6189-44c7-aacb-87a5eba16323, #wrap-content-s-2064e46e-6189-44c7-aacb-87a5eba16323 { display: none !important; }}







#s-2064e46e-6189-44c7-aacb-87a5eba16323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2064e46e-6189-44c7-aacb-87a5eba16323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d317564-306a-4602-a475-51e10150f83e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b9418eb7-10cc-40a5-9376-3f36b7753840 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b9418eb7-10cc-40a5-9376-3f36b7753840 {
  display: none;
}
#s-b9418eb7-10cc-40a5-9376-3f36b7753840, #wrap-s-b9418eb7-10cc-40a5-9376-3f36b7753840, #wrap-content-s-b9418eb7-10cc-40a5-9376-3f36b7753840 { display: none !important; }}@media (max-width: 767px){#s-b9418eb7-10cc-40a5-9376-3f36b7753840 {
  display: none;
}
#s-b9418eb7-10cc-40a5-9376-3f36b7753840, #wrap-s-b9418eb7-10cc-40a5-9376-3f36b7753840, #wrap-content-s-b9418eb7-10cc-40a5-9376-3f36b7753840 { display: none !important; }}







#s-b9418eb7-10cc-40a5-9376-3f36b7753840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9418eb7-10cc-40a5-9376-3f36b7753840.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d2b52f3-def0-489f-a6c5-c46bb87516a7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 {
  display: none;
}
#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275, #wrap-s-e04bcfeb-4237-4a5e-9510-5b8c3884b275, #wrap-content-s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 {
  display: none;
}
#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275, #wrap-s-e04bcfeb-4237-4a5e-9510-5b8c3884b275, #wrap-content-s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 { display: none !important; }}@media (max-width: 767px){#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 {
  display: none;
}
#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275, #wrap-s-e04bcfeb-4237-4a5e-9510-5b8c3884b275, #wrap-content-s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 { display: none !important; }}







#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e04bcfeb-4237-4a5e-9510-5b8c3884b275.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-a5316029-4cd4-497e-8ab2-462cec9e83c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-a5316029-4cd4-497e-8ab2-462cec9e83c2 .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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-eafe77e9-13d9-4198-a01f-9c6f7860233e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-eafe77e9-13d9-4198-a01f-9c6f7860233e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(218, 188, 171, 1);
    border: 1px solid #DDDDDD;
  }
  #s-eafe77e9-13d9-4198-a01f-9c6f7860233e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 139, 124, 1);
    border: 1px solid #ddd;
  }
#s-eafe77e9-13d9-4198-a01f-9c6f7860233e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-eafe77e9-13d9-4198-a01f-9c6f7860233e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-eafe77e9-13d9-4198-a01f-9c6f7860233e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 139, 124, 1);
}

#s-eafe77e9-13d9-4198-a01f-9c6f7860233e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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-da269376-36da-478e-9476-f10cc4ff051d {
  margin-left: auto;
margin-right: auto;
background-color: rgba(254, 246, 242, 1);
}

@media (min-width: 0px) {
[id="s-da269376-36da-478e-9476-f10cc4ff051d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da269376-36da-478e-9476-f10cc4ff051d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da269376-36da-478e-9476-f10cc4ff051d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da269376-36da-478e-9476-f10cc4ff051d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-289a384b-757c-430b-987a-e2014dfac81d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-289a384b-757c-430b-987a-e2014dfac81d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-289a384b-757c-430b-987a-e2014dfac81d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-289a384b-757c-430b-987a-e2014dfac81d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-289a384b-757c-430b-987a-e2014dfac81d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

  /* 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-289a384b-757c-430b-987a-e2014dfac81d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-289a384b-757c-430b-987a-e2014dfac81d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-289a384b-757c-430b-987a-e2014dfac81d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-289a384b-757c-430b-987a-e2014dfac81d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-289a384b-757c-430b-987a-e2014dfac81d img.shogun-image {
  width: 100%;
  
  
  

  /* 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-289a384b-757c-430b-987a-e2014dfac81d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-289a384b-757c-430b-987a-e2014dfac81d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-289a384b-757c-430b-987a-e2014dfac81d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-289a384b-757c-430b-987a-e2014dfac81d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-289a384b-757c-430b-987a-e2014dfac81d img.shogun-image {
  width: 100%;
  
  
  

  /* 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-289a384b-757c-430b-987a-e2014dfac81d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-289a384b-757c-430b-987a-e2014dfac81d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-289a384b-757c-430b-987a-e2014dfac81d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-289a384b-757c-430b-987a-e2014dfac81d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-289a384b-757c-430b-987a-e2014dfac81d img.shogun-image {
  width: 100%;
  
  
  

  /* 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-289a384b-757c-430b-987a-e2014dfac81d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-289a384b-757c-430b-987a-e2014dfac81d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-289a384b-757c-430b-987a-e2014dfac81d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-289a384b-757c-430b-987a-e2014dfac81d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-289a384b-757c-430b-987a-e2014dfac81d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-289a384b-757c-430b-987a-e2014dfac81d img.shogun-image {
  width: 100%;
  
  
  

  /* 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-289a384b-757c-430b-987a-e2014dfac81d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a384b-757c-430b-987a-e2014dfac81d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7889b2f7-7bd5-4fd0-924c-c27c0ebf047f {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-7889b2f7-7bd5-4fd0-924c-c27c0ebf047f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7889b2f7-7bd5-4fd0-924c-c27c0ebf047f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6954d914-d5c6-4c46-bd95-263b76aa26c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-6954d914-d5c6-4c46-bd95-263b76aa26c4 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8fbd733b-1a6d-44ec-b1fa-636178db4da6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-8fbd733b-1a6d-44ec-b1fa-636178db4da6 .shg-proportional-font-size,
#s-8fbd733b-1a6d-44ec-b1fa-636178db4da6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-87895f2d-07e3-4ab5-88ce-e7b321968d6f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-87895f2d-07e3-4ab5-88ce-e7b321968d6f .shg-proportional-font-size,
#s-87895f2d-07e3-4ab5-88ce-e7b321968d6f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f6e3887-ec9d-400b-ae6c-f483a1327c35 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(254, 246, 242, 1);
}

@media (min-width: 0px) {
[id="s-7f6e3887-ec9d-400b-ae6c-f483a1327c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f6e3887-ec9d-400b-ae6c-f483a1327c35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f6e3887-ec9d-400b-ae6c-f483a1327c35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f6e3887-ec9d-400b-ae6c-f483a1327c35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

  /* 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-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9de3ace-debd-47c5-8e45-8c73701f2f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c9de3ace-debd-47c5-8e45-8c73701f2f56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de3ace-debd-47c5-8e45-8c73701f2f56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c6e69cf3-45ba-4c88-9272-98b192071ccf {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-c6e69cf3-45ba-4c88-9272-98b192071ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6e69cf3-45ba-4c88-9272-98b192071ccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ab3c728-13e2-4263-b06f-54bada03f11d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-5ab3c728-13e2-4263-b06f-54bada03f11d .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bbbc468e-9c6f-4744-9f18-38aee368301f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-bbbc468e-9c6f-4744-9f18-38aee368301f .shg-proportional-font-size,
#s-bbbc468e-9c6f-4744-9f18-38aee368301f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-86bf9ebc-36a5-4ac3-93d8-348563fb582e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(254, 246, 242, 1);
}

@media (min-width: 0px) {
[id="s-86bf9ebc-36a5-4ac3-93d8-348563fb582e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86bf9ebc-36a5-4ac3-93d8-348563fb582e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86bf9ebc-36a5-4ac3-93d8-348563fb582e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86bf9ebc-36a5-4ac3-93d8-348563fb582e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

  /* 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-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc5a53e-7336-4ba7-bc3e-2e5a9f4a4d76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f77f7480-c115-4fa6-a418-05f74e51dcf0 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-f77f7480-c115-4fa6-a418-05f74e51dcf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f77f7480-c115-4fa6-a418-05f74e51dcf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5ae4594-6685-4ba5-af70-46659ddcd513 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-f5ae4594-6685-4ba5-af70-46659ddcd513 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-75366728-5a68-450d-8fc0-4cf8f024ca0e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-75366728-5a68-450d-8fc0-4cf8f024ca0e .shg-proportional-font-size,
#s-75366728-5a68-450d-8fc0-4cf8f024ca0e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c {
  display: none;
}
#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c, #wrap-s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c, #wrap-content-s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c {
  display: none;
}
#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c, #wrap-s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c, #wrap-content-s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c { display: none !important; }}@media (max-width: 767px){#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c {
  display: none;
}
#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c, #wrap-s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c, #wrap-content-s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c { display: none !important; }}







#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31db2a02-17b3-4e0c-ab57-8b1863e33f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4c8c4df-faad-4051-978c-58d59094ce5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4c8c4df-faad-4051-978c-58d59094ce5f .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-b4c8c4df-faad-4051-978c-58d59094ce5f .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) and (max-width: 1199px){
  #s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(218, 188, 171, 1);
    border: 1px solid #DDDDDD;
  }
  #s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 139, 124, 1);
    border: 1px solid #ddd;
  }
#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 139, 124, 1);
}

#s-8158e9cd-5d41-4519-a19d-35b82eef2ac0 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}
#s-5dbaad13-8af3-4407-ace0-c297bbab4e84 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5dbaad13-8af3-4407-ace0-c297bbab4e84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dbaad13-8af3-4407-ace0-c297bbab4e84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5dbaad13-8af3-4407-ace0-c297bbab4e84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dbaad13-8af3-4407-ace0-c297bbab4e84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 img.shogun-image {
  width: 100%;
  
  
  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-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c9d79b-19d9-4e98-ba1a-86fa57c1f879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-300abc4d-7c87-4333-b8f9-96eda04bccf6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-300abc4d-7c87-4333-b8f9-96eda04bccf6 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-300abc4d-7c87-4333-b8f9-96eda04bccf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-300abc4d-7c87-4333-b8f9-96eda04bccf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73fa0548-4e89-445f-bbb8-38c84589b0b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-73fa0548-4e89-445f-bbb8-38c84589b0b4 {
  padding-bottom: 20px;
text-align: left;
}
}
#s-73fa0548-4e89-445f-bbb8-38c84589b0b4 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-73fa0548-4e89-445f-bbb8-38c84589b0b4 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-5641d9aa-bf68-4215-b5e4-0e8ac94516e7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5641d9aa-bf68-4215-b5e4-0e8ac94516e7 {
  padding-bottom: 20px;
}
}
#s-5641d9aa-bf68-4215-b5e4-0e8ac94516e7 .shg-proportional-font-size,
#s-5641d9aa-bf68-4215-b5e4-0e8ac94516e7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-41a1d20e-aff9-4fac-bfb3-914c34a47e0f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-41a1d20e-aff9-4fac-bfb3-914c34a47e0f {
  padding-bottom: 20px;
}
}
#s-41a1d20e-aff9-4fac-bfb3-914c34a47e0f .shg-proportional-font-size,
#s-41a1d20e-aff9-4fac-bfb3-914c34a47e0f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8e09df44-98f4-4991-922c-837e3a09c168 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8e09df44-98f4-4991-922c-837e3a09c168"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e09df44-98f4-4991-922c-837e3a09c168"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e09df44-98f4-4991-922c-837e3a09c168"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e09df44-98f4-4991-922c-837e3a09c168"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f img.shogun-image {
  width: 100%;
  
  
  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-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d46fe50-bc5f-4ac1-88ef-50d57dc1b67f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2dfa15d8-68d5-4964-babb-ee93db157a1c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2dfa15d8-68d5-4964-babb-ee93db157a1c {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-2dfa15d8-68d5-4964-babb-ee93db157a1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dfa15d8-68d5-4964-babb-ee93db157a1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5bf427a-b696-48b5-ac89-853ce23d1025 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c5bf427a-b696-48b5-ac89-853ce23d1025 {
  padding-bottom: 20px;
text-align: left;
}
}
#s-c5bf427a-b696-48b5-ac89-853ce23d1025 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c5bf427a-b696-48b5-ac89-853ce23d1025 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-88874250-1106-47ce-8ec7-d5817e887623 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-88874250-1106-47ce-8ec7-d5817e887623 {
  padding-bottom: 20px;
}
}
#s-88874250-1106-47ce-8ec7-d5817e887623 .shg-proportional-font-size,
#s-88874250-1106-47ce-8ec7-d5817e887623 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2c4f04aa-6c62-45a1-a72e-d38dba1e1f8e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c4f04aa-6c62-45a1-a72e-d38dba1e1f8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c4f04aa-6c62-45a1-a72e-d38dba1e1f8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c4f04aa-6c62-45a1-a72e-d38dba1e1f8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c4f04aa-6c62-45a1-a72e-d38dba1e1f8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 img.shogun-image {
  width: 100%;
  
  
  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-2f48044a-0446-44ef-894a-7d80f11b3d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-2f48044a-0446-44ef-894a-7d80f11b3d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-2f48044a-0446-44ef-894a-7d80f11b3d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-2f48044a-0446-44ef-894a-7d80f11b3d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f48044a-0446-44ef-894a-7d80f11b3d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f48044a-0446-44ef-894a-7d80f11b3d04 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-2f48044a-0446-44ef-894a-7d80f11b3d04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f48044a-0446-44ef-894a-7d80f11b3d04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-12d05aee-d769-45f8-a198-57de6d2cb17a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-12d05aee-d769-45f8-a198-57de6d2cb17a {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-12d05aee-d769-45f8-a198-57de6d2cb17a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12d05aee-d769-45f8-a198-57de6d2cb17a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-580718f8-eb50-4191-b7f3-e0cd535d26ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-580718f8-eb50-4191-b7f3-e0cd535d26ac {
  padding-bottom: 20px;
text-align: left;
}
}
#s-580718f8-eb50-4191-b7f3-e0cd535d26ac .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-580718f8-eb50-4191-b7f3-e0cd535d26ac .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-0c45e72c-fc5d-4511-99b1-1c6b2c194962 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0c45e72c-fc5d-4511-99b1-1c6b2c194962 {
  padding-bottom: 20px;
}
}
#s-0c45e72c-fc5d-4511-99b1-1c6b2c194962 .shg-proportional-font-size,
#s-0c45e72c-fc5d-4511-99b1-1c6b2c194962 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-baf27531-0a73-44aa-a186-fd2725bf7b2e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-baf27531-0a73-44aa-a186-fd2725bf7b2e {
  display: none;
}
#s-baf27531-0a73-44aa-a186-fd2725bf7b2e, #wrap-s-baf27531-0a73-44aa-a186-fd2725bf7b2e, #wrap-content-s-baf27531-0a73-44aa-a186-fd2725bf7b2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baf27531-0a73-44aa-a186-fd2725bf7b2e {
  display: none;
}
#s-baf27531-0a73-44aa-a186-fd2725bf7b2e, #wrap-s-baf27531-0a73-44aa-a186-fd2725bf7b2e, #wrap-content-s-baf27531-0a73-44aa-a186-fd2725bf7b2e { display: none !important; }}@media (max-width: 767px){#s-baf27531-0a73-44aa-a186-fd2725bf7b2e {
  display: none;
}
#s-baf27531-0a73-44aa-a186-fd2725bf7b2e, #wrap-s-baf27531-0a73-44aa-a186-fd2725bf7b2e, #wrap-content-s-baf27531-0a73-44aa-a186-fd2725bf7b2e { display: none !important; }}







#s-baf27531-0a73-44aa-a186-fd2725bf7b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-baf27531-0a73-44aa-a186-fd2725bf7b2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388 {
  display: none;
}
#s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388, #wrap-s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388, #wrap-content-s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388 {
  display: none;
}
#s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388, #wrap-s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388, #wrap-content-s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388 { display: none !important; }}@media (max-width: 767px){#s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388 {
  display: none;
}
#s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388, #wrap-s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388, #wrap-content-s-9b3b56db-b0f8-4472-b14d-ba9b6cc85388 { display: none !important; }}
#s-ba315fd2-0159-4b8a-923d-a69914377678 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ba315fd2-0159-4b8a-923d-a69914377678 {
  display: none;
}
#s-ba315fd2-0159-4b8a-923d-a69914377678, #wrap-s-ba315fd2-0159-4b8a-923d-a69914377678, #wrap-content-s-ba315fd2-0159-4b8a-923d-a69914377678 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba315fd2-0159-4b8a-923d-a69914377678 {
  display: none;
}
#s-ba315fd2-0159-4b8a-923d-a69914377678, #wrap-s-ba315fd2-0159-4b8a-923d-a69914377678, #wrap-content-s-ba315fd2-0159-4b8a-923d-a69914377678 { display: none !important; }}@media (max-width: 767px){#s-ba315fd2-0159-4b8a-923d-a69914377678 {
  display: none;
}
#s-ba315fd2-0159-4b8a-923d-a69914377678, #wrap-s-ba315fd2-0159-4b8a-923d-a69914377678, #wrap-content-s-ba315fd2-0159-4b8a-923d-a69914377678 { display: none !important; }}







#s-ba315fd2-0159-4b8a-923d-a69914377678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba315fd2-0159-4b8a-923d-a69914377678.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac41a507-a293-430c-9d18-a26766ecf580 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 {
  display: none;
}
#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58, #wrap-s-288e3d9a-8d59-4261-80c0-b0cf38a79c58, #wrap-content-s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 {
  display: none;
}
#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58, #wrap-s-288e3d9a-8d59-4261-80c0-b0cf38a79c58, #wrap-content-s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 { display: none !important; }}@media (max-width: 767px){#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 {
  display: none;
}
#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58, #wrap-s-288e3d9a-8d59-4261-80c0-b0cf38a79c58, #wrap-content-s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 { display: none !important; }}







#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-288e3d9a-8d59-4261-80c0-b0cf38a79c58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd98ed4-7391-4dbe-907a-7b944e8ca395 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc {
  display: none;
}
#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc, #wrap-s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc, #wrap-content-s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc {
  display: none;
}
#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc, #wrap-s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc, #wrap-content-s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc { display: none !important; }}@media (max-width: 767px){#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc {
  display: none;
}
#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc, #wrap-s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc, #wrap-content-s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc { display: none !important; }}







#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87e8632d-aed9-48f1-a4cb-7bb629c9a0fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b24f3e14-63d8-42ab-b6e9-f819effe9205 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-215f05e7-bafc-4276-9049-5756076d1eeb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-215f05e7-bafc-4276-9049-5756076d1eeb {
  display: none;
}
#s-215f05e7-bafc-4276-9049-5756076d1eeb, #wrap-s-215f05e7-bafc-4276-9049-5756076d1eeb, #wrap-content-s-215f05e7-bafc-4276-9049-5756076d1eeb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-215f05e7-bafc-4276-9049-5756076d1eeb {
  display: none;
}
#s-215f05e7-bafc-4276-9049-5756076d1eeb, #wrap-s-215f05e7-bafc-4276-9049-5756076d1eeb, #wrap-content-s-215f05e7-bafc-4276-9049-5756076d1eeb { display: none !important; }}@media (max-width: 767px){#s-215f05e7-bafc-4276-9049-5756076d1eeb {
  display: none;
}
#s-215f05e7-bafc-4276-9049-5756076d1eeb, #wrap-s-215f05e7-bafc-4276-9049-5756076d1eeb, #wrap-content-s-215f05e7-bafc-4276-9049-5756076d1eeb { display: none !important; }}







#s-215f05e7-bafc-4276-9049-5756076d1eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-215f05e7-bafc-4276-9049-5756076d1eeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36afc574-ce08-4c9d-8501-9d62c7cb7d44 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-202a0d37-4007-4789-a6ef-263d75677d96 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-202a0d37-4007-4789-a6ef-263d75677d96 {
  display: none;
}
#s-202a0d37-4007-4789-a6ef-263d75677d96, #wrap-s-202a0d37-4007-4789-a6ef-263d75677d96, #wrap-content-s-202a0d37-4007-4789-a6ef-263d75677d96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-202a0d37-4007-4789-a6ef-263d75677d96 {
  display: none;
}
#s-202a0d37-4007-4789-a6ef-263d75677d96, #wrap-s-202a0d37-4007-4789-a6ef-263d75677d96, #wrap-content-s-202a0d37-4007-4789-a6ef-263d75677d96 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-202a0d37-4007-4789-a6ef-263d75677d96 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-202a0d37-4007-4789-a6ef-263d75677d96 {
  display: none;
}
#s-202a0d37-4007-4789-a6ef-263d75677d96, #wrap-s-202a0d37-4007-4789-a6ef-263d75677d96, #wrap-content-s-202a0d37-4007-4789-a6ef-263d75677d96 { display: none !important; }}







#s-202a0d37-4007-4789-a6ef-263d75677d96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-202a0d37-4007-4789-a6ef-263d75677d96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e66e3b-c239-482d-8873-04cfff468b24 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3e66e3b-c239-482d-8873-04cfff468b24 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a3e66e3b-c239-482d-8873-04cfff468b24 .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-710a5a4f-9740-4176-b77d-44040e3075ee {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-710a5a4f-9740-4176-b77d-44040e3075ee {
  padding-left: 0%;
padding-right: 0%;
}
}

  #s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li > .shogun-tab-box {
    background: rgba(218, 188, 171, 1);
    border: 1px solid #DDDDDD;
  }
  #s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 139, 124, 1);
    border: 1px solid #ddd;
  }
#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 139, 124, 1);
}

#s-710a5a4f-9740-4176-b77d-44040e3075ee .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}
#s-bbe0141e-857f-4eea-a064-f87cab3717e1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bbe0141e-857f-4eea-a064-f87cab3717e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbe0141e-857f-4eea-a064-f87cab3717e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbe0141e-857f-4eea-a064-f87cab3717e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbe0141e-857f-4eea-a064-f87cab3717e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe img.shogun-image {
  width: 100%;
  
  
  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-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a7f6632-97e1-471c-8c3f-0fe4065468fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9a7f6632-97e1-471c-8c3f-0fe4065468fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7f6632-97e1-471c-8c3f-0fe4065468fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8a7b89ef-bbc5-4be2-ac65-c06ec9d8f223 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a7b89ef-bbc5-4be2-ac65-c06ec9d8f223 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-8a7b89ef-bbc5-4be2-ac65-c06ec9d8f223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a7b89ef-bbc5-4be2-ac65-c06ec9d8f223.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68f11562-7e56-4873-86fa-05f4c07d6051 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-68f11562-7e56-4873-86fa-05f4c07d6051 {
  text-align: left;
}
}
#s-68f11562-7e56-4873-86fa-05f4c07d6051 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-cc931cee-5a88-42be-a181-087e3b097dcc {
  margin-left: auto;
margin-right: auto;
}

#s-cc931cee-5a88-42be-a181-087e3b097dcc .shg-proportional-font-size,
#s-cc931cee-5a88-42be-a181-087e3b097dcc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42481db7-4e88-4403-80d5-106fc102c5ff {
  margin-left: auto;
margin-right: auto;
}

#s-42481db7-4e88-4403-80d5-106fc102c5ff .shg-proportional-font-size,
#s-42481db7-4e88-4403-80d5-106fc102c5ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4753f53-9236-4b5a-9c3c-170cc7fb5cf7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a4753f53-9236-4b5a-9c3c-170cc7fb5cf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4753f53-9236-4b5a-9c3c-170cc7fb5cf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4753f53-9236-4b5a-9c3c-170cc7fb5cf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4753f53-9236-4b5a-9c3c-170cc7fb5cf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 img.shogun-image {
  width: 100%;
  
  
  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-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-cb1da24f-f2f6-4e76-a340-f4df8e505de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1da24f-f2f6-4e76-a340-f4df8e505de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1d371ea6-bf65-4c27-96c1-206199191ac5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d371ea6-bf65-4c27-96c1-206199191ac5 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-1d371ea6-bf65-4c27-96c1-206199191ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d371ea6-bf65-4c27-96c1-206199191ac5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bba071d2-67b5-429a-b525-afaf7fc31d5a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bba071d2-67b5-429a-b525-afaf7fc31d5a {
  text-align: left;
}
}
#s-bba071d2-67b5-429a-b525-afaf7fc31d5a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6d895a04-aa08-428b-a61c-975ae0969246 {
  margin-left: auto;
margin-right: auto;
}

#s-6d895a04-aa08-428b-a61c-975ae0969246 .shg-proportional-font-size,
#s-6d895a04-aa08-428b-a61c-975ae0969246 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2a00b4d2-9021-4692-9af5-52888bbfe12b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2a00b4d2-9021-4692-9af5-52888bbfe12b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a00b4d2-9021-4692-9af5-52888bbfe12b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a00b4d2-9021-4692-9af5-52888bbfe12b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a00b4d2-9021-4692-9af5-52888bbfe12b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73191072-9ec1-4cce-9ec7-19b577e505ae img.shogun-image {
  width: 100%;
  
  
  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-73191072-9ec1-4cce-9ec7-19b577e505ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73191072-9ec1-4cce-9ec7-19b577e505ae img.shogun-image {
  width: 100%;
  
  
  

  /* 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-73191072-9ec1-4cce-9ec7-19b577e505ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73191072-9ec1-4cce-9ec7-19b577e505ae img.shogun-image {
  width: 100%;
  
  
  

  /* 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-73191072-9ec1-4cce-9ec7-19b577e505ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73191072-9ec1-4cce-9ec7-19b577e505ae img.shogun-image {
  width: 100%;
  
  
  

  /* 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-73191072-9ec1-4cce-9ec7-19b577e505ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-73191072-9ec1-4cce-9ec7-19b577e505ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-73191072-9ec1-4cce-9ec7-19b577e505ae img.shogun-image {
  width: 100%;
  
  
  

  /* 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-73191072-9ec1-4cce-9ec7-19b577e505ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73191072-9ec1-4cce-9ec7-19b577e505ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-56f2e3e9-1144-4064-8831-8e08fe34bebc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56f2e3e9-1144-4064-8831-8e08fe34bebc {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-56f2e3e9-1144-4064-8831-8e08fe34bebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56f2e3e9-1144-4064-8831-8e08fe34bebc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-864339f3-af9e-4ff0-bd22-5c7f66ac0c4b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-864339f3-af9e-4ff0-bd22-5c7f66ac0c4b {
  text-align: left;
}
}
#s-864339f3-af9e-4ff0-bd22-5c7f66ac0c4b .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-91aeb669-ca4b-47d8-885d-55be6e049682 {
  margin-left: auto;
margin-right: auto;
}

#s-91aeb669-ca4b-47d8-885d-55be6e049682 .shg-proportional-font-size,
#s-91aeb669-ca4b-47d8-885d-55be6e049682 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d3fb2ccb-13a5-422a-b478-aada42165dab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-d3fb2ccb-13a5-422a-b478-aada42165dab {
  display: none;
}
#s-d3fb2ccb-13a5-422a-b478-aada42165dab, #wrap-s-d3fb2ccb-13a5-422a-b478-aada42165dab, #wrap-content-s-d3fb2ccb-13a5-422a-b478-aada42165dab { display: none !important; }}







#s-d3fb2ccb-13a5-422a-b478-aada42165dab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3fb2ccb-13a5-422a-b478-aada42165dab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-255014da-97d6-4af6-991e-5390938cdb59 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-255014da-97d6-4af6-991e-5390938cdb59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255014da-97d6-4af6-991e-5390938cdb59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255014da-97d6-4af6-991e-5390938cdb59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255014da-97d6-4af6-991e-5390938cdb59 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

  /* 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-255014da-97d6-4af6-991e-5390938cdb59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-255014da-97d6-4af6-991e-5390938cdb59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255014da-97d6-4af6-991e-5390938cdb59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255014da-97d6-4af6-991e-5390938cdb59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255014da-97d6-4af6-991e-5390938cdb59 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-255014da-97d6-4af6-991e-5390938cdb59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-255014da-97d6-4af6-991e-5390938cdb59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255014da-97d6-4af6-991e-5390938cdb59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255014da-97d6-4af6-991e-5390938cdb59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255014da-97d6-4af6-991e-5390938cdb59 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-255014da-97d6-4af6-991e-5390938cdb59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-255014da-97d6-4af6-991e-5390938cdb59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255014da-97d6-4af6-991e-5390938cdb59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255014da-97d6-4af6-991e-5390938cdb59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255014da-97d6-4af6-991e-5390938cdb59 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-255014da-97d6-4af6-991e-5390938cdb59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-255014da-97d6-4af6-991e-5390938cdb59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255014da-97d6-4af6-991e-5390938cdb59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255014da-97d6-4af6-991e-5390938cdb59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-255014da-97d6-4af6-991e-5390938cdb59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255014da-97d6-4af6-991e-5390938cdb59 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-255014da-97d6-4af6-991e-5390938cdb59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255014da-97d6-4af6-991e-5390938cdb59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-abd91769-5676-444f-ad7b-8633b9e76da2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-abd91769-5676-444f-ad7b-8633b9e76da2 {
  display: none;
}
#s-abd91769-5676-444f-ad7b-8633b9e76da2, #wrap-s-abd91769-5676-444f-ad7b-8633b9e76da2, #wrap-content-s-abd91769-5676-444f-ad7b-8633b9e76da2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abd91769-5676-444f-ad7b-8633b9e76da2 {
  display: none;
}
#s-abd91769-5676-444f-ad7b-8633b9e76da2, #wrap-s-abd91769-5676-444f-ad7b-8633b9e76da2, #wrap-content-s-abd91769-5676-444f-ad7b-8633b9e76da2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abd91769-5676-444f-ad7b-8633b9e76da2 {
  display: none;
}
#s-abd91769-5676-444f-ad7b-8633b9e76da2, #wrap-s-abd91769-5676-444f-ad7b-8633b9e76da2, #wrap-content-s-abd91769-5676-444f-ad7b-8633b9e76da2 { display: none !important; }}@media (max-width: 767px){#s-abd91769-5676-444f-ad7b-8633b9e76da2 {
  min-height: 50px;
}
}







#s-abd91769-5676-444f-ad7b-8633b9e76da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abd91769-5676-444f-ad7b-8633b9e76da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
text-align: center;
}
@media (max-width: 767px){#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  height: 510px;
max-width: 760px;
}
}
#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1520px;

  /* 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-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f11ec7fb-8c48-4865-bbde-f207852f26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7 img.shogun-image {
  width: 100%;
  height: 510px;
  
  max-width: 760px;

  /* 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-f11ec7fb-8c48-4865-bbde-f207852f26e7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f11ec7fb-8c48-4865-bbde-f207852f26e7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-86550b03-1c91-466f-8d81-1026dbb64704 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-86550b03-1c91-466f-8d81-1026dbb64704 {
  display: none;
}
#s-86550b03-1c91-466f-8d81-1026dbb64704, #wrap-s-86550b03-1c91-466f-8d81-1026dbb64704, #wrap-content-s-86550b03-1c91-466f-8d81-1026dbb64704 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86550b03-1c91-466f-8d81-1026dbb64704 {
  display: none;
}
#s-86550b03-1c91-466f-8d81-1026dbb64704, #wrap-s-86550b03-1c91-466f-8d81-1026dbb64704, #wrap-content-s-86550b03-1c91-466f-8d81-1026dbb64704 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86550b03-1c91-466f-8d81-1026dbb64704 {
  display: none;
}
#s-86550b03-1c91-466f-8d81-1026dbb64704, #wrap-s-86550b03-1c91-466f-8d81-1026dbb64704, #wrap-content-s-86550b03-1c91-466f-8d81-1026dbb64704 { display: none !important; }}







#s-86550b03-1c91-466f-8d81-1026dbb64704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86550b03-1c91-466f-8d81-1026dbb64704.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9aaa5ff4-ae9a-4833-b0f1-ee5faa1caa86 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 {
  display: none;
}
#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817, #wrap-s-797bc5de-46c3-45c1-9d9b-f341a8ce9817, #wrap-content-s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 {
  display: none;
}
#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817, #wrap-s-797bc5de-46c3-45c1-9d9b-f341a8ce9817, #wrap-content-s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 {
  display: none;
}
#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817, #wrap-s-797bc5de-46c3-45c1-9d9b-f341a8ce9817, #wrap-content-s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 { display: none !important; }}@media (max-width: 767px){#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 {
  padding-top: 40px;
}
}







#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-797bc5de-46c3-45c1-9d9b-f341a8ce9817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f8c69b8-2f8e-4db0-ae6c-06c06b494099 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 {
  display: none;
}
#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61, #wrap-s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61, #wrap-content-s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 {
  display: none;
}
#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61, #wrap-s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61, #wrap-content-s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 {
  display: none;
}
#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61, #wrap-s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61, #wrap-content-s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 { display: none !important; }}







#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dae9ade-9fa9-44c4-8ce0-b2f22bc97b61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-199bad23-91c0-409b-8f81-832af9138c22 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-386fb349-3145-4f1d-b973-8126db00b933 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-386fb349-3145-4f1d-b973-8126db00b933 {
  display: none;
}
#s-386fb349-3145-4f1d-b973-8126db00b933, #wrap-s-386fb349-3145-4f1d-b973-8126db00b933, #wrap-content-s-386fb349-3145-4f1d-b973-8126db00b933 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-386fb349-3145-4f1d-b973-8126db00b933 {
  display: none;
}
#s-386fb349-3145-4f1d-b973-8126db00b933, #wrap-s-386fb349-3145-4f1d-b973-8126db00b933, #wrap-content-s-386fb349-3145-4f1d-b973-8126db00b933 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-386fb349-3145-4f1d-b973-8126db00b933 {
  display: none;
}
#s-386fb349-3145-4f1d-b973-8126db00b933, #wrap-s-386fb349-3145-4f1d-b973-8126db00b933, #wrap-content-s-386fb349-3145-4f1d-b973-8126db00b933 { display: none !important; }}







#s-386fb349-3145-4f1d-b973-8126db00b933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-386fb349-3145-4f1d-b973-8126db00b933.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcf35628-acc4-4ea2-9a02-11d883c240f0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e5484519-7ed4-4794-9e40-db3038067c52 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e5484519-7ed4-4794-9e40-db3038067c52 {
  display: none;
}
#s-e5484519-7ed4-4794-9e40-db3038067c52, #wrap-s-e5484519-7ed4-4794-9e40-db3038067c52, #wrap-content-s-e5484519-7ed4-4794-9e40-db3038067c52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5484519-7ed4-4794-9e40-db3038067c52 {
  display: none;
}
#s-e5484519-7ed4-4794-9e40-db3038067c52, #wrap-s-e5484519-7ed4-4794-9e40-db3038067c52, #wrap-content-s-e5484519-7ed4-4794-9e40-db3038067c52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5484519-7ed4-4794-9e40-db3038067c52 {
  display: none;
}
#s-e5484519-7ed4-4794-9e40-db3038067c52, #wrap-s-e5484519-7ed4-4794-9e40-db3038067c52, #wrap-content-s-e5484519-7ed4-4794-9e40-db3038067c52 { display: none !important; }}







#s-e5484519-7ed4-4794-9e40-db3038067c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5484519-7ed4-4794-9e40-db3038067c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f82068bb-b105-4ed2-abdd-09df7ca6ebb5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd {
  display: none;
}
#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd, #wrap-s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd, #wrap-content-s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd {
  display: none;
}
#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd, #wrap-s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd, #wrap-content-s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd {
  display: none;
}
#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd, #wrap-s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd, #wrap-content-s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd { display: none !important; }}@media (max-width: 767px){#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd {
  padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
}
}







#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bb06fba-3465-4c59-9e52-5fc7b5b524dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb96eeea-0900-42b5-b177-7c93ea7cdd4c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb96eeea-0900-42b5-b177-7c93ea7cdd4c .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-bb96eeea-0900-42b5-b177-7c93ea7cdd4c .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-6104002a-61ef-4a0a-95a5-ab3ca1ea88a1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 {
  display: none;
}
#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924, #wrap-s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924, #wrap-content-s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 {
  display: none;
}
#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924, #wrap-s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924, #wrap-content-s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 {
  display: none;
}
#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924, #wrap-s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924, #wrap-content-s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 { display: none !important; }}







#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd1ecb4e-cdb7-402d-a2db-92ac583a7924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
text-align: center;
}
@media (max-width: 767px){#s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  height: 510px;
max-width: 760px;
}
}
#s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e167705-0a5d-456d-bd4b-13bee007d84a img.shogun-image {
  width: 100%;
  
  
  max-width: 1520px;

  /* 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-9e167705-0a5d-456d-bd4b-13bee007d84a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e167705-0a5d-456d-bd4b-13bee007d84a img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9e167705-0a5d-456d-bd4b-13bee007d84a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e167705-0a5d-456d-bd4b-13bee007d84a img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9e167705-0a5d-456d-bd4b-13bee007d84a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e167705-0a5d-456d-bd4b-13bee007d84a img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9e167705-0a5d-456d-bd4b-13bee007d84a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9e167705-0a5d-456d-bd4b-13bee007d84a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e167705-0a5d-456d-bd4b-13bee007d84a img.shogun-image {
  width: 100%;
  height: 510px;
  
  max-width: 760px;

  /* 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-9e167705-0a5d-456d-bd4b-13bee007d84a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e167705-0a5d-456d-bd4b-13bee007d84a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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;
}
