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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-29ad9e1f-4f48-4213-818a-b50023342157 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-29ad9e1f-4f48-4213-818a-b50023342157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29ad9e1f-4f48-4213-818a-b50023342157.shg-box.shg-c {
  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-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  margin-left: auto;
margin-right: auto;
height: 350px;
text-align: center;
}
@media (min-width: 1200px){#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  display: none;
}
#s-907bf19b-9d47-44c3-8751-22ab6e94ab71, #wrap-s-907bf19b-9d47-44c3-8751-22ab6e94ab71, #wrap-content-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  display: none;
}
#s-907bf19b-9d47-44c3-8751-22ab6e94ab71, #wrap-s-907bf19b-9d47-44c3-8751-22ab6e94ab71, #wrap-content-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 { display: none !important; }}
#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 img.shogun-image {
  width: 100%;
  height: 350px;
  
  

      
    

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




.s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 img.shogun-image {
  width: 100%;
  height: 350px;
  
  

      
    

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




.s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 img.shogun-image {
  width: 100%;
  height: 350px;
  
  

      
    

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




.s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 img.shogun-image {
  width: 100%;
  height: 350px;
  
  

      
    

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




.s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-907bf19b-9d47-44c3-8751-22ab6e94ab71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71 img.shogun-image {
  width: 100%;
  height: 350px;
  
  

      
    

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




.s-907bf19b-9d47-44c3-8751-22ab6e94ab71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-907bf19b-9d47-44c3-8751-22ab6e94ab71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-74386da8-8a10-4623-95ed-b1fa57ed08e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-74386da8-8a10-4623-95ed-b1fa57ed08e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74386da8-8a10-4623-95ed-b1fa57ed08e3.shg-box.shg-c {
  justify-content: center;
}

#s-9095c74b-eb0b-4ad5-9444-78cf4ac6f45e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9095c74b-eb0b-4ad5-9444-78cf4ac6f45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9095c74b-eb0b-4ad5-9444-78cf4ac6f45e.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-9fdf4be5-fb10-456a-a63f-125149b08076 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-9fdf4be5-fb10-456a-a63f-125149b08076"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9fdf4be5-fb10-456a-a63f-125149b08076"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9fdf4be5-fb10-456a-a63f-125149b08076"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9fdf4be5-fb10-456a-a63f-125149b08076"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-47763643-aef1-426c-a9db-3a4b90abd845 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-47763643-aef1-426c-a9db-3a4b90abd845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47763643-aef1-426c-a9db-3a4b90abd845.shg-box.shg-c {
  justify-content: center;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b {
  margin-left: auto;
margin-right: auto;
height: 300px;
max-width: 400px;
text-align: center;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24617d28-127e-4f67-8f96-26fda01ee47b img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-24617d28-127e-4f67-8f96-26fda01ee47b .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-24617d28-127e-4f67-8f96-26fda01ee47b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24617d28-127e-4f67-8f96-26fda01ee47b img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-24617d28-127e-4f67-8f96-26fda01ee47b .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-24617d28-127e-4f67-8f96-26fda01ee47b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24617d28-127e-4f67-8f96-26fda01ee47b img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-24617d28-127e-4f67-8f96-26fda01ee47b .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-24617d28-127e-4f67-8f96-26fda01ee47b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24617d28-127e-4f67-8f96-26fda01ee47b img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-24617d28-127e-4f67-8f96-26fda01ee47b .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-24617d28-127e-4f67-8f96-26fda01ee47b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-24617d28-127e-4f67-8f96-26fda01ee47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-24617d28-127e-4f67-8f96-26fda01ee47b img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-24617d28-127e-4f67-8f96-26fda01ee47b .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24617d28-127e-4f67-8f96-26fda01ee47b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

#s-2b0a6fc5-a093-4e5a-bf92-ac494bafb69f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b0a6fc5-a093-4e5a-bf92-ac494bafb69f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2b0a6fc5-a093-4e5a-bf92-ac494bafb69f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-2b0a6fc5-a093-4e5a-bf92-ac494bafb69f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a4668d56-6156-498a-9744-a4167ed292cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a4668d56-6156-498a-9744-a4167ed292cd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWMwYmM0ZmUtYWRlZi00NDk1LTk2NDQtMjRkODlkNGU3NGJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTBkYWU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYzBiYzRmZS1hZGVmLTQ0OTUtOTY0NC0yNGQ4OWQ0ZTc0YmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>0.05, "color"=>"#e0dae6"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-a4668d56-6156-498a-9744-a4167ed292cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4668d56-6156-498a-9744-a4167ed292cd-root {
    text-align: center;
  }


#s-a4668d56-6156-498a-9744-a4167ed292cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4668d56-6156-498a-9744-a4167ed292cd-root {
    text-align: center;
  }


#s-a4668d56-6156-498a-9744-a4167ed292cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4668d56-6156-498a-9744-a4167ed292cd-root {
    text-align: center;
  }


#s-a4668d56-6156-498a-9744-a4167ed292cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4668d56-6156-498a-9744-a4167ed292cd-root {
    text-align: center;
  }


#s-a4668d56-6156-498a-9744-a4167ed292cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4668d56-6156-498a-9744-a4167ed292cd-root {
    text-align: center;
  }


#s-a4668d56-6156-498a-9744-a4167ed292cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}
#s-101a85e5-335e-4869-b621-7a211af09d84 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-101a85e5-335e-4869-b621-7a211af09d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-101a85e5-335e-4869-b621-7a211af09d84.shg-box.shg-c {
  justify-content: center;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  margin-left: auto;
margin-right: auto;
height: 300px;
max-width: 2160px;
text-align: center;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4f999e-ce6d-4d7a-86f0-625f2d50dc56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-268cb68f-7a19-4717-9de0-3fdb651b9054 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-268cb68f-7a19-4717-9de0-3fdb651b9054 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-268cb68f-7a19-4717-9de0-3fdb651b9054 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-268cb68f-7a19-4717-9de0-3fdb651b9054 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-0e0b5885-1294-43bc-886d-75da37acffdf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0e0b5885-1294-43bc-886d-75da37acffdf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzIzMzFiZTQtZmNmOS00ZTkzLTllODQtNDc0YWUzNGRiM2EwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFlY2VkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1MTA0MTQ4MTcxMTY0NzczIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFlY2VkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTZkZWVmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMjMzMWJlNC1mY2Y5LTRlOTMtOWU4NC00NzRhZTM0ZGIzYTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f1eced"}, {"id"=>3, "pos"=>0.05104148171164773, "color"=>"#f1eced"}, {"id"=>2, "pos"=>1, "color"=>"#e6deef"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-0e0b5885-1294-43bc-886d-75da37acffdf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e0b5885-1294-43bc-886d-75da37acffdf-root {
    text-align: center;
  }


#s-0e0b5885-1294-43bc-886d-75da37acffdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e0b5885-1294-43bc-886d-75da37acffdf-root {
    text-align: center;
  }


#s-0e0b5885-1294-43bc-886d-75da37acffdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e0b5885-1294-43bc-886d-75da37acffdf-root {
    text-align: center;
  }


#s-0e0b5885-1294-43bc-886d-75da37acffdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e0b5885-1294-43bc-886d-75da37acffdf-root {
    text-align: center;
  }


#s-0e0b5885-1294-43bc-886d-75da37acffdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e0b5885-1294-43bc-886d-75da37acffdf-root {
    text-align: center;
  }


#s-0e0b5885-1294-43bc-886d-75da37acffdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}
#s-e0247dfa-cde3-4c28-b326-4b631ee5cc32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e0247dfa-cde3-4c28-b326-4b631ee5cc32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0247dfa-cde3-4c28-b326-4b631ee5cc32.shg-box.shg-c {
  justify-content: center;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  margin-left: auto;
margin-right: auto;
height: 300px;
max-width: 3936px;
text-align: center;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 3936px;

      
    max-width: 3936px;

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




.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 3936px;

      
    max-width: 3936px;

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




.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 3936px;

      
    max-width: 3936px;

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




.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 3936px;

      
    max-width: 3936px;

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




.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 3936px;

      
    max-width: 3936px;

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




.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f8897ee-bd7b-4c3c-9450-dcb9adf02c33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3565d3b2-d118-4a62-8ad9-1e873753c34c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3565d3b2-d118-4a62-8ad9-1e873753c34c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3565d3b2-d118-4a62-8ad9-1e873753c34c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-3565d3b2-d118-4a62-8ad9-1e873753c34c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTc1MjIwYWQtYjZjYy00ZTUxLWI1NmQtODFhNzcyYWNiY2M0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjNlZWY4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA3NzI3MjcyNzI3MjcyNzI3IiBzdHlsZT0ic3RvcC1jb2xvcjojZTVkNmY2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNzUyMjBhZC1iNmNjLTRlNTEtYjU2ZC04MWE3NzJhY2JjYzQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.05, "color"=>"#f3eef8"}, {"id"=>2, "pos"=>0.07727272727272727, "color"=>"#e5d6f6"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26-root {
    text-align: center;
  }


#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26-root {
    text-align: center;
  }


#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26-root {
    text-align: center;
  }


#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26-root {
    text-align: center;
  }


#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26-root {
    text-align: center;
  }


#s-ef85b50f-b3b8-4b7d-afdc-0596dfcc2c26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}
#s-cb6a32a9-775b-4bef-821c-ec0cc1b8addd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cb6a32a9-775b-4bef-821c-ec0cc1b8addd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb6a32a9-775b-4bef-821c-ec0cc1b8addd.shg-box.shg-c {
  justify-content: center;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  margin-left: auto;
margin-right: auto;
height: 300px;
max-width: 1200px;
text-align: center;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-515911da-66ed-4bb9-bd60-c2c759070f4e img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-515911da-66ed-4bb9-bd60-c2c759070f4e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-515911da-66ed-4bb9-bd60-c2c759070f4e img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-515911da-66ed-4bb9-bd60-c2c759070f4e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-515911da-66ed-4bb9-bd60-c2c759070f4e img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-515911da-66ed-4bb9-bd60-c2c759070f4e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-515911da-66ed-4bb9-bd60-c2c759070f4e img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-515911da-66ed-4bb9-bd60-c2c759070f4e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-515911da-66ed-4bb9-bd60-c2c759070f4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-515911da-66ed-4bb9-bd60-c2c759070f4e img.shogun-image {
  width: 100%;
  height: 300px;
  
  max-width: 1200px;

      
    max-width: 1200px;

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




.s-515911da-66ed-4bb9-bd60-c2c759070f4e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-515911da-66ed-4bb9-bd60-c2c759070f4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bb8eee07-7fc8-480e-b255-c6f3e10dbc95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb8eee07-7fc8-480e-b255-c6f3e10dbc95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bb8eee07-7fc8-480e-b255-c6f3e10dbc95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-bb8eee07-7fc8-480e-b255-c6f3e10dbc95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDExMWExNmMtMmY2NC00MGYxLTgzMjYtZjY1NzY5YmI3M2UxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTlkOGY1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMTExYTE2Yy0yZjY0LTQwZjEtODMyNi1mNjU3NjliYjczZTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>0.05, "color"=>"#e9d8f5"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7-root {
    text-align: center;
  }


#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7-root {
    text-align: center;
  }


#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7-root {
    text-align: center;
  }


#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7-root {
    text-align: center;
  }


#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7-root {
    text-align: center;
  }


#s-23fa2d15-a41e-40d5-9c02-0a42721a7ee7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}
#s-e5e96866-060f-4027-950d-305d048ebbbd {
  margin-left: auto;
margin-right: auto;
min-height: 900px;
}
@media (max-width: 767px){#s-e5e96866-060f-4027-950d-305d048ebbbd {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 750px;
}
}







#s-e5e96866-060f-4027-950d-305d048ebbbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5e96866-060f-4027-950d-305d048ebbbd.shg-box.shg-c {
  justify-content: center;
}

#s-e152f0a0-1b04-4042-b99d-28c5f6c3974b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e152f0a0-1b04-4042-b99d-28c5f6c3974b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e152f0a0-1b04-4042-b99d-28c5f6c3974b.shg-box.shg-c {
  justify-content: center;
}

#s-15b4c9f4-3196-4df8-b916-bc24e67bd035 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-15b4c9f4-3196-4df8-b916-bc24e67bd035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15b4c9f4-3196-4df8-b916-bc24e67bd035"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15b4c9f4-3196-4df8-b916-bc24e67bd035"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15b4c9f4-3196-4df8-b916-bc24e67bd035"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-97a8a4e2-5b14-4b06-8630-08ed895b1f1e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-97a8a4e2-5b14-4b06-8630-08ed895b1f1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97a8a4e2-5b14-4b06-8630-08ed895b1f1e.shg-box.shg-c {
  justify-content: center;
}

#s-6c9628f5-6a80-4995-bfee-394423227124 {
  margin-left: auto;
margin-right: auto;
max-width: 3055px;
text-align: center;
}

#s-6c9628f5-6a80-4995-bfee-394423227124 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c9628f5-6a80-4995-bfee-394423227124-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c9628f5-6a80-4995-bfee-394423227124 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c9628f5-6a80-4995-bfee-394423227124 img.shogun-image {
  width: 100%;
  
  
  max-width: 3055px;

      
    max-width: 3055px;

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




.s-6c9628f5-6a80-4995-bfee-394423227124 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c9628f5-6a80-4995-bfee-394423227124 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c9628f5-6a80-4995-bfee-394423227124-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c9628f5-6a80-4995-bfee-394423227124 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c9628f5-6a80-4995-bfee-394423227124 img.shogun-image {
  width: 100%;
  
  
  max-width: 3055px;

      
    max-width: 3055px;

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




.s-6c9628f5-6a80-4995-bfee-394423227124 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c9628f5-6a80-4995-bfee-394423227124 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c9628f5-6a80-4995-bfee-394423227124-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c9628f5-6a80-4995-bfee-394423227124 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c9628f5-6a80-4995-bfee-394423227124 img.shogun-image {
  width: 100%;
  
  
  max-width: 3055px;

      
    max-width: 3055px;

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




.s-6c9628f5-6a80-4995-bfee-394423227124 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c9628f5-6a80-4995-bfee-394423227124 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c9628f5-6a80-4995-bfee-394423227124-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c9628f5-6a80-4995-bfee-394423227124 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c9628f5-6a80-4995-bfee-394423227124 img.shogun-image {
  width: 100%;
  
  
  max-width: 3055px;

      
    max-width: 3055px;

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




.s-6c9628f5-6a80-4995-bfee-394423227124 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c9628f5-6a80-4995-bfee-394423227124 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c9628f5-6a80-4995-bfee-394423227124-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c9628f5-6a80-4995-bfee-394423227124 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6c9628f5-6a80-4995-bfee-394423227124 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6c9628f5-6a80-4995-bfee-394423227124 img.shogun-image {
  width: 100%;
  
  
  max-width: 3055px;

      
    max-width: 3055px;

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




.s-6c9628f5-6a80-4995-bfee-394423227124 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c9628f5-6a80-4995-bfee-394423227124.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b5c7fe64-1019-4bf6-96ee-ce8343c3e601 {
  margin-top: 300px;
margin-left: auto;
margin-right: auto;
min-height: 700px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-b5c7fe64-1019-4bf6-96ee-ce8343c3e601 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
}
}







#s-b5c7fe64-1019-4bf6-96ee-ce8343c3e601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5c7fe64-1019-4bf6-96ee-ce8343c3e601.shg-box.shg-c {
  justify-content: center;
}

#s-e81a466c-0ff2-4fcb-bec5-7e6f2b7ed885 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 400px;
max-width: 60%;
text-align: left;
}
@media (max-width: 767px){#s-e81a466c-0ff2-4fcb-bec5-7e6f2b7ed885 {
  max-width: 80%;
text-align: center;
}
}
#s-e81a466c-0ff2-4fcb-bec5-7e6f2b7ed885 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Italiana";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-18e38135-0349-4dc1-96b9-c1af722e09eb {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (max-width: 767px){#s-18e38135-0349-4dc1-96b9-c1af722e09eb {
  margin-top: 0%;
margin-bottom: 0%;
}
}







#s-18e38135-0349-4dc1-96b9-c1af722e09eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18e38135-0349-4dc1-96b9-c1af722e09eb.shg-box.shg-c {
  justify-content: center;
}

#s-c2649da4-f35c-4811-be42-09d6c22876f6 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2649da4-f35c-4811-be42-09d6c22876f6 {
  min-height: 500px;
}
}







#s-c2649da4-f35c-4811-be42-09d6c22876f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2649da4-f35c-4811-be42-09d6c22876f6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f77e15ae-f043-4ef0-8589-9e59c6d9f5a1 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-f77e15ae-f043-4ef0-8589-9e59c6d9f5a1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-f77e15ae-f043-4ef0-8589-9e59c6d9f5a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f77e15ae-f043-4ef0-8589-9e59c6d9f5a1.shg-box.shg-c {
  justify-content: center;
}

#s-abf3b993-503f-4f5f-a7d3-5c52b1a7ea00 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abf3b993-503f-4f5f-a7d3-5c52b1a7ea00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8a99c15d-9cf0-4fdf-988e-e3bdfbbb6d6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a99c15d-9cf0-4fdf-988e-e3bdfbbb6d6d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-8a99c15d-9cf0-4fdf-988e-e3bdfbbb6d6d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-3cede353-96f0-4873-81af-92d16f3cb277 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-3cede353-96f0-4873-81af-92d16f3cb277"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3cede353-96f0-4873-81af-92d16f3cb277"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3cede353-96f0-4873-81af-92d16f3cb277"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3cede353-96f0-4873-81af-92d16f3cb277"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-f85007de-c490-47a4-bb60-f5df35ba1cc1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f85007de-c490-47a4-bb60-f5df35ba1cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f85007de-c490-47a4-bb60-f5df35ba1cc1.shg-box.shg-c {
  justify-content: center;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  margin-left: auto;
margin-right: auto;
height: 275px;
max-width: 800px;
aspect-ratio: 1/2;
text-align: center;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42798f2-1af4-4896-a0c6-640a80211b5c img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f42798f2-1af4-4896-a0c6-640a80211b5c .shg-inner-inline-image {   
      aspect-ratio: 1/2;
    }

    #s-f42798f2-1af4-4896-a0c6-640a80211b5c .shogun-image-link {
      aspect-ratio: 1/2;
      min-width: 100%;
      
    }
  }

  .s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f42798f2-1af4-4896-a0c6-640a80211b5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-f42798f2-1af4-4896-a0c6-640a80211b5c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f42798f2-1af4-4896-a0c6-640a80211b5c {
      --shg-aspect-ratio: calc(1/2); 
    }

    .s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container {
      position: relative;
    }

    .s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f42798f2-1af4-4896-a0c6-640a80211b5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 275px;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42798f2-1af4-4896-a0c6-640a80211b5c img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-f42798f2-1af4-4896-a0c6-640a80211b5c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42798f2-1af4-4896-a0c6-640a80211b5c img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-f42798f2-1af4-4896-a0c6-640a80211b5c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42798f2-1af4-4896-a0c6-640a80211b5c img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-f42798f2-1af4-4896-a0c6-640a80211b5c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f42798f2-1af4-4896-a0c6-640a80211b5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f42798f2-1af4-4896-a0c6-640a80211b5c img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-f42798f2-1af4-4896-a0c6-640a80211b5c .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42798f2-1af4-4896-a0c6-640a80211b5c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-55d57fe0-eb6b-42ae-95f6-1e2d49ad8a55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-55d57fe0-eb6b-42ae-95f6-1e2d49ad8a55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55d57fe0-eb6b-42ae-95f6-1e2d49ad8a55.shg-box.shg-c {
  justify-content: center;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  margin-left: auto;
margin-right: auto;
height: 275px;
max-width: 800px;
aspect-ratio: 1/2;
text-align: center;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shg-inner-inline-image {   
      aspect-ratio: 1/2;
    }

    #s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shogun-image-link {
      aspect-ratio: 1/2;
      min-width: 100%;
      
    }
  }

  .s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
      --shg-aspect-ratio: calc(1/2); 
    }

    .s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container {
      position: relative;
    }

    .s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 275px;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcf13e3b-9888-4c30-ac2c-fe39fde707e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fa89a939-be72-488b-9c4f-9fad1377cb89 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fa89a939-be72-488b-9c4f-9fad1377cb89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa89a939-be72-488b-9c4f-9fad1377cb89.shg-box.shg-c {
  justify-content: center;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  margin-left: auto;
margin-right: auto;
height: 275px;
max-width: 3000px;
aspect-ratio: 1/2;
text-align: center;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 3000px;

      
    max-width: 3000px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shg-inner-inline-image {   
      aspect-ratio: 1/2;
    }

    #s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shogun-image-link {
      aspect-ratio: 1/2;
      min-width: 100%;
      
    }
  }

  .s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a18576ac-75a5-4ac7-b769-6e8ee19e054e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
      --shg-aspect-ratio: calc(1/2); 
    }

    .s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container {
      position: relative;
    }

    .s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18576ac-75a5-4ac7-b769-6e8ee19e054e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 275px;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a18576ac-75a5-4ac7-b769-6e8ee19e054e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18576ac-75a5-4ac7-b769-6e8ee19e054e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  margin-left: auto;
margin-right: auto;
height: 275px;
max-width: 720px;
text-align: center;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 720px;

      
    max-width: 720px;

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




.s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 720px;

      
    max-width: 720px;

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




.s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 720px;

      
    max-width: 720px;

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




.s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 720px;

      
    max-width: 720px;

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




.s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-debe880e-f98d-49d1-9025-6e77a5ea9dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 720px;

      
    max-width: 720px;

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




.s-debe880e-f98d-49d1-9025-6e77a5ea9dda .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debe880e-f98d-49d1-9025-6e77a5ea9dda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  margin-left: auto;
margin-right: auto;
height: 275px;
max-width: 4096px;
text-align: center;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-919bb267-f672-4cd3-8400-cbaa8455fd2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-919bb267-f672-4cd3-8400-cbaa8455fd2f .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-919bb267-f672-4cd3-8400-cbaa8455fd2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  margin-left: auto;
margin-right: auto;
height: 275px;
max-width: 2160px;
text-align: center;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 img.shogun-image {
  width: 100%;
  height: 275px;
  
  max-width: 2160px;

      
    max-width: 2160px;

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




.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20b128ea-6179-4ccd-ae87-6e128cbb6c01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8870356b-0c9a-49b8-9d55-dd64fc406e23 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-8870356b-0c9a-49b8-9d55-dd64fc406e23:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8870356b-0c9a-49b8-9d55-dd64fc406e23:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8870356b-0c9a-49b8-9d55-dd64fc406e23 {
  margin-top: 15%;
margin-bottom: 15%;
padding-left: 40px;
padding-right: 40px;
text-align: center;
}
}

  #s-8870356b-0c9a-49b8-9d55-dd64fc406e23-root {
    text-align: left;
  }


#s-8870356b-0c9a-49b8-9d55-dd64fc406e23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8870356b-0c9a-49b8-9d55-dd64fc406e23-root {
    text-align: left;
  }


#s-8870356b-0c9a-49b8-9d55-dd64fc406e23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8870356b-0c9a-49b8-9d55-dd64fc406e23-root {
    text-align: left;
  }


#s-8870356b-0c9a-49b8-9d55-dd64fc406e23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8870356b-0c9a-49b8-9d55-dd64fc406e23-root {
    text-align: left;
  }


#s-8870356b-0c9a-49b8-9d55-dd64fc406e23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8870356b-0c9a-49b8-9d55-dd64fc406e23-root {
    text-align: center;
  }


#s-8870356b-0c9a-49b8-9d55-dd64fc406e23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Albert Sans;
  display:  inline-block ;
}
}
#s-7676723c-6f28-41bc-9f49-0855193b3749 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7676723c-6f28-41bc-9f49-0855193b3749 {
  min-height: 300px;
}
}







#s-7676723c-6f28-41bc-9f49-0855193b3749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7676723c-6f28-41bc-9f49-0855193b3749.shg-box.shg-c {
  justify-content: center;
}

#s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
}
}
@media (min-width: 0px) {
[id="s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e48ca9e-a3cf-499e-b25f-1c65a05f0b2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-485108ee-809c-41f6-b6e7-7b7d3430ba43 {
  margin-right: -34%;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-485108ee-809c-41f6-b6e7-7b7d3430ba43 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-485108ee-809c-41f6-b6e7-7b7d3430ba43 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}
}







#s-485108ee-809c-41f6-b6e7-7b7d3430ba43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-485108ee-809c-41f6-b6e7-7b7d3430ba43.shg-box.shg-c {
  justify-content: center;
}

#s-a9a93e19-9232-4761-abe2-06041b944744 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9a93e19-9232-4761-abe2-06041b944744 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-c7f8d145-893f-4d29-9cfe-21130b5f02e6 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
}
@media (max-width: 767px){#s-c7f8d145-893f-4d29-9cfe-21130b5f02e6 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c7f8d145-893f-4d29-9cfe-21130b5f02e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c7f8d145-893f-4d29-9cfe-21130b5f02e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7f8d145-893f-4d29-9cfe-21130b5f02e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7f8d145-893f-4d29-9cfe-21130b5f02e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7f8d145-893f-4d29-9cfe-21130b5f02e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7f8d145-893f-4d29-9cfe-21130b5f02e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7f8d145-893f-4d29-9cfe-21130b5f02e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7e2a2c06-1348-4c28-b599-da977bbf1106 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e2a2c06-1348-4c28-b599-da977bbf1106 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7e2a2c06-1348-4c28-b599-da977bbf1106 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-7e2a2c06-1348-4c28-b599-da977bbf1106 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-a82e8693-c2f4-4297-a47f-7b103c3e4dca {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
}
@media (max-width: 767px){#s-a82e8693-c2f4-4297-a47f-7b103c3e4dca {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-a82e8693-c2f4-4297-a47f-7b103c3e4dca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a82e8693-c2f4-4297-a47f-7b103c3e4dca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a82e8693-c2f4-4297-a47f-7b103c3e4dca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a82e8693-c2f4-4297-a47f-7b103c3e4dca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a82e8693-c2f4-4297-a47f-7b103c3e4dca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a82e8693-c2f4-4297-a47f-7b103c3e4dca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a82e8693-c2f4-4297-a47f-7b103c3e4dca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f18840f9-135d-4581-bce1-e620ce690da2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f18840f9-135d-4581-bce1-e620ce690da2 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  
  
  
  
}



#s-537df143-88be-48d8-b053-158c973e9df9 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
}
@media (max-width: 767px){#s-537df143-88be-48d8-b053-158c973e9df9 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-537df143-88be-48d8-b053-158c973e9df9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-537df143-88be-48d8-b053-158c973e9df9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-537df143-88be-48d8-b053-158c973e9df9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-537df143-88be-48d8-b053-158c973e9df9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-537df143-88be-48d8-b053-158c973e9df9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-537df143-88be-48d8-b053-158c973e9df9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-537df143-88be-48d8-b053-158c973e9df9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fa8bf897-2c49-4377-9012-ac2a2f0d82f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa8bf897-2c49-4377-9012-ac2a2f0d82f7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fa8bf897-2c49-4377-9012-ac2a2f0d82f7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-fa8bf897-2c49-4377-9012-ac2a2f0d82f7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c5915034-87c7-4341-8b21-293a61bb7c07 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
}
@media (max-width: 767px){#s-c5915034-87c7-4341-8b21-293a61bb7c07 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c5915034-87c7-4341-8b21-293a61bb7c07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c5915034-87c7-4341-8b21-293a61bb7c07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5915034-87c7-4341-8b21-293a61bb7c07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5915034-87c7-4341-8b21-293a61bb7c07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5915034-87c7-4341-8b21-293a61bb7c07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5915034-87c7-4341-8b21-293a61bb7c07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5915034-87c7-4341-8b21-293a61bb7c07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-897f44ea-f0a3-4347-b02e-817c0d54dadd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-897f44ea-f0a3-4347-b02e-817c0d54dadd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-897f44ea-f0a3-4347-b02e-817c0d54dadd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-897f44ea-f0a3-4347-b02e-817c0d54dadd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-2f812849-6056-411d-8195-98406e8c2240 {
  margin-left: auto;
margin-right: auto;
max-width: 4096px;
text-align: center;
}

#s-2f812849-6056-411d-8195-98406e8c2240 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f812849-6056-411d-8195-98406e8c2240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f812849-6056-411d-8195-98406e8c2240 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f812849-6056-411d-8195-98406e8c2240 img.shogun-image {
  width: 100%;
  
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-2f812849-6056-411d-8195-98406e8c2240 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f812849-6056-411d-8195-98406e8c2240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f812849-6056-411d-8195-98406e8c2240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f812849-6056-411d-8195-98406e8c2240.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2f812849-6056-411d-8195-98406e8c2240 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f812849-6056-411d-8195-98406e8c2240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f812849-6056-411d-8195-98406e8c2240 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f812849-6056-411d-8195-98406e8c2240 img.shogun-image {
  width: 100%;
  
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-2f812849-6056-411d-8195-98406e8c2240 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f812849-6056-411d-8195-98406e8c2240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f812849-6056-411d-8195-98406e8c2240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f812849-6056-411d-8195-98406e8c2240.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2f812849-6056-411d-8195-98406e8c2240 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f812849-6056-411d-8195-98406e8c2240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f812849-6056-411d-8195-98406e8c2240 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f812849-6056-411d-8195-98406e8c2240 img.shogun-image {
  width: 100%;
  
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-2f812849-6056-411d-8195-98406e8c2240 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f812849-6056-411d-8195-98406e8c2240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f812849-6056-411d-8195-98406e8c2240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f812849-6056-411d-8195-98406e8c2240.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2f812849-6056-411d-8195-98406e8c2240 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f812849-6056-411d-8195-98406e8c2240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f812849-6056-411d-8195-98406e8c2240 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f812849-6056-411d-8195-98406e8c2240 img.shogun-image {
  width: 100%;
  
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-2f812849-6056-411d-8195-98406e8c2240 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f812849-6056-411d-8195-98406e8c2240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f812849-6056-411d-8195-98406e8c2240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f812849-6056-411d-8195-98406e8c2240.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2f812849-6056-411d-8195-98406e8c2240 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f812849-6056-411d-8195-98406e8c2240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f812849-6056-411d-8195-98406e8c2240 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2f812849-6056-411d-8195-98406e8c2240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f812849-6056-411d-8195-98406e8c2240 img.shogun-image {
  width: 100%;
  
  
  max-width: 4096px;

      
    max-width: 4096px;

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




.s-2f812849-6056-411d-8195-98406e8c2240 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f812849-6056-411d-8195-98406e8c2240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f812849-6056-411d-8195-98406e8c2240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f812849-6056-411d-8195-98406e8c2240.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-95888692-dea0-4c55-b40b-93576fb90897 {
  margin-left: auto;
margin-right: auto;
min-height: 250px;
background-color: rgba(42, 73, 83, 1);
}








#s-95888692-dea0-4c55-b40b-93576fb90897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95888692-dea0-4c55-b40b-93576fb90897.shg-box.shg-c {
  justify-content: center;
}

#s-b69004ea-69eb-4c19-b8e6-cd125a322428 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b69004ea-69eb-4c19-b8e6-cd125a322428 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-de199cda-c2ca-47f9-9982-722ab9dfcc8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 80%;
text-align: center;
}

#s-de199cda-c2ca-47f9-9982-722ab9dfcc8a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-de199cda-c2ca-47f9-9982-722ab9dfcc8a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-de199cda-c2ca-47f9-9982-722ab9dfcc8a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Albert Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ef855dab-c91a-4f70-bfe0-45a330b1fa7d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}








#s-ef855dab-c91a-4f70-bfe0-45a330b1fa7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef855dab-c91a-4f70-bfe0-45a330b1fa7d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-f09c8ea1-8d64-4fdf-a5c4-ffa1e16807a6 {
  margin-left: auto;
margin-right: auto;
}

#s-f09c8ea1-8d64-4fdf-a5c4-ffa1e16807a6 .shg-proportional-font-size,
#s-f09c8ea1-8d64-4fdf-a5c4-ffa1e16807a6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e:hover {background-color: rgba(36, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e-root {
    text-align: center;
  }


#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e-root {
    text-align: center;
  }


#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e-root {
    text-align: center;
  }


#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e-root {
    text-align: center;
  }


#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e-root {
    text-align: center;
  }


#s-fca89b0f-8c3f-4f30-be2b-7a0fbacd7d5e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
