.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-28c63f42-8ec4-4921-8547-2154c2d2f5c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-28c63f42-8ec4-4921-8547-2154c2d2f5c7 {
  display: none;
}
#s-28c63f42-8ec4-4921-8547-2154c2d2f5c7, #wrap-s-28c63f42-8ec4-4921-8547-2154c2d2f5c7, #wrap-content-s-28c63f42-8ec4-4921-8547-2154c2d2f5c7 { display: none !important; }}







#s-28c63f42-8ec4-4921-8547-2154c2d2f5c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28c63f42-8ec4-4921-8547-2154c2d2f5c7.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-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db 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-52bcd8be-50d9-49c1-9720-ed52e326d5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db 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-52bcd8be-50d9-49c1-9720-ed52e326d5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db 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-52bcd8be-50d9-49c1-9720-ed52e326d5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db 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-52bcd8be-50d9-49c1-9720-ed52e326d5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52bcd8be-50d9-49c1-9720-ed52e326d5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db 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-52bcd8be-50d9-49c1-9720-ed52e326d5db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52bcd8be-50d9-49c1-9720-ed52e326d5db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c2441a6a-d559-4ad8-9bbc-df0c0797b774 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2441a6a-d559-4ad8-9bbc-df0c0797b774 {
  display: none;
}
#s-c2441a6a-d559-4ad8-9bbc-df0c0797b774, #wrap-s-c2441a6a-d559-4ad8-9bbc-df0c0797b774, #wrap-content-s-c2441a6a-d559-4ad8-9bbc-df0c0797b774 { display: none !important; }}@media (max-width: 767px){#s-c2441a6a-d559-4ad8-9bbc-df0c0797b774 {
  display: none;
}
#s-c2441a6a-d559-4ad8-9bbc-df0c0797b774, #wrap-s-c2441a6a-d559-4ad8-9bbc-df0c0797b774, #wrap-content-s-c2441a6a-d559-4ad8-9bbc-df0c0797b774 { display: none !important; }}







#s-c2441a6a-d559-4ad8-9bbc-df0c0797b774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2441a6a-d559-4ad8-9bbc-df0c0797b774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad485575-6a80-41b8-9078-70ce143157f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 {
  display: none;
}
#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2, #wrap-s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2, #wrap-content-s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 {
  display: none;
}
#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2, #wrap-s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2, #wrap-content-s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 { display: none !important; }}@media (max-width: 767px){#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 {
  display: none;
}
#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2, #wrap-s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2, #wrap-content-s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 { display: none !important; }}







#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4e9d1db-2998-4a1c-865a-8b2bd56344b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e8be3c3-07f2-47aa-872a-7999025ad853 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-26141a5d-925c-4d43-9c09-f46ebdad75dd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-26141a5d-925c-4d43-9c09-f46ebdad75dd {
  display: none;
}
#s-26141a5d-925c-4d43-9c09-f46ebdad75dd, #wrap-s-26141a5d-925c-4d43-9c09-f46ebdad75dd, #wrap-content-s-26141a5d-925c-4d43-9c09-f46ebdad75dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26141a5d-925c-4d43-9c09-f46ebdad75dd {
  display: none;
}
#s-26141a5d-925c-4d43-9c09-f46ebdad75dd, #wrap-s-26141a5d-925c-4d43-9c09-f46ebdad75dd, #wrap-content-s-26141a5d-925c-4d43-9c09-f46ebdad75dd { display: none !important; }}@media (max-width: 767px){#s-26141a5d-925c-4d43-9c09-f46ebdad75dd {
  display: none;
}
#s-26141a5d-925c-4d43-9c09-f46ebdad75dd, #wrap-s-26141a5d-925c-4d43-9c09-f46ebdad75dd, #wrap-content-s-26141a5d-925c-4d43-9c09-f46ebdad75dd { display: none !important; }}







#s-26141a5d-925c-4d43-9c09-f46ebdad75dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26141a5d-925c-4d43-9c09-f46ebdad75dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-400a2de3-801e-4204-9cf8-6c0bd9236934 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3c987a82-db73-456e-b0f5-d91f6e02190a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3c987a82-db73-456e-b0f5-d91f6e02190a {
  display: none;
}
#s-3c987a82-db73-456e-b0f5-d91f6e02190a, #wrap-s-3c987a82-db73-456e-b0f5-d91f6e02190a, #wrap-content-s-3c987a82-db73-456e-b0f5-d91f6e02190a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c987a82-db73-456e-b0f5-d91f6e02190a {
  display: none;
}
#s-3c987a82-db73-456e-b0f5-d91f6e02190a, #wrap-s-3c987a82-db73-456e-b0f5-d91f6e02190a, #wrap-content-s-3c987a82-db73-456e-b0f5-d91f6e02190a { display: none !important; }}@media (max-width: 767px){#s-3c987a82-db73-456e-b0f5-d91f6e02190a {
  display: none;
}
#s-3c987a82-db73-456e-b0f5-d91f6e02190a, #wrap-s-3c987a82-db73-456e-b0f5-d91f6e02190a, #wrap-content-s-3c987a82-db73-456e-b0f5-d91f6e02190a { display: none !important; }}







#s-3c987a82-db73-456e-b0f5-d91f6e02190a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c987a82-db73-456e-b0f5-d91f6e02190a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c4b5d65-8650-4669-8b97-1d14f4cc858f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d {
  display: none;
}
#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d, #wrap-s-409e46b3-4ccf-4783-b806-c02fb15a2d6d, #wrap-content-s-409e46b3-4ccf-4783-b806-c02fb15a2d6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d {
  display: none;
}
#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d, #wrap-s-409e46b3-4ccf-4783-b806-c02fb15a2d6d, #wrap-content-s-409e46b3-4ccf-4783-b806-c02fb15a2d6d { display: none !important; }}@media (max-width: 767px){#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d {
  display: none;
}
#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d, #wrap-s-409e46b3-4ccf-4783-b806-c02fb15a2d6d, #wrap-content-s-409e46b3-4ccf-4783-b806-c02fb15a2d6d { display: none !important; }}







#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-409e46b3-4ccf-4783-b806-c02fb15a2d6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e9aed3d-2640-4c46-a82a-6f6bf46601ad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5 {
  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-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5 {
  display: none;
}
#s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5, #wrap-s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5, #wrap-content-s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5 { display: none !important; }}@media (max-width: 767px){#s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5 {
  display: none;
}
#s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5, #wrap-s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5, #wrap-content-s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5 { display: none !important; }}







#s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0ac4ba8-e381-4a6b-a303-fddcf368d1b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3373b6b6-d1b0-4951-824e-a8c740a9b693 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-69326f9c-55d7-4839-9a39-d3b9897d6f93 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-69326f9c-55d7-4839-9a39-d3b9897d6f93 {
  display: none;
}
#s-69326f9c-55d7-4839-9a39-d3b9897d6f93, #wrap-s-69326f9c-55d7-4839-9a39-d3b9897d6f93, #wrap-content-s-69326f9c-55d7-4839-9a39-d3b9897d6f93 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69326f9c-55d7-4839-9a39-d3b9897d6f93 {
  display: none;
}
#s-69326f9c-55d7-4839-9a39-d3b9897d6f93, #wrap-s-69326f9c-55d7-4839-9a39-d3b9897d6f93, #wrap-content-s-69326f9c-55d7-4839-9a39-d3b9897d6f93 { display: none !important; }}@media (max-width: 767px){#s-69326f9c-55d7-4839-9a39-d3b9897d6f93 {
  display: none;
}
#s-69326f9c-55d7-4839-9a39-d3b9897d6f93, #wrap-s-69326f9c-55d7-4839-9a39-d3b9897d6f93, #wrap-content-s-69326f9c-55d7-4839-9a39-d3b9897d6f93 { display: none !important; }}







#s-69326f9c-55d7-4839-9a39-d3b9897d6f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69326f9c-55d7-4839-9a39-d3b9897d6f93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a600711f-f355-41c1-a109-5ab256f4a78c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3daad932-319c-4d15-a2e0-e35ae386c021 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3daad932-319c-4d15-a2e0-e35ae386c021 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3daad932-319c-4d15-a2e0-e35ae386c021 {
  display: none;
}
#s-3daad932-319c-4d15-a2e0-e35ae386c021, #wrap-s-3daad932-319c-4d15-a2e0-e35ae386c021, #wrap-content-s-3daad932-319c-4d15-a2e0-e35ae386c021 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3daad932-319c-4d15-a2e0-e35ae386c021 {
  display: none;
}
#s-3daad932-319c-4d15-a2e0-e35ae386c021, #wrap-s-3daad932-319c-4d15-a2e0-e35ae386c021, #wrap-content-s-3daad932-319c-4d15-a2e0-e35ae386c021 { display: none !important; }}@media (max-width: 767px){#s-3daad932-319c-4d15-a2e0-e35ae386c021 {
  display: none;
}
#s-3daad932-319c-4d15-a2e0-e35ae386c021, #wrap-s-3daad932-319c-4d15-a2e0-e35ae386c021, #wrap-content-s-3daad932-319c-4d15-a2e0-e35ae386c021 { display: none !important; }}







#s-3daad932-319c-4d15-a2e0-e35ae386c021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3daad932-319c-4d15-a2e0-e35ae386c021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84322593-8018-4c2d-a35c-78319f35ff5f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-84322593-8018-4c2d-a35c-78319f35ff5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84322593-8018-4c2d-a35c-78319f35ff5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4ce9f6c-b153-4e51-b8a5-5c84f42faaf8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fdf1ff52-2067-49cc-b067-b274710c7f01 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fdf1ff52-2067-49cc-b067-b274710c7f01 {
  display: none;
}
#s-fdf1ff52-2067-49cc-b067-b274710c7f01, #wrap-s-fdf1ff52-2067-49cc-b067-b274710c7f01, #wrap-content-s-fdf1ff52-2067-49cc-b067-b274710c7f01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdf1ff52-2067-49cc-b067-b274710c7f01 {
  display: none;
}
#s-fdf1ff52-2067-49cc-b067-b274710c7f01, #wrap-s-fdf1ff52-2067-49cc-b067-b274710c7f01, #wrap-content-s-fdf1ff52-2067-49cc-b067-b274710c7f01 { display: none !important; }}@media (max-width: 767px){#s-fdf1ff52-2067-49cc-b067-b274710c7f01 {
  display: none;
}
#s-fdf1ff52-2067-49cc-b067-b274710c7f01, #wrap-s-fdf1ff52-2067-49cc-b067-b274710c7f01, #wrap-content-s-fdf1ff52-2067-49cc-b067-b274710c7f01 { display: none !important; }}







#s-fdf1ff52-2067-49cc-b067-b274710c7f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdf1ff52-2067-49cc-b067-b274710c7f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-affa599f-31ae-4724-86c7-218a8fd9f6c3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d9a462f0-2003-428c-bd1c-930eb450328a {
  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-d9a462f0-2003-428c-bd1c-930eb450328a {
  display: none;
}
#s-d9a462f0-2003-428c-bd1c-930eb450328a, #wrap-s-d9a462f0-2003-428c-bd1c-930eb450328a, #wrap-content-s-d9a462f0-2003-428c-bd1c-930eb450328a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9a462f0-2003-428c-bd1c-930eb450328a {
  display: none;
}
#s-d9a462f0-2003-428c-bd1c-930eb450328a, #wrap-s-d9a462f0-2003-428c-bd1c-930eb450328a, #wrap-content-s-d9a462f0-2003-428c-bd1c-930eb450328a { display: none !important; }}@media (max-width: 767px){#s-d9a462f0-2003-428c-bd1c-930eb450328a {
  display: none;
}
#s-d9a462f0-2003-428c-bd1c-930eb450328a, #wrap-s-d9a462f0-2003-428c-bd1c-930eb450328a, #wrap-content-s-d9a462f0-2003-428c-bd1c-930eb450328a { display: none !important; }}







#s-d9a462f0-2003-428c-bd1c-930eb450328a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9a462f0-2003-428c-bd1c-930eb450328a.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-285dc8e0-9ed6-448e-874d-116d96ffad41 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-285dc8e0-9ed6-448e-874d-116d96ffad41 .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



.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-b0f7fc81-73a9-4711-beae-dfb028170f9e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-b0f7fc81-73a9-4711-beae-dfb028170f9e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(218, 188, 171, 1);
    border: 1px solid #DDDDDD;
  }
  #s-b0f7fc81-73a9-4711-beae-dfb028170f9e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 139, 124, 1);
    border: 1px solid #ddd;
  }
#s-b0f7fc81-73a9-4711-beae-dfb028170f9e .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-b0f7fc81-73a9-4711-beae-dfb028170f9e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-b0f7fc81-73a9-4711-beae-dfb028170f9e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 139, 124, 1);
}

#s-b0f7fc81-73a9-4711-beae-dfb028170f9e .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-0785f8f8-ef02-4cfa-9639-fa939e9aebac {
  margin-left: auto;
margin-right: auto;
background-color: rgba(253, 245, 241, 1);
}

@media (min-width: 0px) {
[id="s-0785f8f8-ef02-4cfa-9639-fa939e9aebac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0785f8f8-ef02-4cfa-9639-fa939e9aebac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0785f8f8-ef02-4cfa-9639-fa939e9aebac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0785f8f8-ef02-4cfa-9639-fa939e9aebac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 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-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 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-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 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-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 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-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-052317cc-2233-40c9-bb0f-c15ef5801fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4 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-052317cc-2233-40c9-bb0f-c15ef5801fb4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-052317cc-2233-40c9-bb0f-c15ef5801fb4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b1e904ab-8900-49b3-90ab-9d24721a64bc {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-b1e904ab-8900-49b3-90ab-9d24721a64bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1e904ab-8900-49b3-90ab-9d24721a64bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2514779e-7176-485a-8316-0364e1518e37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-2514779e-7176-485a-8316-0364e1518e37 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.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-660ae29f-6c59-46ca-922c-555cf0ec321b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-660ae29f-6c59-46ca-922c-555cf0ec321b .shg-proportional-font-size,
#s-660ae29f-6c59-46ca-922c-555cf0ec321b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-86f34735-7f0f-459f-b0dd-5bf57fde5783 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(253, 245, 241, 1);
}

@media (min-width: 0px) {
[id="s-86f34735-7f0f-459f-b0dd-5bf57fde5783"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86f34735-7f0f-459f-b0dd-5bf57fde5783"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86f34735-7f0f-459f-b0dd-5bf57fde5783"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86f34735-7f0f-459f-b0dd-5bf57fde5783"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 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-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 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-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 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-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 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-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6f70a5d2-61a8-49e5-929e-d38707d91f06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06 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-6f70a5d2-61a8-49e5-929e-d38707d91f06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f70a5d2-61a8-49e5-929e-d38707d91f06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9c186865-b77d-428e-9743-b63488d6b5c6 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-9c186865-b77d-428e-9743-b63488d6b5c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c186865-b77d-428e-9743-b63488d6b5c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-626b77a2-78f7-4349-b4a3-c4109e5eba0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-626b77a2-78f7-4349-b4a3-c4109e5eba0c .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-21a2c8a4-c671-4278-bce8-05cc222e48ca {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-21a2c8a4-c671-4278-bce8-05cc222e48ca .shg-proportional-font-size,
#s-21a2c8a4-c671-4278-bce8-05cc222e48ca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ec761543-a651-422e-9a01-e9e737814d89 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-ec761543-a651-422e-9a01-e9e737814d89 .shg-proportional-font-size,
#s-ec761543-a651-422e-9a01-e9e737814d89 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-36934dab-1ed7-4659-aef4-534259b31b10 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(253, 245, 241, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-36934dab-1ed7-4659-aef4-534259b31b10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36934dab-1ed7-4659-aef4-534259b31b10 {
  
}
}
@media (min-width: 0px) {
[id="s-36934dab-1ed7-4659-aef4-534259b31b10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36934dab-1ed7-4659-aef4-534259b31b10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36934dab-1ed7-4659-aef4-534259b31b10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36934dab-1ed7-4659-aef4-534259b31b10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f 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-d2903f47-070a-4f4a-aaf2-26565f59af1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f 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-d2903f47-070a-4f4a-aaf2-26565f59af1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f 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-d2903f47-070a-4f4a-aaf2-26565f59af1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f 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-d2903f47-070a-4f4a-aaf2-26565f59af1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2903f47-070a-4f4a-aaf2-26565f59af1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f 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-d2903f47-070a-4f4a-aaf2-26565f59af1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2903f47-070a-4f4a-aaf2-26565f59af1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a328e571-208f-44ae-a1ff-3afe244eab12 {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-a328e571-208f-44ae-a1ff-3afe244eab12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a328e571-208f-44ae-a1ff-3afe244eab12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b01c073-7717-4b06-9a3e-fdba67c98e5d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-3b01c073-7717-4b06-9a3e-fdba67c98e5d .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-d65c77df-f31f-489a-b855-39ad63920441 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-d65c77df-f31f-489a-b855-39ad63920441 .shg-proportional-font-size,
#s-d65c77df-f31f-489a-b855-39ad63920441 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3567d382-ab5a-49d5-822f-631992b0fdd7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3567d382-ab5a-49d5-822f-631992b0fdd7 {
  display: none;
}
#s-3567d382-ab5a-49d5-822f-631992b0fdd7, #wrap-s-3567d382-ab5a-49d5-822f-631992b0fdd7, #wrap-content-s-3567d382-ab5a-49d5-822f-631992b0fdd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3567d382-ab5a-49d5-822f-631992b0fdd7 {
  display: none;
}
#s-3567d382-ab5a-49d5-822f-631992b0fdd7, #wrap-s-3567d382-ab5a-49d5-822f-631992b0fdd7, #wrap-content-s-3567d382-ab5a-49d5-822f-631992b0fdd7 { display: none !important; }}@media (max-width: 767px){#s-3567d382-ab5a-49d5-822f-631992b0fdd7 {
  display: none;
}
#s-3567d382-ab5a-49d5-822f-631992b0fdd7, #wrap-s-3567d382-ab5a-49d5-822f-631992b0fdd7, #wrap-content-s-3567d382-ab5a-49d5-822f-631992b0fdd7 { display: none !important; }}







#s-3567d382-ab5a-49d5-822f-631992b0fdd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3567d382-ab5a-49d5-822f-631992b0fdd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4100fbd3-0d6c-4874-863c-7f734ceca441 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-4100fbd3-0d6c-4874-863c-7f734ceca441 {
  display: none;
}
#s-4100fbd3-0d6c-4874-863c-7f734ceca441, #wrap-s-4100fbd3-0d6c-4874-863c-7f734ceca441, #wrap-content-s-4100fbd3-0d6c-4874-863c-7f734ceca441 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4100fbd3-0d6c-4874-863c-7f734ceca441 {
  display: none;
}
#s-4100fbd3-0d6c-4874-863c-7f734ceca441, #wrap-s-4100fbd3-0d6c-4874-863c-7f734ceca441, #wrap-content-s-4100fbd3-0d6c-4874-863c-7f734ceca441 { display: none !important; }}@media (max-width: 767px){#s-4100fbd3-0d6c-4874-863c-7f734ceca441 {
  display: none;
}
#s-4100fbd3-0d6c-4874-863c-7f734ceca441, #wrap-s-4100fbd3-0d6c-4874-863c-7f734ceca441, #wrap-content-s-4100fbd3-0d6c-4874-863c-7f734ceca441 { display: none !important; }}
#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b {
  display: none;
}
#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b, #wrap-s-dfc1741e-399c-4e37-9bf7-cd59770ee45b, #wrap-content-s-dfc1741e-399c-4e37-9bf7-cd59770ee45b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b {
  display: none;
}
#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b, #wrap-s-dfc1741e-399c-4e37-9bf7-cd59770ee45b, #wrap-content-s-dfc1741e-399c-4e37-9bf7-cd59770ee45b { display: none !important; }}@media (max-width: 767px){#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b {
  display: none;
}
#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b, #wrap-s-dfc1741e-399c-4e37-9bf7-cd59770ee45b, #wrap-content-s-dfc1741e-399c-4e37-9bf7-cd59770ee45b { display: none !important; }}







#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfc1741e-399c-4e37-9bf7-cd59770ee45b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaf1d8c8-d609-42b9-8a55-89b015ef5a27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaf1d8c8-d609-42b9-8a55-89b015ef5a27 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-aaf1d8c8-d609-42b9-8a55-89b015ef5a27 .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-52a675ab-527b-45ad-904a-d4e834a228c3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) and (max-width: 1199px){
  #s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(218, 188, 171, 1);
    border: 1px solid #DDDDDD;
  }
  #s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 139, 124, 1);
    border: 1px solid #ddd;
  }
#s-52a675ab-527b-45ad-904a-d4e834a228c3 .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-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 139, 124, 1);
}

#s-52a675ab-527b-45ad-904a-d4e834a228c3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}
#s-8f14b760-115e-4b2e-b137-1442dd160289 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8f14b760-115e-4b2e-b137-1442dd160289"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f14b760-115e-4b2e-b137-1442dd160289"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8f14b760-115e-4b2e-b137-1442dd160289"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f14b760-115e-4b2e-b137-1442dd160289"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f80994a2-7795-432e-969d-824fe27c1df0 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f80994a2-7795-432e-969d-824fe27c1df0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f80994a2-7795-432e-969d-824fe27c1df0 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-f80994a2-7795-432e-969d-824fe27c1df0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f80994a2-7795-432e-969d-824fe27c1df0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f80994a2-7795-432e-969d-824fe27c1df0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f80994a2-7795-432e-969d-824fe27c1df0 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-f80994a2-7795-432e-969d-824fe27c1df0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f80994a2-7795-432e-969d-824fe27c1df0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f80994a2-7795-432e-969d-824fe27c1df0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f80994a2-7795-432e-969d-824fe27c1df0 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-f80994a2-7795-432e-969d-824fe27c1df0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f80994a2-7795-432e-969d-824fe27c1df0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f80994a2-7795-432e-969d-824fe27c1df0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f80994a2-7795-432e-969d-824fe27c1df0 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-f80994a2-7795-432e-969d-824fe27c1df0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f80994a2-7795-432e-969d-824fe27c1df0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f80994a2-7795-432e-969d-824fe27c1df0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f80994a2-7795-432e-969d-824fe27c1df0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f80994a2-7795-432e-969d-824fe27c1df0 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-f80994a2-7795-432e-969d-824fe27c1df0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f80994a2-7795-432e-969d-824fe27c1df0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7e698955-954d-4bc3-bfb1-bb81593af238 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7e698955-954d-4bc3-bfb1-bb81593af238 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-7e698955-954d-4bc3-bfb1-bb81593af238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e698955-954d-4bc3-bfb1-bb81593af238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fb28912-9600-4618-a234-f0bc23f851f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4fb28912-9600-4618-a234-f0bc23f851f1 {
  padding-bottom: 20px;
text-align: left;
}
}
#s-4fb28912-9600-4618-a234-f0bc23f851f1 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-4fb28912-9600-4618-a234-f0bc23f851f1 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-336119ed-770b-4563-a582-1ec952995863 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-336119ed-770b-4563-a582-1ec952995863 {
  padding-bottom: 20px;
}
}
#s-336119ed-770b-4563-a582-1ec952995863 .shg-proportional-font-size,
#s-336119ed-770b-4563-a582-1ec952995863 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-38cbbfde-368e-4464-b596-d505816f4a4b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-38cbbfde-368e-4464-b596-d505816f4a4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38cbbfde-368e-4464-b596-d505816f4a4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38cbbfde-368e-4464-b596-d505816f4a4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38cbbfde-368e-4464-b596-d505816f4a4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 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-3dc2991a-c285-4b0a-a099-4d9a62477373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 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-3dc2991a-c285-4b0a-a099-4d9a62477373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 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-3dc2991a-c285-4b0a-a099-4d9a62477373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 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-3dc2991a-c285-4b0a-a099-4d9a62477373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3dc2991a-c285-4b0a-a099-4d9a62477373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3dc2991a-c285-4b0a-a099-4d9a62477373 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-3dc2991a-c285-4b0a-a099-4d9a62477373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dc2991a-c285-4b0a-a099-4d9a62477373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-da1a46eb-1bb7-4d4d-a029-088a32db7ccf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-da1a46eb-1bb7-4d4d-a029-088a32db7ccf {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-da1a46eb-1bb7-4d4d-a029-088a32db7ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da1a46eb-1bb7-4d4d-a029-088a32db7ccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7d4a930-20bd-444d-9316-ed31848e1d7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f7d4a930-20bd-444d-9316-ed31848e1d7c {
  padding-bottom: 20px;
text-align: left;
}
}
#s-f7d4a930-20bd-444d-9316-ed31848e1d7c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-f7d4a930-20bd-444d-9316-ed31848e1d7c .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-1c194c65-78ca-42a7-90df-90a6f0c73e71 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1c194c65-78ca-42a7-90df-90a6f0c73e71 {
  padding-bottom: 20px;
}
}
#s-1c194c65-78ca-42a7-90df-90a6f0c73e71 .shg-proportional-font-size,
#s-1c194c65-78ca-42a7-90df-90a6f0c73e71 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2bc5cca0-6af3-445c-b680-35c20c708154 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2bc5cca0-6af3-445c-b680-35c20c708154 {
  padding-bottom: 20px;
}
}
#s-2bc5cca0-6af3-445c-b680-35c20c708154 .shg-proportional-font-size,
#s-2bc5cca0-6af3-445c-b680-35c20c708154 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2c6bb891-1684-4761-b260-ec7b89d7a2ad {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c6bb891-1684-4761-b260-ec7b89d7a2ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c6bb891-1684-4761-b260-ec7b89d7a2ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6bb891-1684-4761-b260-ec7b89d7a2ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6bb891-1684-4761-b260-ec7b89d7a2ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e64bf218-2cff-412d-8162-72940ea0f275 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e64bf218-2cff-412d-8162-72940ea0f275 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e64bf218-2cff-412d-8162-72940ea0f275 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-e64bf218-2cff-412d-8162-72940ea0f275 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e64bf218-2cff-412d-8162-72940ea0f275 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e64bf218-2cff-412d-8162-72940ea0f275 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e64bf218-2cff-412d-8162-72940ea0f275 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-e64bf218-2cff-412d-8162-72940ea0f275 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e64bf218-2cff-412d-8162-72940ea0f275 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e64bf218-2cff-412d-8162-72940ea0f275 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e64bf218-2cff-412d-8162-72940ea0f275 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-e64bf218-2cff-412d-8162-72940ea0f275 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e64bf218-2cff-412d-8162-72940ea0f275 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e64bf218-2cff-412d-8162-72940ea0f275 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e64bf218-2cff-412d-8162-72940ea0f275 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-e64bf218-2cff-412d-8162-72940ea0f275 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e64bf218-2cff-412d-8162-72940ea0f275 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e64bf218-2cff-412d-8162-72940ea0f275 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e64bf218-2cff-412d-8162-72940ea0f275 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e64bf218-2cff-412d-8162-72940ea0f275 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-e64bf218-2cff-412d-8162-72940ea0f275 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e64bf218-2cff-412d-8162-72940ea0f275.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-db8c5a02-1f8e-4c59-a92f-6776df760825 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-db8c5a02-1f8e-4c59-a92f-6776df760825 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-db8c5a02-1f8e-4c59-a92f-6776df760825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db8c5a02-1f8e-4c59-a92f-6776df760825.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29cf7fff-5379-4509-a6a5-f44dee1953c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-29cf7fff-5379-4509-a6a5-f44dee1953c6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
}
#s-29cf7fff-5379-4509-a6a5-f44dee1953c6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-29cf7fff-5379-4509-a6a5-f44dee1953c6 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-3683e8c1-f880-47e4-9213-446e170a1f39 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3683e8c1-f880-47e4-9213-446e170a1f39 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
#s-3683e8c1-f880-47e4-9213-446e170a1f39 .shg-proportional-font-size,
#s-3683e8c1-f880-47e4-9213-446e170a1f39 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 {
  display: none;
}
#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9, #wrap-s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9, #wrap-content-s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 {
  display: none;
}
#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9, #wrap-s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9, #wrap-content-s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 {
  display: none;
}
#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9, #wrap-s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9, #wrap-content-s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 { display: none !important; }}







#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43d9722f-4f14-4aeb-a1d6-8837c78cbfc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c3f8a1-164c-42df-b443-93d20860bdf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-85c3f8a1-164c-42df-b443-93d20860bdf2 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
#s-85c3f8a1-164c-42df-b443-93d20860bdf2 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-85c3f8a1-164c-42df-b443-93d20860bdf2 .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(218, 188, 171, 1);
    border: 1px solid #DDDDDD;
  }
  #s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 139, 124, 1);
    border: 1px solid #ddd;
  }
#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .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-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 139, 124, 1);
}

#s-ffda842a-2c9b-4c1a-90ad-28168ca66a58 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}
#s-439aa23b-ef42-41da-a7f4-e81281db1cec {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-439aa23b-ef42-41da-a7f4-e81281db1cec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-439aa23b-ef42-41da-a7f4-e81281db1cec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-439aa23b-ef42-41da-a7f4-e81281db1cec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-439aa23b-ef42-41da-a7f4-e81281db1cec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 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-344d39cc-70df-4954-a27e-fcc54cbfa305 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 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-344d39cc-70df-4954-a27e-fcc54cbfa305 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 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-344d39cc-70df-4954-a27e-fcc54cbfa305 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 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-344d39cc-70df-4954-a27e-fcc54cbfa305 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-344d39cc-70df-4954-a27e-fcc54cbfa305 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-344d39cc-70df-4954-a27e-fcc54cbfa305 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-344d39cc-70df-4954-a27e-fcc54cbfa305 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344d39cc-70df-4954-a27e-fcc54cbfa305.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-975ed2c2-672f-4890-b7ff-b9f4a158b636 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-975ed2c2-672f-4890-b7ff-b9f4a158b636 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-975ed2c2-672f-4890-b7ff-b9f4a158b636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-975ed2c2-672f-4890-b7ff-b9f4a158b636.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eacc1da-1d0e-40c0-979d-aa42ca010c9b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4eacc1da-1d0e-40c0-979d-aa42ca010c9b {
  text-align: left;
}
}
#s-4eacc1da-1d0e-40c0-979d-aa42ca010c9b .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4eacc1da-1d0e-40c0-979d-aa42ca010c9b .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-e557cb5f-59ed-4aea-8c10-59c076dcad12 {
  margin-left: auto;
margin-right: auto;
}

#s-e557cb5f-59ed-4aea-8c10-59c076dcad12 .shg-proportional-font-size,
#s-e557cb5f-59ed-4aea-8c10-59c076dcad12 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-667b041d-743d-4574-a341-6ece85272a95 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-667b041d-743d-4574-a341-6ece85272a95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-667b041d-743d-4574-a341-6ece85272a95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-667b041d-743d-4574-a341-6ece85272a95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-667b041d-743d-4574-a341-6ece85272a95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 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-df06469c-949c-4ff1-bd06-626744f5f9d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 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-df06469c-949c-4ff1-bd06-626744f5f9d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 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-df06469c-949c-4ff1-bd06-626744f5f9d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 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-df06469c-949c-4ff1-bd06-626744f5f9d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-df06469c-949c-4ff1-bd06-626744f5f9d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df06469c-949c-4ff1-bd06-626744f5f9d9 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-df06469c-949c-4ff1-bd06-626744f5f9d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df06469c-949c-4ff1-bd06-626744f5f9d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3b71d3d8-7bde-4ac5-8f4b-87ce950e7ce8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b71d3d8-7bde-4ac5-8f4b-87ce950e7ce8 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-3b71d3d8-7bde-4ac5-8f4b-87ce950e7ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b71d3d8-7bde-4ac5-8f4b-87ce950e7ce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8522b911-1453-4f85-9b16-cd87bc0a9b08 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8522b911-1453-4f85-9b16-cd87bc0a9b08 {
  text-align: left;
}
}
#s-8522b911-1453-4f85-9b16-cd87bc0a9b08 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8522b911-1453-4f85-9b16-cd87bc0a9b08 .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-91903acb-5cad-4627-be44-1743cf5d34c9 {
  margin-left: auto;
margin-right: auto;
}

#s-91903acb-5cad-4627-be44-1743cf5d34c9 .shg-proportional-font-size,
#s-91903acb-5cad-4627-be44-1743cf5d34c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6c053a53-a3b1-4aa0-a7b1-3d12a364ee25 {
  margin-left: auto;
margin-right: auto;
}

#s-6c053a53-a3b1-4aa0-a7b1-3d12a364ee25 .shg-proportional-font-size,
#s-6c053a53-a3b1-4aa0-a7b1-3d12a364ee25 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8bf0b203-7fd8-4190-863d-a5ae25164c9d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8bf0b203-7fd8-4190-863d-a5ae25164c9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bf0b203-7fd8-4190-863d-a5ae25164c9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8bf0b203-7fd8-4190-863d-a5ae25164c9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bf0b203-7fd8-4190-863d-a5ae25164c9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  margin-left: auto;
margin-right: auto;
max-width: 580px;
text-align: center;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 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-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 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-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 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-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 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-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 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-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8ad88-a90f-4de0-9fa6-2fcfa7fbf825.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8ba9983f-5660-43ef-8004-065a4bed9355 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ba9983f-5660-43ef-8004-065a4bed9355 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-8ba9983f-5660-43ef-8004-065a4bed9355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ba9983f-5660-43ef-8004-065a4bed9355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72bef8ff-8c24-4131-9a28-33d7daa106fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-72bef8ff-8c24-4131-9a28-33d7daa106fa {
  text-align: left;
}
}
#s-72bef8ff-8c24-4131-9a28-33d7daa106fa .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-72bef8ff-8c24-4131-9a28-33d7daa106fa .shogun-heading-component h3 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-464841f6-c4ca-42d1-a033-b363dbe472c6 {
  margin-left: auto;
margin-right: auto;
}

#s-464841f6-c4ca-42d1-a033-b363dbe472c6 .shg-proportional-font-size,
#s-464841f6-c4ca-42d1-a033-b363dbe472c6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb {
  
}
}@media (max-width: 767px){#s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb {
  display: none;
}
#s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb, #wrap-s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb, #wrap-content-s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb { display: none !important; }}







#s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2992c8c-dfb6-40e6-8364-9a2b58fb22cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23e5e261-0904-4c5e-9466-2862f631978d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23e5e261-0904-4c5e-9466-2862f631978d 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-23e5e261-0904-4c5e-9466-2862f631978d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-23e5e261-0904-4c5e-9466-2862f631978d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23e5e261-0904-4c5e-9466-2862f631978d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23e5e261-0904-4c5e-9466-2862f631978d 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-23e5e261-0904-4c5e-9466-2862f631978d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-23e5e261-0904-4c5e-9466-2862f631978d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23e5e261-0904-4c5e-9466-2862f631978d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23e5e261-0904-4c5e-9466-2862f631978d 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-23e5e261-0904-4c5e-9466-2862f631978d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-23e5e261-0904-4c5e-9466-2862f631978d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23e5e261-0904-4c5e-9466-2862f631978d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23e5e261-0904-4c5e-9466-2862f631978d 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-23e5e261-0904-4c5e-9466-2862f631978d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-23e5e261-0904-4c5e-9466-2862f631978d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23e5e261-0904-4c5e-9466-2862f631978d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23e5e261-0904-4c5e-9466-2862f631978d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23e5e261-0904-4c5e-9466-2862f631978d 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-23e5e261-0904-4c5e-9466-2862f631978d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5e261-0904-4c5e-9466-2862f631978d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 {
  display: none;
}
#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036, #wrap-s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036, #wrap-content-s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 {
  display: none;
}
#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036, #wrap-s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036, #wrap-content-s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 {
  display: none;
}
#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036, #wrap-s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036, #wrap-content-s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 { display: none !important; }}







#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c71da62-5b67-40ba-9dfe-5a03e8ce1036.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71de3f61-b929-4364-b556-7f263966cadc {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
text-align: center;
}
@media (max-width: 767px){#s-71de3f61-b929-4364-b556-7f263966cadc {
  height: 510px;
max-width: 760px;
}
}
#s-71de3f61-b929-4364-b556-7f263966cadc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71de3f61-b929-4364-b556-7f263966cadc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71de3f61-b929-4364-b556-7f263966cadc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-71de3f61-b929-4364-b556-7f263966cadc 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-71de3f61-b929-4364-b556-7f263966cadc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-71de3f61-b929-4364-b556-7f263966cadc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71de3f61-b929-4364-b556-7f263966cadc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71de3f61-b929-4364-b556-7f263966cadc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-71de3f61-b929-4364-b556-7f263966cadc 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-71de3f61-b929-4364-b556-7f263966cadc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-71de3f61-b929-4364-b556-7f263966cadc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71de3f61-b929-4364-b556-7f263966cadc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71de3f61-b929-4364-b556-7f263966cadc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-71de3f61-b929-4364-b556-7f263966cadc 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-71de3f61-b929-4364-b556-7f263966cadc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-71de3f61-b929-4364-b556-7f263966cadc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71de3f61-b929-4364-b556-7f263966cadc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71de3f61-b929-4364-b556-7f263966cadc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-71de3f61-b929-4364-b556-7f263966cadc 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-71de3f61-b929-4364-b556-7f263966cadc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-71de3f61-b929-4364-b556-7f263966cadc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-71de3f61-b929-4364-b556-7f263966cadc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-71de3f61-b929-4364-b556-7f263966cadc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-71de3f61-b929-4364-b556-7f263966cadc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-71de3f61-b929-4364-b556-7f263966cadc 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-71de3f61-b929-4364-b556-7f263966cadc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71de3f61-b929-4364-b556-7f263966cadc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d3bfe055-baa5-4cff-b351-7850df257df9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-d3bfe055-baa5-4cff-b351-7850df257df9 {
  display: none;
}
#s-d3bfe055-baa5-4cff-b351-7850df257df9, #wrap-s-d3bfe055-baa5-4cff-b351-7850df257df9, #wrap-content-s-d3bfe055-baa5-4cff-b351-7850df257df9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3bfe055-baa5-4cff-b351-7850df257df9 {
  display: none;
}
#s-d3bfe055-baa5-4cff-b351-7850df257df9, #wrap-s-d3bfe055-baa5-4cff-b351-7850df257df9, #wrap-content-s-d3bfe055-baa5-4cff-b351-7850df257df9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3bfe055-baa5-4cff-b351-7850df257df9 {
  display: none;
}
#s-d3bfe055-baa5-4cff-b351-7850df257df9, #wrap-s-d3bfe055-baa5-4cff-b351-7850df257df9, #wrap-content-s-d3bfe055-baa5-4cff-b351-7850df257df9 { display: none !important; }}







#s-d3bfe055-baa5-4cff-b351-7850df257df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3bfe055-baa5-4cff-b351-7850df257df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8595639-8e98-409c-a3a1-aa77de040d85 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5bdc8741-0acd-43bf-8059-8e001115e1bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5bdc8741-0acd-43bf-8059-8e001115e1bf {
  display: none;
}
#s-5bdc8741-0acd-43bf-8059-8e001115e1bf, #wrap-s-5bdc8741-0acd-43bf-8059-8e001115e1bf, #wrap-content-s-5bdc8741-0acd-43bf-8059-8e001115e1bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bdc8741-0acd-43bf-8059-8e001115e1bf {
  display: none;
}
#s-5bdc8741-0acd-43bf-8059-8e001115e1bf, #wrap-s-5bdc8741-0acd-43bf-8059-8e001115e1bf, #wrap-content-s-5bdc8741-0acd-43bf-8059-8e001115e1bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5bdc8741-0acd-43bf-8059-8e001115e1bf {
  display: none;
}
#s-5bdc8741-0acd-43bf-8059-8e001115e1bf, #wrap-s-5bdc8741-0acd-43bf-8059-8e001115e1bf, #wrap-content-s-5bdc8741-0acd-43bf-8059-8e001115e1bf { display: none !important; }}







#s-5bdc8741-0acd-43bf-8059-8e001115e1bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bdc8741-0acd-43bf-8059-8e001115e1bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d971cb2-2205-49d6-ba04-615a46829d4f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-144ef64c-6357-46ce-9665-5ba300c6ba73 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-144ef64c-6357-46ce-9665-5ba300c6ba73 {
  display: none;
}
#s-144ef64c-6357-46ce-9665-5ba300c6ba73, #wrap-s-144ef64c-6357-46ce-9665-5ba300c6ba73, #wrap-content-s-144ef64c-6357-46ce-9665-5ba300c6ba73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-144ef64c-6357-46ce-9665-5ba300c6ba73 {
  display: none;
}
#s-144ef64c-6357-46ce-9665-5ba300c6ba73, #wrap-s-144ef64c-6357-46ce-9665-5ba300c6ba73, #wrap-content-s-144ef64c-6357-46ce-9665-5ba300c6ba73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-144ef64c-6357-46ce-9665-5ba300c6ba73 {
  display: none;
}
#s-144ef64c-6357-46ce-9665-5ba300c6ba73, #wrap-s-144ef64c-6357-46ce-9665-5ba300c6ba73, #wrap-content-s-144ef64c-6357-46ce-9665-5ba300c6ba73 { display: none !important; }}







#s-144ef64c-6357-46ce-9665-5ba300c6ba73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-144ef64c-6357-46ce-9665-5ba300c6ba73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d72018e-ac90-449e-bdc8-0d95ec697e44 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce {
  display: none;
}
#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce, #wrap-s-c18b890a-c2f6-4b69-935a-b6cdf88377ce, #wrap-content-s-c18b890a-c2f6-4b69-935a-b6cdf88377ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce {
  display: none;
}
#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce, #wrap-s-c18b890a-c2f6-4b69-935a-b6cdf88377ce, #wrap-content-s-c18b890a-c2f6-4b69-935a-b6cdf88377ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce {
  display: none;
}
#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce, #wrap-s-c18b890a-c2f6-4b69-935a-b6cdf88377ce, #wrap-content-s-c18b890a-c2f6-4b69-935a-b6cdf88377ce { display: none !important; }}







#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c18b890a-c2f6-4b69-935a-b6cdf88377ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bd6250c-6b50-4d2d-8413-3146f45971b0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8c8e3616-da02-413b-a689-efcda03a50b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8c8e3616-da02-413b-a689-efcda03a50b4 {
  display: none;
}
#s-8c8e3616-da02-413b-a689-efcda03a50b4, #wrap-s-8c8e3616-da02-413b-a689-efcda03a50b4, #wrap-content-s-8c8e3616-da02-413b-a689-efcda03a50b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c8e3616-da02-413b-a689-efcda03a50b4 {
  display: none;
}
#s-8c8e3616-da02-413b-a689-efcda03a50b4, #wrap-s-8c8e3616-da02-413b-a689-efcda03a50b4, #wrap-content-s-8c8e3616-da02-413b-a689-efcda03a50b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c8e3616-da02-413b-a689-efcda03a50b4 {
  display: none;
}
#s-8c8e3616-da02-413b-a689-efcda03a50b4, #wrap-s-8c8e3616-da02-413b-a689-efcda03a50b4, #wrap-content-s-8c8e3616-da02-413b-a689-efcda03a50b4 { display: none !important; }}@media (max-width: 767px){#s-8c8e3616-da02-413b-a689-efcda03a50b4 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-8c8e3616-da02-413b-a689-efcda03a50b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c8e3616-da02-413b-a689-efcda03a50b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e9c46da-e7ec-4929-80e5-af83e7db29e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e9c46da-e7ec-4929-80e5-af83e7db29e2 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-6e9c46da-e7ec-4929-80e5-af83e7db29e2 .shogun-heading-component h2 {
  color: rgba(133, 95, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-bd93b58e-9238-40f1-aa34-fc039aae49ba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-bd93b58e-9238-40f1-aa34-fc039aae49ba {
  background-color: rgba(255, 255, 255, 1);
}
}
#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 {
  display: none;
}
#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863, #wrap-s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863, #wrap-content-s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 {
  display: none;
}
#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863, #wrap-s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863, #wrap-content-s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 {
  display: none;
}
#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863, #wrap-s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863, #wrap-content-s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 { display: none !important; }}







#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d73ebd4-1d9c-45fc-9ea5-bebed5ea2863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
text-align: center;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2556ed4f-e522-42af-9093-d43cfc03a976 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-2556ed4f-e522-42af-9093-d43cfc03a976 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2556ed4f-e522-42af-9093-d43cfc03a976 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-2556ed4f-e522-42af-9093-d43cfc03a976 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2556ed4f-e522-42af-9093-d43cfc03a976 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-2556ed4f-e522-42af-9093-d43cfc03a976 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2556ed4f-e522-42af-9093-d43cfc03a976 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-2556ed4f-e522-42af-9093-d43cfc03a976 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2556ed4f-e522-42af-9093-d43cfc03a976 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2556ed4f-e522-42af-9093-d43cfc03a976 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-2556ed4f-e522-42af-9093-d43cfc03a976 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2556ed4f-e522-42af-9093-d43cfc03a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2556ed4f-e522-42af-9093-d43cfc03a976.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;
}
