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

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

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

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

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

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

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

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

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

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

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

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

#s-4e590b88-b97f-4d1a-92d6-561872f54145 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4e590b88-b97f-4d1a-92d6-561872f54145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e590b88-b97f-4d1a-92d6-561872f54145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  display: none;
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474, #wrap-s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474, #wrap-content-s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  display: none;
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474, #wrap-s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474, #wrap-content-s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  display: none;
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474, #wrap-s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474, #wrap-content-s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 { display: none !important; }}@media (max-width: 767px){#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  
}
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/480x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/960x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/768x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/1536x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/1024x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/2048x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/1200x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/2048x/);
}
#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06fb3297-6a7e-4ef7-b6bf-c6bdf151c474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4a0eea53-3459-4933-b09e-0877f33f3027 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a0eea53-3459-4933-b09e-0877f33f3027 {
  padding-top: 30px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-4a0eea53-3459-4933-b09e-0877f33f3027 {
  padding-top: 20px;
padding-bottom: 30px;
}
}
#s-4a0eea53-3459-4933-b09e-0877f33f3027 .shg-proportional-font-size,
#s-4a0eea53-3459-4933-b09e-0877f33f3027 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

#s-72be0863-25de-4041-8704-e0f55d18b864 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-72be0863-25de-4041-8704-e0f55d18b864 {
  display: none;
}
#s-72be0863-25de-4041-8704-e0f55d18b864, #wrap-s-72be0863-25de-4041-8704-e0f55d18b864, #wrap-content-s-72be0863-25de-4041-8704-e0f55d18b864 { display: none !important; }}
@media (min-width: 0px) {
[id="s-72be0863-25de-4041-8704-e0f55d18b864"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-72be0863-25de-4041-8704-e0f55d18b864"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-72be0863-25de-4041-8704-e0f55d18b864"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-72be0863-25de-4041-8704-e0f55d18b864"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 24%;
  padding-right: 24%;
  
  
}


.shg-image-content-margin-container-s-c4147e36-9332-4eec-b4a5-c1c991b939d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c4147e36-9332-4eec-b4a5-c1c991b939d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4147e36-9332-4eec-b4a5-c1c991b939d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 13%;
  padding-right: 13%;
  
  
}


.shg-image-content-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 23%;
  padding-right: 23%;
  
  
}


.shg-image-content-margin-container-s-6b814ab8-9fca-4765-8523-598bb76b54a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b814ab8-9fca-4765-8523-598bb76b54a2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6b814ab8-9fca-4765-8523-598bb76b54a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b814ab8-9fca-4765-8523-598bb76b54a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}


.shg-image-content-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17376546-2855-46b2-a666-5d3ba99a6d33 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-17376546-2855-46b2-a666-5d3ba99a6d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17376546-2855-46b2-a666-5d3ba99a6d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-17376546-2855-46b2-a666-5d3ba99a6d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17376546-2855-46b2-a666-5d3ba99a6d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-17376546-2855-46b2-a666-5d3ba99a6d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17376546-2855-46b2-a666-5d3ba99a6d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-17376546-2855-46b2-a666-5d3ba99a6d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-17376546-2855-46b2-a666-5d3ba99a6d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17376546-2855-46b2-a666-5d3ba99a6d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-17376546-2855-46b2-a666-5d3ba99a6d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17376546-2855-46b2-a666-5d3ba99a6d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef img.shogun-image {
  width: 100%;
  
  
  

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




.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef img.shogun-image {
  width: 100%;
  
  
  

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




.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef img.shogun-image {
  width: 100%;
  
  
  

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




.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 24%;
  padding-right: 24%;
  
  
}


.shg-image-content-margin-container-s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef img.shogun-image {
  width: 100%;
  
  
  

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




.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dc95ca-cab9-48a6-af73-d4bea0b52cef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fdb74cac-5f4d-4e24-b295-f6a30ed48925 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdb74cac-5f4d-4e24-b295-f6a30ed48925 {
  display: none;
}
#s-fdb74cac-5f4d-4e24-b295-f6a30ed48925, #wrap-s-fdb74cac-5f4d-4e24-b295-f6a30ed48925, #wrap-content-s-fdb74cac-5f4d-4e24-b295-f6a30ed48925 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fdb74cac-5f4d-4e24-b295-f6a30ed48925"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fdb74cac-5f4d-4e24-b295-f6a30ed48925"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdb74cac-5f4d-4e24-b295-f6a30ed48925"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdb74cac-5f4d-4e24-b295-f6a30ed48925"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd707882-777a-4bc9-a10b-d34f47c558d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd707882-777a-4bc9-a10b-d34f47c558d4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cd707882-777a-4bc9-a10b-d34f47c558d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd707882-777a-4bc9-a10b-d34f47c558d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 13%;
  padding-right: 13%;
  
  
}


.shg-image-content-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fa0d89c-3fd5-4ec2-b7b0-a45c3ea0c947.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}


.shg-image-content-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c45ec13-883c-4c6b-8cd5-47f529afca12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c45ec13-883c-4c6b-8cd5-47f529afca12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45ec13-883c-4c6b-8cd5-47f529afca12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d img.shogun-image {
  width: 100%;
  
  
  

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




.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d img.shogun-image {
  width: 100%;
  
  
  

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




.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d img.shogun-image {
  width: 100%;
  
  
  

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




.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d img.shogun-image {
  width: 100%;
  
  
  

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




.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52467a7a-ce0f-4271-9aa6-1a4d7711b36d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462 {
  display: none;
}
#s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462, #wrap-s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462, #wrap-content-s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e0e1c8c6-6a3c-4d1b-8df9-98f5db85a462"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0254a971-74a4-42eb-9525-08a527ede006 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-0254a971-74a4-42eb-9525-08a527ede006 {
  padding-top: 5px;
padding-bottom: 15px;
}
}
#s-0254a971-74a4-42eb-9525-08a527ede006 .shg-proportional-font-size,
#s-0254a971-74a4-42eb-9525-08a527ede006 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b51d56e0-d565-4162-a45c-213bcd22a9ed {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-b51d56e0-d565-4162-a45c-213bcd22a9ed {
  padding-top: 5px;
padding-bottom: 20px;
}
}
#s-b51d56e0-d565-4162-a45c-213bcd22a9ed .shg-proportional-font-size,
#s-b51d56e0-d565-4162-a45c-213bcd22a9ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ec40e929-38ea-4316-bcd3-ae2f55e6f1d1 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-ec40e929-38ea-4316-bcd3-ae2f55e6f1d1 {
  padding-top: 5px;
padding-bottom: 20px;
}
}
#s-ec40e929-38ea-4316-bcd3-ae2f55e6f1d1 .shg-proportional-font-size,
#s-ec40e929-38ea-4316-bcd3-ae2f55e6f1d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7321c34e-8cf3-48e0-8e1f-99888cfb3edd {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-7321c34e-8cf3-48e0-8e1f-99888cfb3edd {
  padding-top: 5px;
padding-bottom: 20px;
}
}
#s-7321c34e-8cf3-48e0-8e1f-99888cfb3edd .shg-proportional-font-size,
#s-7321c34e-8cf3-48e0-8e1f-99888cfb3edd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f {
  display: none;
}
#s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f, #wrap-s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f, #wrap-content-s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f { display: none !important; }}
@media (min-width: 0px) {
[id="s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-82bfafc6-25b4-4c0b-a60a-5c7049f0ec5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-f0b256fe-ec5d-4e7e-b2b0-c1a5bd4a87f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-f0b256fe-ec5d-4e7e-b2b0-c1a5bd4a87f6 {
  padding-top: 5px;
}
}
#s-f0b256fe-ec5d-4e7e-b2b0-c1a5bd4a87f6 .shg-proportional-font-size,
#s-f0b256fe-ec5d-4e7e-b2b0-c1a5bd4a87f6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d8e2b5bc-a8c5-4d74-970d-6fbecc19118f {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-d8e2b5bc-a8c5-4d74-970d-6fbecc19118f {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-d8e2b5bc-a8c5-4d74-970d-6fbecc19118f .shg-proportional-font-size,
#s-d8e2b5bc-a8c5-4d74-970d-6fbecc19118f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e92f3912-09e8-4ff6-9b42-ead0d9c5029e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-e92f3912-09e8-4ff6-9b42-ead0d9c5029e {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-e92f3912-09e8-4ff6-9b42-ead0d9c5029e .shg-proportional-font-size,
#s-e92f3912-09e8-4ff6-9b42-ead0d9c5029e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c0d04d6d-ca61-42c5-ac41-d977a08bfc0c {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-c0d04d6d-ca61-42c5-ac41-d977a08bfc0c {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-c0d04d6d-ca61-42c5-ac41-d977a08bfc0c .shg-proportional-font-size,
#s-c0d04d6d-ca61-42c5-ac41-d977a08bfc0c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-9c7d9f6d-2d10-4746-ad14-03efa8ae8590 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c7d9f6d-2d10-4746-ad14-03efa8ae8590 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9c7d9f6d-2d10-4746-ad14-03efa8ae8590 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-9c7d9f6d-2d10-4746-ad14-03efa8ae8590 hr {
  border-top: 2px solid #ddd;
}

#s-b9742410-ca34-4a1e-8d76-14ad18e013a6 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-b9742410-ca34-4a1e-8d76-14ad18e013a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9742410-ca34-4a1e-8d76-14ad18e013a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9742410-ca34-4a1e-8d76-14ad18e013a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9742410-ca34-4a1e-8d76-14ad18e013a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04c6864a-01ed-47d3-acae-71e774533c4a {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-04c6864a-01ed-47d3-acae-71e774533c4a {
  padding-bottom: 5px;
}
}
#s-04c6864a-01ed-47d3-acae-71e774533c4a .shg-proportional-font-size,
#s-04c6864a-01ed-47d3-acae-71e774533c4a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5e915d35-9bff-42e1-bbcf-8f0c3f67c6ca {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-5e915d35-9bff-42e1-bbcf-8f0c3f67c6ca {
  padding-bottom: 5px;
}
}
#s-5e915d35-9bff-42e1-bbcf-8f0c3f67c6ca .shg-proportional-font-size,
#s-5e915d35-9bff-42e1-bbcf-8f0c3f67c6ca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8ce8ad66-4c5f-4155-836c-fdbfd6842077 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-8ce8ad66-4c5f-4155-836c-fdbfd6842077"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ce8ad66-4c5f-4155-836c-fdbfd6842077"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ce8ad66-4c5f-4155-836c-fdbfd6842077"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ce8ad66-4c5f-4155-836c-fdbfd6842077"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70f6046e-c994-4c84-9b64-60ed00d3746b {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-70f6046e-c994-4c84-9b64-60ed00d3746b {
  padding-bottom: 15px;
}
}
#s-70f6046e-c994-4c84-9b64-60ed00d3746b .shg-proportional-font-size,
#s-70f6046e-c994-4c84-9b64-60ed00d3746b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aeece4fe-17a7-4633-8fb7-40b2944de548 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-aeece4fe-17a7-4633-8fb7-40b2944de548 {
  padding-bottom: 15px;
}
}
#s-aeece4fe-17a7-4633-8fb7-40b2944de548 .shg-proportional-font-size,
#s-aeece4fe-17a7-4633-8fb7-40b2944de548 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3f7be896-18d4-400d-912b-d03e34e82624 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-3f7be896-18d4-400d-912b-d03e34e82624 {
  padding-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-3f7be896-18d4-400d-912b-d03e34e82624"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f7be896-18d4-400d-912b-d03e34e82624"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f7be896-18d4-400d-912b-d03e34e82624"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f7be896-18d4-400d-912b-d03e34e82624"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1d77d78-e6f9-44b7-b698-27a92fff7a14 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1d77d78-e6f9-44b7-b698-27a92fff7a14 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-e1d77d78-e6f9-44b7-b698-27a92fff7a14 {
  padding-bottom: 5px;
}
}
#s-e1d77d78-e6f9-44b7-b698-27a92fff7a14 .shg-proportional-font-size,
#s-e1d77d78-e6f9-44b7-b698-27a92fff7a14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bffd92d0-6689-416a-a4da-b56d82f43bbc {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bffd92d0-6689-416a-a4da-b56d82f43bbc {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-bffd92d0-6689-416a-a4da-b56d82f43bbc {
  padding-bottom: 5px;
}
}
#s-bffd92d0-6689-416a-a4da-b56d82f43bbc .shg-proportional-font-size,
#s-bffd92d0-6689-416a-a4da-b56d82f43bbc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c1269680-6d68-4e7c-ad83-c378dc5d9a75 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-c1269680-6d68-4e7c-ad83-c378dc5d9a75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c1269680-6d68-4e7c-ad83-c378dc5d9a75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1269680-6d68-4e7c-ad83-c378dc5d9a75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1269680-6d68-4e7c-ad83-c378dc5d9a75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13585773-5bb1-4ae9-80a1-adaa0f0564e9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-13585773-5bb1-4ae9-80a1-adaa0f0564e9 {
  padding-bottom: 15px;
}
}
#s-13585773-5bb1-4ae9-80a1-adaa0f0564e9 .shg-proportional-font-size,
#s-13585773-5bb1-4ae9-80a1-adaa0f0564e9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e70f2d0d-67cd-48fc-a499-130c1d70bb53 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e70f2d0d-67cd-48fc-a499-130c1d70bb53 {
  display: none;
}
#s-e70f2d0d-67cd-48fc-a499-130c1d70bb53, #wrap-s-e70f2d0d-67cd-48fc-a499-130c1d70bb53, #wrap-content-s-e70f2d0d-67cd-48fc-a499-130c1d70bb53 { display: none !important; }}@media (max-width: 767px){#s-e70f2d0d-67cd-48fc-a499-130c1d70bb53 {
  padding-bottom: 30px;
}
}
#s-e70f2d0d-67cd-48fc-a499-130c1d70bb53 .shg-proportional-font-size,
#s-e70f2d0d-67cd-48fc-a499-130c1d70bb53 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a239e230-5ac8-469b-9b71-f674ad9d1fb2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a239e230-5ac8-469b-9b71-f674ad9d1fb2 {
  padding-bottom: 30px;
}
}@media (max-width: 767px){#s-a239e230-5ac8-469b-9b71-f674ad9d1fb2 {
  padding-bottom: 20px;
display: none;
}
#s-a239e230-5ac8-469b-9b71-f674ad9d1fb2, #wrap-s-a239e230-5ac8-469b-9b71-f674ad9d1fb2, #wrap-content-s-a239e230-5ac8-469b-9b71-f674ad9d1fb2 { display: none !important; }}
#s-a239e230-5ac8-469b-9b71-f674ad9d1fb2 .shg-proportional-font-size,
#s-a239e230-5ac8-469b-9b71-f674ad9d1fb2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  display: none;
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0, #wrap-s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0, #wrap-content-s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  display: none;
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0, #wrap-s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0, #wrap-content-s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 { display: none !important; }}@media (max-width: 767px){#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  display: none;
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0, #wrap-s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0, #wrap-content-s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 { display: none !important; }}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/480x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/960x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/768x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/1536x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/1024x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/2048x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/1200x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/-/resize/2048x/);
}
#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92fadbc6-fd36-47ae-a0d2-db042b6f28f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0991bf51-eab5-406a-8e54-ad555ba781bb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0991bf51-eab5-406a-8e54-ad555ba781bb {
  padding-top: 30px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-0991bf51-eab5-406a-8e54-ad555ba781bb {
  padding-top: 20px;
padding-bottom: 30px;
}
}
#s-0991bf51-eab5-406a-8e54-ad555ba781bb .shg-proportional-font-size,
#s-0991bf51-eab5-406a-8e54-ad555ba781bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-251d2e4f-2d9f-486c-8def-fe722b5337f0 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-251d2e4f-2d9f-486c-8def-fe722b5337f0 {
  display: none;
}
#s-251d2e4f-2d9f-486c-8def-fe722b5337f0, #wrap-s-251d2e4f-2d9f-486c-8def-fe722b5337f0, #wrap-content-s-251d2e4f-2d9f-486c-8def-fe722b5337f0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-251d2e4f-2d9f-486c-8def-fe722b5337f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-251d2e4f-2d9f-486c-8def-fe722b5337f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-251d2e4f-2d9f-486c-8def-fe722b5337f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-251d2e4f-2d9f-486c-8def-fe722b5337f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-90615183-b553-4318-92dd-a36a37aadba9 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-90615183-b553-4318-92dd-a36a37aadba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90615183-b553-4318-92dd-a36a37aadba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90615183-b553-4318-92dd-a36a37aadba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90615183-b553-4318-92dd-a36a37aadba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-90615183-b553-4318-92dd-a36a37aadba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-90615183-b553-4318-92dd-a36a37aadba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90615183-b553-4318-92dd-a36a37aadba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90615183-b553-4318-92dd-a36a37aadba9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90615183-b553-4318-92dd-a36a37aadba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90615183-b553-4318-92dd-a36a37aadba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-90615183-b553-4318-92dd-a36a37aadba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90615183-b553-4318-92dd-a36a37aadba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90615183-b553-4318-92dd-a36a37aadba9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90615183-b553-4318-92dd-a36a37aadba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90615183-b553-4318-92dd-a36a37aadba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-90615183-b553-4318-92dd-a36a37aadba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90615183-b553-4318-92dd-a36a37aadba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90615183-b553-4318-92dd-a36a37aadba9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90615183-b553-4318-92dd-a36a37aadba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90615183-b553-4318-92dd-a36a37aadba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-90615183-b553-4318-92dd-a36a37aadba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90615183-b553-4318-92dd-a36a37aadba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90615183-b553-4318-92dd-a36a37aadba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 24%;
  padding-right: 24%;
  
  
}


.shg-image-content-margin-container-s-90615183-b553-4318-92dd-a36a37aadba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90615183-b553-4318-92dd-a36a37aadba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90615183-b553-4318-92dd-a36a37aadba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90615183-b553-4318-92dd-a36a37aadba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 13%;
  padding-right: 13%;
  
  
}


.shg-image-content-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 23%;
  padding-right: 23%;
  
  
}


.shg-image-content-margin-container-s-8f8399dc-6bbf-4169-9447-24e26be71a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-8f8399dc-6bbf-4169-9447-24e26be71a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8399dc-6bbf-4169-9447-24e26be71a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}


.shg-image-content-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-c5f893cf-358c-4db7-bdb2-17771ac82cec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5f893cf-358c-4db7-bdb2-17771ac82cec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f893cf-358c-4db7-bdb2-17771ac82cec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-31733f79-edb7-4826-854c-ad54382dcb10 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31733f79-edb7-4826-854c-ad54382dcb10 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31733f79-edb7-4826-854c-ad54382dcb10 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-31733f79-edb7-4826-854c-ad54382dcb10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-31733f79-edb7-4826-854c-ad54382dcb10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31733f79-edb7-4826-854c-ad54382dcb10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31733f79-edb7-4826-854c-ad54382dcb10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-31733f79-edb7-4826-854c-ad54382dcb10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-31733f79-edb7-4826-854c-ad54382dcb10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31733f79-edb7-4826-854c-ad54382dcb10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31733f79-edb7-4826-854c-ad54382dcb10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-31733f79-edb7-4826-854c-ad54382dcb10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-31733f79-edb7-4826-854c-ad54382dcb10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31733f79-edb7-4826-854c-ad54382dcb10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31733f79-edb7-4826-854c-ad54382dcb10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-31733f79-edb7-4826-854c-ad54382dcb10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-31733f79-edb7-4826-854c-ad54382dcb10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31733f79-edb7-4826-854c-ad54382dcb10 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 24%;
  padding-right: 24%;
  
  
}


.shg-image-content-margin-container-s-31733f79-edb7-4826-854c-ad54382dcb10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31733f79-edb7-4826-854c-ad54382dcb10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-31733f79-edb7-4826-854c-ad54382dcb10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31733f79-edb7-4826-854c-ad54382dcb10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-70d57cfc-f580-4974-8884-e04e5f927fff {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-70d57cfc-f580-4974-8884-e04e5f927fff {
  display: none;
}
#s-70d57cfc-f580-4974-8884-e04e5f927fff, #wrap-s-70d57cfc-f580-4974-8884-e04e5f927fff, #wrap-content-s-70d57cfc-f580-4974-8884-e04e5f927fff { display: none !important; }}
@media (min-width: 0px) {
[id="s-70d57cfc-f580-4974-8884-e04e5f927fff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70d57cfc-f580-4974-8884-e04e5f927fff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70d57cfc-f580-4974-8884-e04e5f927fff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70d57cfc-f580-4974-8884-e04e5f927fff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63723aca-7240-415b-99c1-4c2d13e1d269 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-63723aca-7240-415b-99c1-4c2d13e1d269 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63723aca-7240-415b-99c1-4c2d13e1d269 img.shogun-image {
  width: 100%;
  
  
  

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




.s-63723aca-7240-415b-99c1-4c2d13e1d269 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63723aca-7240-415b-99c1-4c2d13e1d269 img.shogun-image {
  width: 100%;
  
  
  

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




.s-63723aca-7240-415b-99c1-4c2d13e1d269 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63723aca-7240-415b-99c1-4c2d13e1d269 img.shogun-image {
  width: 100%;
  
  
  

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




.s-63723aca-7240-415b-99c1-4c2d13e1d269 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 24%;
  padding-right: 24%;
  
  
}


.shg-image-content-margin-container-s-63723aca-7240-415b-99c1-4c2d13e1d269 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63723aca-7240-415b-99c1-4c2d13e1d269 img.shogun-image {
  width: 100%;
  
  
  

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




.s-63723aca-7240-415b-99c1-4c2d13e1d269 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63723aca-7240-415b-99c1-4c2d13e1d269.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 13%;
  padding-right: 13%;
  
  
}


.shg-image-content-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 23%;
  padding-right: 23%;
  
  
}


.shg-image-content-margin-container-s-c7d3d90f-3951-4f20-aaeb-249792d0f044 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7d3d90f-3951-4f20-aaeb-249792d0f044 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d3d90f-3951-4f20-aaeb-249792d0f044.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e77b1f26-8911-4b35-9421-9d97d48e6c7b {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-e77b1f26-8911-4b35-9421-9d97d48e6c7b {
  display: none;
}
#s-e77b1f26-8911-4b35-9421-9d97d48e6c7b, #wrap-s-e77b1f26-8911-4b35-9421-9d97d48e6c7b, #wrap-content-s-e77b1f26-8911-4b35-9421-9d97d48e6c7b { display: none !important; }}
@media (min-width: 0px) {
[id="s-e77b1f26-8911-4b35-9421-9d97d48e6c7b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e77b1f26-8911-4b35-9421-9d97d48e6c7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e77b1f26-8911-4b35-9421-9d97d48e6c7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e77b1f26-8911-4b35-9421-9d97d48e6c7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f10ed37f-784a-4d22-bf83-bfde1d3e5178 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-f10ed37f-784a-4d22-bf83-bfde1d3e5178 {
  padding-top: 5px;
padding-bottom: 15px;
}
}
#s-f10ed37f-784a-4d22-bf83-bfde1d3e5178 .shg-proportional-font-size,
#s-f10ed37f-784a-4d22-bf83-bfde1d3e5178 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2b1ebc34-8599-4b00-8291-209daed3aee2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-2b1ebc34-8599-4b00-8291-209daed3aee2 {
  padding-top: 5px;
padding-bottom: 20px;
}
}
#s-2b1ebc34-8599-4b00-8291-209daed3aee2 .shg-proportional-font-size,
#s-2b1ebc34-8599-4b00-8291-209daed3aee2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f2681f3-9d3e-403b-9fee-05f1daf56b85 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-5f2681f3-9d3e-403b-9fee-05f1daf56b85 {
  padding-top: 5px;
padding-bottom: 20px;
}
}
#s-5f2681f3-9d3e-403b-9fee-05f1daf56b85 .shg-proportional-font-size,
#s-5f2681f3-9d3e-403b-9fee-05f1daf56b85 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2faa30f4-edde-476d-b357-a7a9a7ae92fc {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-2faa30f4-edde-476d-b357-a7a9a7ae92fc {
  padding-top: 5px;
padding-bottom: 20px;
}
}
#s-2faa30f4-edde-476d-b357-a7a9a7ae92fc .shg-proportional-font-size,
#s-2faa30f4-edde-476d-b357-a7a9a7ae92fc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-30179e15-d228-43bf-b125-4b9f1e2ca367 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-30179e15-d228-43bf-b125-4b9f1e2ca367 {
  display: none;
}
#s-30179e15-d228-43bf-b125-4b9f1e2ca367, #wrap-s-30179e15-d228-43bf-b125-4b9f1e2ca367, #wrap-content-s-30179e15-d228-43bf-b125-4b9f1e2ca367 { display: none !important; }}
@media (min-width: 0px) {
[id="s-30179e15-d228-43bf-b125-4b9f1e2ca367"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30179e15-d228-43bf-b125-4b9f1e2ca367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30179e15-d228-43bf-b125-4b9f1e2ca367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30179e15-d228-43bf-b125-4b9f1e2ca367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4344b434-7911-4646-a45d-61a17ad76904 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-4344b434-7911-4646-a45d-61a17ad76904 {
  padding-top: 5px;
padding-bottom: 15px;
}
}
#s-4344b434-7911-4646-a45d-61a17ad76904 .shg-proportional-font-size,
#s-4344b434-7911-4646-a45d-61a17ad76904 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3cac216a-5e49-41b3-9299-49cd022a78ee {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-3cac216a-5e49-41b3-9299-49cd022a78ee {
  padding-top: 5px;
padding-bottom: 20px;
}
}
#s-3cac216a-5e49-41b3-9299-49cd022a78ee .shg-proportional-font-size,
#s-3cac216a-5e49-41b3-9299-49cd022a78ee .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4e1b1d4-d512-4556-882d-ed753bd99374 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4e1b1d4-d512-4556-882d-ed753bd99374 {
  display: none;
}
#s-d4e1b1d4-d512-4556-882d-ed753bd99374, #wrap-s-d4e1b1d4-d512-4556-882d-ed753bd99374, #wrap-content-s-d4e1b1d4-d512-4556-882d-ed753bd99374 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d4e1b1d4-d512-4556-882d-ed753bd99374"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d4e1b1d4-d512-4556-882d-ed753bd99374"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4e1b1d4-d512-4556-882d-ed753bd99374"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4e1b1d4-d512-4556-882d-ed753bd99374"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}


.shg-image-content-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 img.shogun-image {
  width: 100%;
  
  
  

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




.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 img.shogun-image {
  width: 100%;
  
  
  

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




.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 img.shogun-image {
  width: 100%;
  
  
  

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




.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 img.shogun-image {
  width: 100%;
  
  
  

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




.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-300e4183-2ea7-4876-8616-e9bd5ce0fa43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a685d181-8509-490d-8c82-8825e571fd72 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-a685d181-8509-490d-8c82-8825e571fd72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a685d181-8509-490d-8c82-8825e571fd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a685d181-8509-490d-8c82-8825e571fd72 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a685d181-8509-490d-8c82-8825e571fd72 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-a685d181-8509-490d-8c82-8825e571fd72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a685d181-8509-490d-8c82-8825e571fd72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a685d181-8509-490d-8c82-8825e571fd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a685d181-8509-490d-8c82-8825e571fd72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a685d181-8509-490d-8c82-8825e571fd72 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a685d181-8509-490d-8c82-8825e571fd72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a685d181-8509-490d-8c82-8825e571fd72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a685d181-8509-490d-8c82-8825e571fd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a685d181-8509-490d-8c82-8825e571fd72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a685d181-8509-490d-8c82-8825e571fd72 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a685d181-8509-490d-8c82-8825e571fd72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a685d181-8509-490d-8c82-8825e571fd72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a685d181-8509-490d-8c82-8825e571fd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a685d181-8509-490d-8c82-8825e571fd72 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a685d181-8509-490d-8c82-8825e571fd72 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a685d181-8509-490d-8c82-8825e571fd72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a685d181-8509-490d-8c82-8825e571fd72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a685d181-8509-490d-8c82-8825e571fd72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a685d181-8509-490d-8c82-8825e571fd72 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 24%;
  padding-right: 24%;
  
  
}


.shg-image-content-margin-container-s-a685d181-8509-490d-8c82-8825e571fd72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a685d181-8509-490d-8c82-8825e571fd72 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a685d181-8509-490d-8c82-8825e571fd72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a685d181-8509-490d-8c82-8825e571fd72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-833b2ccf-fdd4-44df-b8cb-f5c48596175d {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-833b2ccf-fdd4-44df-b8cb-f5c48596175d {
  display: none;
}
#s-833b2ccf-fdd4-44df-b8cb-f5c48596175d, #wrap-s-833b2ccf-fdd4-44df-b8cb-f5c48596175d, #wrap-content-s-833b2ccf-fdd4-44df-b8cb-f5c48596175d { display: none !important; }}@media (max-width: 767px){#s-833b2ccf-fdd4-44df-b8cb-f5c48596175d {
  
}
}
@media (min-width: 0px) {
[id="s-833b2ccf-fdd4-44df-b8cb-f5c48596175d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-833b2ccf-fdd4-44df-b8cb-f5c48596175d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-833b2ccf-fdd4-44df-b8cb-f5c48596175d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-833b2ccf-fdd4-44df-b8cb-f5c48596175d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3b8a53b7-1815-447a-8b86-30c99b5597ef {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-3b8a53b7-1815-447a-8b86-30c99b5597ef {
  padding-bottom: 15px;
}
}
#s-3b8a53b7-1815-447a-8b86-30c99b5597ef .shg-proportional-font-size,
#s-3b8a53b7-1815-447a-8b86-30c99b5597ef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-25e47b6a-12ee-4ae8-a36d-e597287cedf2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-25e47b6a-12ee-4ae8-a36d-e597287cedf2 {
  padding-bottom: 15px;
}
}
#s-25e47b6a-12ee-4ae8-a36d-e597287cedf2 .shg-proportional-font-size,
#s-25e47b6a-12ee-4ae8-a36d-e597287cedf2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f9d458fc-7e89-49d1-ae89-60e640102b63 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9d458fc-7e89-49d1-ae89-60e640102b63 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f9d458fc-7e89-49d1-ae89-60e640102b63 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-f9d458fc-7e89-49d1-ae89-60e640102b63 hr {
  border-top: 2px solid #ddd;
}

#s-1775387e-5a52-420a-8cc2-57ec1f470388 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-1775387e-5a52-420a-8cc2-57ec1f470388"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1775387e-5a52-420a-8cc2-57ec1f470388"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1775387e-5a52-420a-8cc2-57ec1f470388"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1775387e-5a52-420a-8cc2-57ec1f470388"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0a35ae87-343c-4cb9-b9d7-585848373ef2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-0a35ae87-343c-4cb9-b9d7-585848373ef2 {
  padding-bottom: 5px;
}
}
#s-0a35ae87-343c-4cb9-b9d7-585848373ef2 .shg-proportional-font-size,
#s-0a35ae87-343c-4cb9-b9d7-585848373ef2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d6237a83-b41b-413c-90bf-32306e2365bf {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-d6237a83-b41b-413c-90bf-32306e2365bf {
  padding-bottom: 5px;
}
}
#s-d6237a83-b41b-413c-90bf-32306e2365bf .shg-proportional-font-size,
#s-d6237a83-b41b-413c-90bf-32306e2365bf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5af8aecf-a1f9-4d62-8e8c-f131997fcd36 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-5af8aecf-a1f9-4d62-8e8c-f131997fcd36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5af8aecf-a1f9-4d62-8e8c-f131997fcd36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5af8aecf-a1f9-4d62-8e8c-f131997fcd36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5af8aecf-a1f9-4d62-8e8c-f131997fcd36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd02a754-2a56-400c-af85-65c2ea85ba28 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-bd02a754-2a56-400c-af85-65c2ea85ba28 {
  padding-bottom: 15px;
}
}
#s-bd02a754-2a56-400c-af85-65c2ea85ba28 .shg-proportional-font-size,
#s-bd02a754-2a56-400c-af85-65c2ea85ba28 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d94d6a60-15bd-432a-845a-6d9c4fc9df49 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-d94d6a60-15bd-432a-845a-6d9c4fc9df49 {
  padding-bottom: 15px;
}
}
#s-d94d6a60-15bd-432a-845a-6d9c4fc9df49 .shg-proportional-font-size,
#s-d94d6a60-15bd-432a-845a-6d9c4fc9df49 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d3fa3c71-0c13-492c-a0c9-100d939f4de8 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-d3fa3c71-0c13-492c-a0c9-100d939f4de8 {
  padding-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-d3fa3c71-0c13-492c-a0c9-100d939f4de8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3fa3c71-0c13-492c-a0c9-100d939f4de8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3fa3c71-0c13-492c-a0c9-100d939f4de8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3fa3c71-0c13-492c-a0c9-100d939f4de8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63998438-1f7a-4712-ac83-216c474e62ad {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-63998438-1f7a-4712-ac83-216c474e62ad {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-63998438-1f7a-4712-ac83-216c474e62ad {
  padding-bottom: 5px;
}
}
#s-63998438-1f7a-4712-ac83-216c474e62ad .shg-proportional-font-size,
#s-63998438-1f7a-4712-ac83-216c474e62ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9b253d0-c523-4626-b9f9-a215cc112681 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9b253d0-c523-4626-b9f9-a215cc112681 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-e9b253d0-c523-4626-b9f9-a215cc112681 {
  padding-bottom: 5px;
}
}
#s-e9b253d0-c523-4626-b9f9-a215cc112681 .shg-proportional-font-size,
#s-e9b253d0-c523-4626-b9f9-a215cc112681 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4ea04502-d2e2-4313-9cf2-b79445a8f393 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-4ea04502-d2e2-4313-9cf2-b79445a8f393"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ea04502-d2e2-4313-9cf2-b79445a8f393"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ea04502-d2e2-4313-9cf2-b79445a8f393"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ea04502-d2e2-4313-9cf2-b79445a8f393"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f7b9e54-8dec-4bd1-9f78-f6f47ddc582d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-1f7b9e54-8dec-4bd1-9f78-f6f47ddc582d {
  padding-bottom: 15px;
}
}
#s-1f7b9e54-8dec-4bd1-9f78-f6f47ddc582d .shg-proportional-font-size,
#s-1f7b9e54-8dec-4bd1-9f78-f6f47ddc582d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d50c83a4-e7c1-411e-bf2e-b3ded629f411 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d50c83a4-e7c1-411e-bf2e-b3ded629f411 {
  display: none;
}
#s-d50c83a4-e7c1-411e-bf2e-b3ded629f411, #wrap-s-d50c83a4-e7c1-411e-bf2e-b3ded629f411, #wrap-content-s-d50c83a4-e7c1-411e-bf2e-b3ded629f411 { display: none !important; }}@media (max-width: 767px){#s-d50c83a4-e7c1-411e-bf2e-b3ded629f411 {
  padding-bottom: 20px;
}
}
#s-d50c83a4-e7c1-411e-bf2e-b3ded629f411 .shg-proportional-font-size,
#s-d50c83a4-e7c1-411e-bf2e-b3ded629f411 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-39ecaaeb-79e7-4a21-8c20-2f8e42732933 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39ecaaeb-79e7-4a21-8c20-2f8e42732933 {
  padding-bottom: 30px;
}
}@media (max-width: 767px){#s-39ecaaeb-79e7-4a21-8c20-2f8e42732933 {
  padding-bottom: 20px;
display: none;
}
#s-39ecaaeb-79e7-4a21-8c20-2f8e42732933, #wrap-s-39ecaaeb-79e7-4a21-8c20-2f8e42732933, #wrap-content-s-39ecaaeb-79e7-4a21-8c20-2f8e42732933 { display: none !important; }}
#s-39ecaaeb-79e7-4a21-8c20-2f8e42732933 .shg-proportional-font-size,
#s-39ecaaeb-79e7-4a21-8c20-2f8e42732933 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69 {
  display: none;
}
#s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69, #wrap-s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69, #wrap-content-s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69 { display: none !important; }}@media (max-width: 767px){#s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69 {
  display: none;
}
#s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69, #wrap-s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69, #wrap-content-s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69 { display: none !important; }}







#s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ffae5e6-5783-4c52-8a0f-b9e4a7abce69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32549a13-5089-4852-8e1b-5de8513cd40e {
  background-image: url(https://i.shgcdn.com/355cf0db-1fc1-4f02-a712-13d99e1e2eaa/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-32549a13-5089-4852-8e1b-5de8513cd40e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32549a13-5089-4852-8e1b-5de8513cd40e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32549a13-5089-4852-8e1b-5de8513cd40e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32549a13-5089-4852-8e1b-5de8513cd40e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22447ef9-15fc-425b-9a79-6d522e29afcd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-22447ef9-15fc-425b-9a79-6d522e29afcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22447ef9-15fc-425b-9a79-6d522e29afcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe410ee-53a0-4c8b-8ded-e81184237a4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe410ee-53a0-4c8b-8ded-e81184237a4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0df240fe-5ede-414e-8b4d-9484499d27b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 30px;
}

#s-0df240fe-5ede-414e-8b4d-9484499d27b6 .shg-proportional-font-size,
#s-0df240fe-5ede-414e-8b4d-9484499d27b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4395e93c-29d4-43a9-be01-d5433c299861 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-4395e93c-29d4-43a9-be01-d5433c299861"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4395e93c-29d4-43a9-be01-d5433c299861"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4395e93c-29d4-43a9-be01-d5433c299861"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4395e93c-29d4-43a9-be01-d5433c299861"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-58aafe82-d18c-42f6-900f-d5e620619c3f img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-58aafe82-d18c-42f6-900f-d5e620619c3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-58aafe82-d18c-42f6-900f-d5e620619c3f img.shogun-image {
  width: 100%;
  
  
  

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




.s-58aafe82-d18c-42f6-900f-d5e620619c3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-58aafe82-d18c-42f6-900f-d5e620619c3f img.shogun-image {
  width: 100%;
  
  
  

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




.s-58aafe82-d18c-42f6-900f-d5e620619c3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-58aafe82-d18c-42f6-900f-d5e620619c3f img.shogun-image {
  width: 100%;
  
  
  

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




.s-58aafe82-d18c-42f6-900f-d5e620619c3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-58aafe82-d18c-42f6-900f-d5e620619c3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-58aafe82-d18c-42f6-900f-d5e620619c3f img.shogun-image {
  width: 100%;
  
  
  

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




.s-58aafe82-d18c-42f6-900f-d5e620619c3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58aafe82-d18c-42f6-900f-d5e620619c3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 13%;
  padding-right: 13%;
  
  
}


.shg-image-content-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02b45c07-81c4-4560-a5b9-b365f8c1a291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02b45c07-81c4-4560-a5b9-b365f8c1a291 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02b45c07-81c4-4560-a5b9-b365f8c1a291.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}


.shg-image-content-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a56c3e9-e1d4-443f-a3ee-68c98a12c57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-601e2476-3d3f-4d8d-b808-30362afab824 {
  margin-left: auto;
margin-right: auto;
max-width: 512px;
text-align: center;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-601e2476-3d3f-4d8d-b808-30362afab824 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-601e2476-3d3f-4d8d-b808-30362afab824 img.shogun-image {
  width: 100%;
  
  
  max-width: 512px;

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




.s-601e2476-3d3f-4d8d-b808-30362afab824 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-601e2476-3d3f-4d8d-b808-30362afab824 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-601e2476-3d3f-4d8d-b808-30362afab824 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-601e2476-3d3f-4d8d-b808-30362afab824 img.shogun-image {
  width: 100%;
  
  
  

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




.s-601e2476-3d3f-4d8d-b808-30362afab824 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-601e2476-3d3f-4d8d-b808-30362afab824 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-601e2476-3d3f-4d8d-b808-30362afab824 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-601e2476-3d3f-4d8d-b808-30362afab824 img.shogun-image {
  width: 100%;
  
  
  

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




.s-601e2476-3d3f-4d8d-b808-30362afab824 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-601e2476-3d3f-4d8d-b808-30362afab824 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-601e2476-3d3f-4d8d-b808-30362afab824 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-601e2476-3d3f-4d8d-b808-30362afab824 img.shogun-image {
  width: 100%;
  
  
  

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




.s-601e2476-3d3f-4d8d-b808-30362afab824 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-601e2476-3d3f-4d8d-b808-30362afab824 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-601e2476-3d3f-4d8d-b808-30362afab824 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-601e2476-3d3f-4d8d-b808-30362afab824 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-601e2476-3d3f-4d8d-b808-30362afab824 img.shogun-image {
  width: 100%;
  
  
  

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




.s-601e2476-3d3f-4d8d-b808-30362afab824 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shg-align-container {
  display: flex;
  justify-content: center
}

.s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-601e2476-3d3f-4d8d-b808-30362afab824.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b43b55f8-b5e3-4348-9475-ab7cb220d365 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-b43b55f8-b5e3-4348-9475-ab7cb220d365"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 13.5px);
}

}

@media (min-width: 768px) {
[id="s-b43b55f8-b5e3-4348-9475-ab7cb220d365"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.25px);
}

}

@media (min-width: 992px) {
[id="s-b43b55f8-b5e3-4348-9475-ab7cb220d365"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.25px);
}

}

@media (min-width: 1200px) {
[id="s-b43b55f8-b5e3-4348-9475-ab7cb220d365"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.25px);
}

}

#s-b4fbb5c5-c9e8-4f9e-8642-2701f8b54cd9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-b4fbb5c5-c9e8-4f9e-8642-2701f8b54cd9 .shg-proportional-font-size,
#s-b4fbb5c5-c9e8-4f9e-8642-2701f8b54cd9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f42a54a9-e9f7-44fe-be2a-c9df8ce16a19 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-f42a54a9-e9f7-44fe-be2a-c9df8ce16a19 .shg-proportional-font-size,
#s-f42a54a9-e9f7-44fe-be2a-c9df8ce16a19 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eb396e9b-c3be-487e-99ea-3bc78d24a87e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-eb396e9b-c3be-487e-99ea-3bc78d24a87e .shg-proportional-font-size,
#s-eb396e9b-c3be-487e-99ea-3bc78d24a87e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e4c7569-d519-46de-a442-60f8c161759e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-1e4c7569-d519-46de-a442-60f8c161759e .shg-proportional-font-size,
#s-1e4c7569-d519-46de-a442-60f8c161759e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-569bf2ec-f2b6-4000-84f4-11a3ffa2adfa {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-569bf2ec-f2b6-4000-84f4-11a3ffa2adfa hr {
  border-top: 2px solid #ddd;
}

#s-21f280b7-01a3-47cd-ba2a-910bb7d7bea8 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-21f280b7-01a3-47cd-ba2a-910bb7d7bea8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21f280b7-01a3-47cd-ba2a-910bb7d7bea8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-21f280b7-01a3-47cd-ba2a-910bb7d7bea8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-21f280b7-01a3-47cd-ba2a-910bb7d7bea8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

}

#s-2addfe66-1b5a-4989-a746-d074b8c8b82a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}

#s-2addfe66-1b5a-4989-a746-d074b8c8b82a .shg-proportional-font-size,
#s-2addfe66-1b5a-4989-a746-d074b8c8b82a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-644ebf8f-04d1-4f13-aeed-f63c48a1338d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}

#s-644ebf8f-04d1-4f13-aeed-f63c48a1338d .shg-proportional-font-size,
#s-644ebf8f-04d1-4f13-aeed-f63c48a1338d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-685e1c32-a116-4552-bba5-249f1181c4e8 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-685e1c32-a116-4552-bba5-249f1181c4e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-685e1c32-a116-4552-bba5-249f1181c4e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-685e1c32-a116-4552-bba5-249f1181c4e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-685e1c32-a116-4552-bba5-249f1181c4e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

}

#s-15b62427-4f63-4131-a078-cd35c1346b7c {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-15b62427-4f63-4131-a078-cd35c1346b7c .shg-proportional-font-size,
#s-15b62427-4f63-4131-a078-cd35c1346b7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0ebcb4e3-e38e-487b-8b02-35c0d6815173 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-0ebcb4e3-e38e-487b-8b02-35c0d6815173 .shg-proportional-font-size,
#s-0ebcb4e3-e38e-487b-8b02-35c0d6815173 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-40529049-40a6-4d60-88b4-7e11754eec15 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-40529049-40a6-4d60-88b4-7e11754eec15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40529049-40a6-4d60-88b4-7e11754eec15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-40529049-40a6-4d60-88b4-7e11754eec15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-40529049-40a6-4d60-88b4-7e11754eec15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

}

#s-550308c8-8d7c-4582-afbb-498f8f574f97 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}

#s-550308c8-8d7c-4582-afbb-498f8f574f97 .shg-proportional-font-size,
#s-550308c8-8d7c-4582-afbb-498f8f574f97 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8438b657-d999-4cf7-8e50-fa9b8125f7e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}

#s-8438b657-d999-4cf7-8e50-fa9b8125f7e5 .shg-proportional-font-size,
#s-8438b657-d999-4cf7-8e50-fa9b8125f7e5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fbd9e32a-cdbe-4dd8-91eb-03c9330dbb16 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-fbd9e32a-cdbe-4dd8-91eb-03c9330dbb16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbd9e32a-cdbe-4dd8-91eb-03c9330dbb16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-fbd9e32a-cdbe-4dd8-91eb-03c9330dbb16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-fbd9e32a-cdbe-4dd8-91eb-03c9330dbb16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

}

#s-35180ecc-95bb-479d-9c4b-b4a16cfefc33 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-35180ecc-95bb-479d-9c4b-b4a16cfefc33 .shg-proportional-font-size,
#s-35180ecc-95bb-479d-9c4b-b4a16cfefc33 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cacc97e2-46e6-4327-a342-239aae2779c4 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

#s-cacc97e2-46e6-4327-a342-239aae2779c4 .shg-proportional-font-size,
#s-cacc97e2-46e6-4327-a342-239aae2779c4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1af56349-378d-4823-a04d-e1307872ef69 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-1af56349-378d-4823-a04d-e1307872ef69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1af56349-378d-4823-a04d-e1307872ef69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1af56349-378d-4823-a04d-e1307872ef69 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1af56349-378d-4823-a04d-e1307872ef69 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-1af56349-378d-4823-a04d-e1307872ef69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1af56349-378d-4823-a04d-e1307872ef69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1af56349-378d-4823-a04d-e1307872ef69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1af56349-378d-4823-a04d-e1307872ef69 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1af56349-378d-4823-a04d-e1307872ef69 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1af56349-378d-4823-a04d-e1307872ef69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1af56349-378d-4823-a04d-e1307872ef69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1af56349-378d-4823-a04d-e1307872ef69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1af56349-378d-4823-a04d-e1307872ef69 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1af56349-378d-4823-a04d-e1307872ef69 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1af56349-378d-4823-a04d-e1307872ef69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1af56349-378d-4823-a04d-e1307872ef69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1af56349-378d-4823-a04d-e1307872ef69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1af56349-378d-4823-a04d-e1307872ef69 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1af56349-378d-4823-a04d-e1307872ef69 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1af56349-378d-4823-a04d-e1307872ef69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1af56349-378d-4823-a04d-e1307872ef69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1af56349-378d-4823-a04d-e1307872ef69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1af56349-378d-4823-a04d-e1307872ef69 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1af56349-378d-4823-a04d-e1307872ef69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1af56349-378d-4823-a04d-e1307872ef69 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1af56349-378d-4823-a04d-e1307872ef69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af56349-378d-4823-a04d-e1307872ef69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 {
  padding-left: 3%;
padding-right: 3%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 25px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-prev,
#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-next {
  
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-prev svg,
#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-next svg {
  fill: rgba(187, 192, 187, 1) !important;
  stroke: rgba(187, 192, 187, 1) !important;
  
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 25px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-prev,
#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-prev svg,
#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-next svg {
  fill: rgba(187, 192, 187, 1) !important;
  stroke: rgba(187, 192, 187, 1) !important;
  
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6c1c756f-4e9a-4aee-97a4-09b67a2994e3 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 img.shogun-image {
  width: 100%;
  
  
  

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




.s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 img.shogun-image {
  width: 100%;
  
  
  

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




.s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 img.shogun-image {
  width: 100%;
  
  
  

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




.s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736bbebd-05d5-4658-a1bd-3b73943b1387 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736bbebd-05d5-4658-a1bd-3b73943b1387 img.shogun-image {
  width: 100%;
  
  
  

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




.s-736bbebd-05d5-4658-a1bd-3b73943b1387 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736bbebd-05d5-4658-a1bd-3b73943b1387.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-886a837c-ab41-4599-a4a0-39ae358835ff {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-bottom: 5%;
}

#s-886a837c-ab41-4599-a4a0-39ae358835ff .shg-proportional-font-size,
#s-886a837c-ab41-4599-a4a0-39ae358835ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-52963845-f616-49ef-8171-e3f35440c000 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-52963845-f616-49ef-8171-e3f35440c000 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52963845-f616-49ef-8171-e3f35440c000-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52963845-f616-49ef-8171-e3f35440c000 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52963845-f616-49ef-8171-e3f35440c000 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-52963845-f616-49ef-8171-e3f35440c000 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-52963845-f616-49ef-8171-e3f35440c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52963845-f616-49ef-8171-e3f35440c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52963845-f616-49ef-8171-e3f35440c000.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-52963845-f616-49ef-8171-e3f35440c000 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52963845-f616-49ef-8171-e3f35440c000-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52963845-f616-49ef-8171-e3f35440c000 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52963845-f616-49ef-8171-e3f35440c000 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52963845-f616-49ef-8171-e3f35440c000 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-52963845-f616-49ef-8171-e3f35440c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52963845-f616-49ef-8171-e3f35440c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52963845-f616-49ef-8171-e3f35440c000.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-52963845-f616-49ef-8171-e3f35440c000 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52963845-f616-49ef-8171-e3f35440c000-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52963845-f616-49ef-8171-e3f35440c000 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52963845-f616-49ef-8171-e3f35440c000 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52963845-f616-49ef-8171-e3f35440c000 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-52963845-f616-49ef-8171-e3f35440c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52963845-f616-49ef-8171-e3f35440c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52963845-f616-49ef-8171-e3f35440c000.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-52963845-f616-49ef-8171-e3f35440c000 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52963845-f616-49ef-8171-e3f35440c000-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52963845-f616-49ef-8171-e3f35440c000 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52963845-f616-49ef-8171-e3f35440c000 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52963845-f616-49ef-8171-e3f35440c000 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-52963845-f616-49ef-8171-e3f35440c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52963845-f616-49ef-8171-e3f35440c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52963845-f616-49ef-8171-e3f35440c000.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-52963845-f616-49ef-8171-e3f35440c000 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-52963845-f616-49ef-8171-e3f35440c000-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-52963845-f616-49ef-8171-e3f35440c000 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-52963845-f616-49ef-8171-e3f35440c000 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-52963845-f616-49ef-8171-e3f35440c000 img.shogun-image {
  width: 100%;
  
  
  

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




.s-52963845-f616-49ef-8171-e3f35440c000 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-52963845-f616-49ef-8171-e3f35440c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52963845-f616-49ef-8171-e3f35440c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52963845-f616-49ef-8171-e3f35440c000.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-605d8497-325d-44d2-a3b0-81d36042ce8b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-bottom: 5%;
}

#s-605d8497-325d-44d2-a3b0-81d36042ce8b .shg-proportional-font-size,
#s-605d8497-325d-44d2-a3b0-81d36042ce8b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec20cea-a9ac-46cf-bd62-8d60c4f82c9e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb img.shogun-image {
  width: 100%;
  
  
  

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




.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9ee6c-833c-4fe2-8eb7-0dd167dc13bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f9f2ddb8-196b-4c6b-aa9c-5f3c1f57ab1a {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-bottom: 5%;
}

#s-f9f2ddb8-196b-4c6b-aa9c-5f3c1f57ab1a .shg-proportional-font-size,
#s-f9f2ddb8-196b-4c6b-aa9c-5f3c1f57ab1a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e {
  display: none;
}
#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e, #wrap-s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e, #wrap-content-s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e {
  display: none;
}
#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e, #wrap-s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e, #wrap-content-s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e { display: none !important; }}@media (max-width: 767px){#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e {
  display: none;
}
#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e, #wrap-s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e, #wrap-content-s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e { display: none !important; }}







#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc8d4bc7-1a30-499f-a1d7-b2e22f15d12e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ce806c8-0bcc-47e8-957c-d300577f9476 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5ce806c8-0bcc-47e8-957c-d300577f9476"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5ce806c8-0bcc-47e8-957c-d300577f9476"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ce806c8-0bcc-47e8-957c-d300577f9476"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ce806c8-0bcc-47e8-957c-d300577f9476"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  text-align: left;
}
}
#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  
  
  
}


.shg-image-content-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea86636c-a4d6-4246-9c66-ba8439bd4ef2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4624eada-8c88-43d9-ae87-c6c3c982346a {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4624eada-8c88-43d9-ae87-c6c3c982346a {
  padding-left: 4%;
padding-bottom: 12px;
}
}@media (max-width: 767px){#s-4624eada-8c88-43d9-ae87-c6c3c982346a {
  padding-bottom: 15px;
}
}
#s-4624eada-8c88-43d9-ae87-c6c3c982346a .shg-proportional-font-size,
#s-4624eada-8c88-43d9-ae87-c6c3c982346a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e5222da-2117-4690-8c52-8c9ee0458a0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e5222da-2117-4690-8c52-8c9ee0458a0d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5222da-2117-4690-8c52-8c9ee0458a0d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cb78cf66-0f8c-4e4e-a8a0-da2049b58bdd {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb78cf66-0f8c-4e4e-a8a0-da2049b58bdd {
  padding-left: 4%;
padding-bottom: 12px;
}
}@media (max-width: 767px){#s-cb78cf66-0f8c-4e4e-a8a0-da2049b58bdd {
  padding-bottom: 15px;
}
}
#s-cb78cf66-0f8c-4e4e-a8a0-da2049b58bdd .shg-proportional-font-size,
#s-cb78cf66-0f8c-4e4e-a8a0-da2049b58bdd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-301c60c7-a063-4635-94a2-45ea6ffb82de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-301c60c7-a063-4635-94a2-45ea6ffb82de {
  display: none;
}
#s-301c60c7-a063-4635-94a2-45ea6ffb82de, #wrap-s-301c60c7-a063-4635-94a2-45ea6ffb82de, #wrap-content-s-301c60c7-a063-4635-94a2-45ea6ffb82de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-301c60c7-a063-4635-94a2-45ea6ffb82de {
  display: none;
}
#s-301c60c7-a063-4635-94a2-45ea6ffb82de, #wrap-s-301c60c7-a063-4635-94a2-45ea6ffb82de, #wrap-content-s-301c60c7-a063-4635-94a2-45ea6ffb82de { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-301c60c7-a063-4635-94a2-45ea6ffb82de {
  display: none;
}
#s-301c60c7-a063-4635-94a2-45ea6ffb82de, #wrap-s-301c60c7-a063-4635-94a2-45ea6ffb82de, #wrap-content-s-301c60c7-a063-4635-94a2-45ea6ffb82de { display: none !important; }}







#s-301c60c7-a063-4635-94a2-45ea6ffb82de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-301c60c7-a063-4635-94a2-45ea6ffb82de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbe23bca-3d54-4c9e-a078-5b630e410aea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-prev,
#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-next {
  
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-prev svg,
#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-prev,
#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-prev svg,
#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-next svg {
  fill: rgba(187, 192, 187, 1) !important;
  stroke: rgba(187, 192, 187, 1) !important;
  
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-cbe23bca-3d54-4c9e-a078-5b630e410aea .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a img.shogun-image {
  width: 100%;
  
  
  

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




.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a img.shogun-image {
  width: 100%;
  
  
  

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




.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a img.shogun-image {
  width: 100%;
  
  
  

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




.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-17c13875-e85d-43c6-bab5-1a16fcaefc0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a img.shogun-image {
  width: 100%;
  
  
  

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




.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17c13875-e85d-43c6-bab5-1a16fcaefc0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-821e8ac0-a6ca-4d2f-8ee9-7a6bb3eeac10 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-821e8ac0-a6ca-4d2f-8ee9-7a6bb3eeac10 {
  padding-left: 7%;
padding-bottom: 30px;
}
}
#s-821e8ac0-a6ca-4d2f-8ee9-7a6bb3eeac10 .shg-proportional-font-size,
#s-821e8ac0-a6ca-4d2f-8ee9-7a6bb3eeac10 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e865d4b7-daa3-465d-80cc-98f89dc23ec1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-69ef43d5-313d-4bd2-a503-1a16d325d5f1 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-69ef43d5-313d-4bd2-a503-1a16d325d5f1 {
  padding-left: 7%;
padding-bottom: 30px;
}
}
#s-69ef43d5-313d-4bd2-a503-1a16d325d5f1 .shg-proportional-font-size,
#s-69ef43d5-313d-4bd2-a503-1a16d325d5f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e40b7a5b-e06e-435b-acff-6342e9e09f8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40b7a5b-e06e-435b-acff-6342e9e09f8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7f89e5ec-99b1-4fdb-9169-06e6efab71aa {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-7f89e5ec-99b1-4fdb-9169-06e6efab71aa {
  padding-left: 7%;
padding-bottom: 30px;
}
}
#s-7f89e5ec-99b1-4fdb-9169-06e6efab71aa .shg-proportional-font-size,
#s-7f89e5ec-99b1-4fdb-9169-06e6efab71aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7978ea63-95d7-423d-9981-d2ea55398cde {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7978ea63-95d7-423d-9981-d2ea55398cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7978ea63-95d7-423d-9981-d2ea55398cde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-956858cd-5a74-4593-83d1-3f29b687c0dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-956858cd-5a74-4593-83d1-3f29b687c0dc {
  display: none;
}
#s-956858cd-5a74-4593-83d1-3f29b687c0dc, #wrap-s-956858cd-5a74-4593-83d1-3f29b687c0dc, #wrap-content-s-956858cd-5a74-4593-83d1-3f29b687c0dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-956858cd-5a74-4593-83d1-3f29b687c0dc {
  display: none;
}
#s-956858cd-5a74-4593-83d1-3f29b687c0dc, #wrap-s-956858cd-5a74-4593-83d1-3f29b687c0dc, #wrap-content-s-956858cd-5a74-4593-83d1-3f29b687c0dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-956858cd-5a74-4593-83d1-3f29b687c0dc {
  display: none;
}
#s-956858cd-5a74-4593-83d1-3f29b687c0dc, #wrap-s-956858cd-5a74-4593-83d1-3f29b687c0dc, #wrap-content-s-956858cd-5a74-4593-83d1-3f29b687c0dc { display: none !important; }}@media (max-width: 767px){#s-956858cd-5a74-4593-83d1-3f29b687c0dc {
  
}
}







#s-956858cd-5a74-4593-83d1-3f29b687c0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-956858cd-5a74-4593-83d1-3f29b687c0dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-217197ce-8261-477e-aaf4-73a65cb78157 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-217197ce-8261-477e-aaf4-73a65cb78157 {
  display: none;
}
#s-217197ce-8261-477e-aaf4-73a65cb78157, #wrap-s-217197ce-8261-477e-aaf4-73a65cb78157, #wrap-content-s-217197ce-8261-477e-aaf4-73a65cb78157 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-217197ce-8261-477e-aaf4-73a65cb78157 {
  display: none;
}
#s-217197ce-8261-477e-aaf4-73a65cb78157, #wrap-s-217197ce-8261-477e-aaf4-73a65cb78157, #wrap-content-s-217197ce-8261-477e-aaf4-73a65cb78157 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-217197ce-8261-477e-aaf4-73a65cb78157 {
  display: none;
}
#s-217197ce-8261-477e-aaf4-73a65cb78157, #wrap-s-217197ce-8261-477e-aaf4-73a65cb78157, #wrap-content-s-217197ce-8261-477e-aaf4-73a65cb78157 { display: none !important; }}
#s-217197ce-8261-477e-aaf4-73a65cb78157 .shg-proportional-font-size,
#s-217197ce-8261-477e-aaf4-73a65cb78157 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-995c687f-fcff-43eb-803e-6d31ae07a9c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-995c687f-fcff-43eb-803e-6d31ae07a9c6 {
  display: none;
}
#s-995c687f-fcff-43eb-803e-6d31ae07a9c6, #wrap-s-995c687f-fcff-43eb-803e-6d31ae07a9c6, #wrap-content-s-995c687f-fcff-43eb-803e-6d31ae07a9c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-995c687f-fcff-43eb-803e-6d31ae07a9c6 {
  display: none;
}
#s-995c687f-fcff-43eb-803e-6d31ae07a9c6, #wrap-s-995c687f-fcff-43eb-803e-6d31ae07a9c6, #wrap-content-s-995c687f-fcff-43eb-803e-6d31ae07a9c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-995c687f-fcff-43eb-803e-6d31ae07a9c6 {
  display: none;
}
#s-995c687f-fcff-43eb-803e-6d31ae07a9c6, #wrap-s-995c687f-fcff-43eb-803e-6d31ae07a9c6, #wrap-content-s-995c687f-fcff-43eb-803e-6d31ae07a9c6 { display: none !important; }}@media (max-width: 767px){#s-995c687f-fcff-43eb-803e-6d31ae07a9c6 {
  padding-bottom: 10px;
}
}
#s-995c687f-fcff-43eb-803e-6d31ae07a9c6 .shg-proportional-font-size,
#s-995c687f-fcff-43eb-803e-6d31ae07a9c6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-561d8290-f26e-4580-960f-df676db969ba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-561d8290-f26e-4580-960f-df676db969ba {
  display: none;
}
#s-561d8290-f26e-4580-960f-df676db969ba, #wrap-s-561d8290-f26e-4580-960f-df676db969ba, #wrap-content-s-561d8290-f26e-4580-960f-df676db969ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-561d8290-f26e-4580-960f-df676db969ba {
  display: none;
}
#s-561d8290-f26e-4580-960f-df676db969ba, #wrap-s-561d8290-f26e-4580-960f-df676db969ba, #wrap-content-s-561d8290-f26e-4580-960f-df676db969ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-561d8290-f26e-4580-960f-df676db969ba {
  display: none;
}
#s-561d8290-f26e-4580-960f-df676db969ba, #wrap-s-561d8290-f26e-4580-960f-df676db969ba, #wrap-content-s-561d8290-f26e-4580-960f-df676db969ba { display: none !important; }}@media (max-width: 767px){#s-561d8290-f26e-4580-960f-df676db969ba {
  display: none;
}
#s-561d8290-f26e-4580-960f-df676db969ba, #wrap-s-561d8290-f26e-4580-960f-df676db969ba, #wrap-content-s-561d8290-f26e-4580-960f-df676db969ba { display: none !important; }}
#s-561d8290-f26e-4580-960f-df676db969ba .shg-proportional-font-size,
#s-561d8290-f26e-4580-960f-df676db969ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 {
  display: none;
}
#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138, #wrap-s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138, #wrap-content-s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 {
  display: none;
}
#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138, #wrap-s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138, #wrap-content-s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 {
  display: none;
}
#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138, #wrap-s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138, #wrap-content-s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 { display: none !important; }}@media (max-width: 767px){#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 {
  
}
}







#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0c8bdab-35d7-45a4-844f-4e8a80dbd138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca {
  padding-left: 3%;
padding-right: 3%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-prev,
#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-next {
  
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-prev svg,
#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(187, 192, 187, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 3px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-prev,
#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-prev svg,
#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca .swiper-pagination-bullet {
  width: 3px !important;
  height: 3px !important;
  margin: 0 !important;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca .swiper-pagination-bullet-active {
  background-color: rgba(187, 192, 187, 1) !important;
  width: calc(3px * 40) !important;
  height: 3px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0708b062-ef23-4ea9-ab4c-5c3e91d56fca .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 17px !important;
}
}
#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8cf08f1-fead-4cfa-910a-454c6c15f24a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8cf08f1-fead-4cfa-910a-454c6c15f24a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  margin-left: auto;
margin-right: auto;
max-width: 1148px;
text-align: center;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c img.shogun-image {
  width: 100%;
  
  
  max-width: 1148px;

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




.s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c img.shogun-image {
  width: 100%;
  
  
  

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




.s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c img.shogun-image {
  width: 100%;
  
  
  

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




.s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c img.shogun-image {
  width: 100%;
  
  
  

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




.s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72a4a6a0-7541-4838-9037-7c91a3e7773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c img.shogun-image {
  width: 100%;
  
  
  

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




.s-72a4a6a0-7541-4838-9037-7c91a3e7773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72a4a6a0-7541-4838-9037-7c91a3e7773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  margin-left: auto;
margin-right: auto;
max-width: 1136px;
text-align: center;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1136px;

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




.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ec1361e-8be3-4e82-b11c-f5a57e1eedf3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9586b146-3907-40e9-b075-e5c83082c25c {
  margin-left: auto;
margin-right: auto;
max-width: 1154px;
text-align: center;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9586b146-3907-40e9-b075-e5c83082c25c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9586b146-3907-40e9-b075-e5c83082c25c img.shogun-image {
  width: 100%;
  
  
  max-width: 1154px;

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




.s-9586b146-3907-40e9-b075-e5c83082c25c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9586b146-3907-40e9-b075-e5c83082c25c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9586b146-3907-40e9-b075-e5c83082c25c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9586b146-3907-40e9-b075-e5c83082c25c img.shogun-image {
  width: 100%;
  
  
  

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




.s-9586b146-3907-40e9-b075-e5c83082c25c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9586b146-3907-40e9-b075-e5c83082c25c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9586b146-3907-40e9-b075-e5c83082c25c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9586b146-3907-40e9-b075-e5c83082c25c img.shogun-image {
  width: 100%;
  
  
  

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




.s-9586b146-3907-40e9-b075-e5c83082c25c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9586b146-3907-40e9-b075-e5c83082c25c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9586b146-3907-40e9-b075-e5c83082c25c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9586b146-3907-40e9-b075-e5c83082c25c img.shogun-image {
  width: 100%;
  
  
  

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




.s-9586b146-3907-40e9-b075-e5c83082c25c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9586b146-3907-40e9-b075-e5c83082c25c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9586b146-3907-40e9-b075-e5c83082c25c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9586b146-3907-40e9-b075-e5c83082c25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9586b146-3907-40e9-b075-e5c83082c25c img.shogun-image {
  width: 100%;
  
  
  

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




.s-9586b146-3907-40e9-b075-e5c83082c25c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9586b146-3907-40e9-b075-e5c83082c25c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3bfa70e-370d-4ab3-8f1a-f0ca5e4a1577.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-039d5019-c703-4eff-8568-f7471c30fb54 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-039d5019-c703-4eff-8568-f7471c30fb54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-039d5019-c703-4eff-8568-f7471c30fb54 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-039d5019-c703-4eff-8568-f7471c30fb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-039d5019-c703-4eff-8568-f7471c30fb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-039d5019-c703-4eff-8568-f7471c30fb54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-039d5019-c703-4eff-8568-f7471c30fb54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-039d5019-c703-4eff-8568-f7471c30fb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-039d5019-c703-4eff-8568-f7471c30fb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-039d5019-c703-4eff-8568-f7471c30fb54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-039d5019-c703-4eff-8568-f7471c30fb54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-039d5019-c703-4eff-8568-f7471c30fb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-039d5019-c703-4eff-8568-f7471c30fb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-039d5019-c703-4eff-8568-f7471c30fb54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-039d5019-c703-4eff-8568-f7471c30fb54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-039d5019-c703-4eff-8568-f7471c30fb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-039d5019-c703-4eff-8568-f7471c30fb54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-039d5019-c703-4eff-8568-f7471c30fb54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-039d5019-c703-4eff-8568-f7471c30fb54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-039d5019-c703-4eff-8568-f7471c30fb54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-039d5019-c703-4eff-8568-f7471c30fb54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039d5019-c703-4eff-8568-f7471c30fb54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-78450f82-1d1c-4378-9e20-027b8a99debb {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78450f82-1d1c-4378-9e20-027b8a99debb img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-78450f82-1d1c-4378-9e20-027b8a99debb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-78450f82-1d1c-4378-9e20-027b8a99debb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78450f82-1d1c-4378-9e20-027b8a99debb img.shogun-image {
  width: 100%;
  
  
  

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




.s-78450f82-1d1c-4378-9e20-027b8a99debb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-78450f82-1d1c-4378-9e20-027b8a99debb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78450f82-1d1c-4378-9e20-027b8a99debb img.shogun-image {
  width: 100%;
  
  
  

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




.s-78450f82-1d1c-4378-9e20-027b8a99debb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-78450f82-1d1c-4378-9e20-027b8a99debb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78450f82-1d1c-4378-9e20-027b8a99debb img.shogun-image {
  width: 100%;
  
  
  

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




.s-78450f82-1d1c-4378-9e20-027b8a99debb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-78450f82-1d1c-4378-9e20-027b8a99debb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78450f82-1d1c-4378-9e20-027b8a99debb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78450f82-1d1c-4378-9e20-027b8a99debb img.shogun-image {
  width: 100%;
  
  
  

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




.s-78450f82-1d1c-4378-9e20-027b8a99debb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78450f82-1d1c-4378-9e20-027b8a99debb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9310c11f-ec92-453a-b403-596d2e92af07 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9310c11f-ec92-453a-b403-596d2e92af07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9310c11f-ec92-453a-b403-596d2e92af07 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-9310c11f-ec92-453a-b403-596d2e92af07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9310c11f-ec92-453a-b403-596d2e92af07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9310c11f-ec92-453a-b403-596d2e92af07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9310c11f-ec92-453a-b403-596d2e92af07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9310c11f-ec92-453a-b403-596d2e92af07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9310c11f-ec92-453a-b403-596d2e92af07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9310c11f-ec92-453a-b403-596d2e92af07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9310c11f-ec92-453a-b403-596d2e92af07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9310c11f-ec92-453a-b403-596d2e92af07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9310c11f-ec92-453a-b403-596d2e92af07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9310c11f-ec92-453a-b403-596d2e92af07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9310c11f-ec92-453a-b403-596d2e92af07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9310c11f-ec92-453a-b403-596d2e92af07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9310c11f-ec92-453a-b403-596d2e92af07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9310c11f-ec92-453a-b403-596d2e92af07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9310c11f-ec92-453a-b403-596d2e92af07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9310c11f-ec92-453a-b403-596d2e92af07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9310c11f-ec92-453a-b403-596d2e92af07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9310c11f-ec92-453a-b403-596d2e92af07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af9d05af-c99b-4990-a385-4bf2de407c2b img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-af9d05af-c99b-4990-a385-4bf2de407c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af9d05af-c99b-4990-a385-4bf2de407c2b img.shogun-image {
  width: 100%;
  
  
  

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




.s-af9d05af-c99b-4990-a385-4bf2de407c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af9d05af-c99b-4990-a385-4bf2de407c2b img.shogun-image {
  width: 100%;
  
  
  

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




.s-af9d05af-c99b-4990-a385-4bf2de407c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af9d05af-c99b-4990-a385-4bf2de407c2b img.shogun-image {
  width: 100%;
  
  
  

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




.s-af9d05af-c99b-4990-a385-4bf2de407c2b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-af9d05af-c99b-4990-a385-4bf2de407c2b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af9d05af-c99b-4990-a385-4bf2de407c2b img.shogun-image {
  width: 100%;
  
  
  

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




.s-af9d05af-c99b-4990-a385-4bf2de407c2b .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af9d05af-c99b-4990-a385-4bf2de407c2b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  margin-bottom: 0px;
}
}
#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db804ec0-a2f9-4b57-b3c0-0841afeaabc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd {
  display: none;
}
#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd, #wrap-s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd, #wrap-content-s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd {
  display: none;
}
#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd, #wrap-s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd, #wrap-content-s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd {
  display: none;
}
#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd, #wrap-s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd, #wrap-content-s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd { display: none !important; }}@media (max-width: 767px){#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd .shg-proportional-font-size,
#s-23c5e41a-ca09-4a09-9ff0-292c2e5af3fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d527820c-183b-49e8-96e7-d6eeea6062ba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-d527820c-183b-49e8-96e7-d6eeea6062ba {
  display: none;
}
#s-d527820c-183b-49e8-96e7-d6eeea6062ba, #wrap-s-d527820c-183b-49e8-96e7-d6eeea6062ba, #wrap-content-s-d527820c-183b-49e8-96e7-d6eeea6062ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d527820c-183b-49e8-96e7-d6eeea6062ba {
  display: none;
}
#s-d527820c-183b-49e8-96e7-d6eeea6062ba, #wrap-s-d527820c-183b-49e8-96e7-d6eeea6062ba, #wrap-content-s-d527820c-183b-49e8-96e7-d6eeea6062ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d527820c-183b-49e8-96e7-d6eeea6062ba {
  display: none;
}
#s-d527820c-183b-49e8-96e7-d6eeea6062ba, #wrap-s-d527820c-183b-49e8-96e7-d6eeea6062ba, #wrap-content-s-d527820c-183b-49e8-96e7-d6eeea6062ba { display: none !important; }}@media (max-width: 767px){#s-d527820c-183b-49e8-96e7-d6eeea6062ba {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-d527820c-183b-49e8-96e7-d6eeea6062ba .shg-proportional-font-size,
#s-d527820c-183b-49e8-96e7-d6eeea6062ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6809832f-50cb-42a8-a553-0849e7f0151a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-6809832f-50cb-42a8-a553-0849e7f0151a {
  display: none;
}
#s-6809832f-50cb-42a8-a553-0849e7f0151a, #wrap-s-6809832f-50cb-42a8-a553-0849e7f0151a, #wrap-content-s-6809832f-50cb-42a8-a553-0849e7f0151a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6809832f-50cb-42a8-a553-0849e7f0151a {
  display: none;
}
#s-6809832f-50cb-42a8-a553-0849e7f0151a, #wrap-s-6809832f-50cb-42a8-a553-0849e7f0151a, #wrap-content-s-6809832f-50cb-42a8-a553-0849e7f0151a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6809832f-50cb-42a8-a553-0849e7f0151a {
  display: none;
}
#s-6809832f-50cb-42a8-a553-0849e7f0151a, #wrap-s-6809832f-50cb-42a8-a553-0849e7f0151a, #wrap-content-s-6809832f-50cb-42a8-a553-0849e7f0151a { display: none !important; }}@media (max-width: 767px){#s-6809832f-50cb-42a8-a553-0849e7f0151a {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-6809832f-50cb-42a8-a553-0849e7f0151a .shg-proportional-font-size,
#s-6809832f-50cb-42a8-a553-0849e7f0151a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd {
  display: none;
}
#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd, #wrap-s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd, #wrap-content-s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd {
  display: none;
}
#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd, #wrap-s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd, #wrap-content-s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd {
  display: none;
}
#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd, #wrap-s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd, #wrap-content-s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd { display: none !important; }}@media (max-width: 767px){#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd .shg-proportional-font-size,
#s-69bbe9d2-d142-4dcf-9400-ca11c0589dcd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-358bddea-e379-426e-8bca-6f8378fc9174 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-358bddea-e379-426e-8bca-6f8378fc9174 {
  display: none;
}
#s-358bddea-e379-426e-8bca-6f8378fc9174, #wrap-s-358bddea-e379-426e-8bca-6f8378fc9174, #wrap-content-s-358bddea-e379-426e-8bca-6f8378fc9174 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-358bddea-e379-426e-8bca-6f8378fc9174 {
  display: none;
}
#s-358bddea-e379-426e-8bca-6f8378fc9174, #wrap-s-358bddea-e379-426e-8bca-6f8378fc9174, #wrap-content-s-358bddea-e379-426e-8bca-6f8378fc9174 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-358bddea-e379-426e-8bca-6f8378fc9174 {
  display: none;
}
#s-358bddea-e379-426e-8bca-6f8378fc9174, #wrap-s-358bddea-e379-426e-8bca-6f8378fc9174, #wrap-content-s-358bddea-e379-426e-8bca-6f8378fc9174 { display: none !important; }}@media (max-width: 767px){#s-358bddea-e379-426e-8bca-6f8378fc9174 {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-358bddea-e379-426e-8bca-6f8378fc9174 .shg-proportional-font-size,
#s-358bddea-e379-426e-8bca-6f8378fc9174 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-302f3844-f0ab-4019-a12b-b9c12294dc32 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-302f3844-f0ab-4019-a12b-b9c12294dc32 {
  display: none;
}
#s-302f3844-f0ab-4019-a12b-b9c12294dc32, #wrap-s-302f3844-f0ab-4019-a12b-b9c12294dc32, #wrap-content-s-302f3844-f0ab-4019-a12b-b9c12294dc32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-302f3844-f0ab-4019-a12b-b9c12294dc32 {
  display: none;
}
#s-302f3844-f0ab-4019-a12b-b9c12294dc32, #wrap-s-302f3844-f0ab-4019-a12b-b9c12294dc32, #wrap-content-s-302f3844-f0ab-4019-a12b-b9c12294dc32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-302f3844-f0ab-4019-a12b-b9c12294dc32 {
  display: none;
}
#s-302f3844-f0ab-4019-a12b-b9c12294dc32, #wrap-s-302f3844-f0ab-4019-a12b-b9c12294dc32, #wrap-content-s-302f3844-f0ab-4019-a12b-b9c12294dc32 { display: none !important; }}@media (max-width: 767px){#s-302f3844-f0ab-4019-a12b-b9c12294dc32 {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-302f3844-f0ab-4019-a12b-b9c12294dc32 .shg-proportional-font-size,
#s-302f3844-f0ab-4019-a12b-b9c12294dc32 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5126af80-cb53-49d5-9575-fcd7501b3e0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-5126af80-cb53-49d5-9575-fcd7501b3e0a {
  display: none;
}
#s-5126af80-cb53-49d5-9575-fcd7501b3e0a, #wrap-s-5126af80-cb53-49d5-9575-fcd7501b3e0a, #wrap-content-s-5126af80-cb53-49d5-9575-fcd7501b3e0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5126af80-cb53-49d5-9575-fcd7501b3e0a {
  display: none;
}
#s-5126af80-cb53-49d5-9575-fcd7501b3e0a, #wrap-s-5126af80-cb53-49d5-9575-fcd7501b3e0a, #wrap-content-s-5126af80-cb53-49d5-9575-fcd7501b3e0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5126af80-cb53-49d5-9575-fcd7501b3e0a {
  display: none;
}
#s-5126af80-cb53-49d5-9575-fcd7501b3e0a, #wrap-s-5126af80-cb53-49d5-9575-fcd7501b3e0a, #wrap-content-s-5126af80-cb53-49d5-9575-fcd7501b3e0a { display: none !important; }}@media (max-width: 767px){#s-5126af80-cb53-49d5-9575-fcd7501b3e0a {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-5126af80-cb53-49d5-9575-fcd7501b3e0a .shg-proportional-font-size,
#s-5126af80-cb53-49d5-9575-fcd7501b3e0a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-105fbdae-e014-4c3c-bff1-3ceaac655264 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-105fbdae-e014-4c3c-bff1-3ceaac655264 {
  display: none;
}
#s-105fbdae-e014-4c3c-bff1-3ceaac655264, #wrap-s-105fbdae-e014-4c3c-bff1-3ceaac655264, #wrap-content-s-105fbdae-e014-4c3c-bff1-3ceaac655264 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-105fbdae-e014-4c3c-bff1-3ceaac655264 {
  display: none;
}
#s-105fbdae-e014-4c3c-bff1-3ceaac655264, #wrap-s-105fbdae-e014-4c3c-bff1-3ceaac655264, #wrap-content-s-105fbdae-e014-4c3c-bff1-3ceaac655264 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-105fbdae-e014-4c3c-bff1-3ceaac655264 {
  display: none;
}
#s-105fbdae-e014-4c3c-bff1-3ceaac655264, #wrap-s-105fbdae-e014-4c3c-bff1-3ceaac655264, #wrap-content-s-105fbdae-e014-4c3c-bff1-3ceaac655264 { display: none !important; }}@media (max-width: 767px){#s-105fbdae-e014-4c3c-bff1-3ceaac655264 {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-105fbdae-e014-4c3c-bff1-3ceaac655264 .shg-proportional-font-size,
#s-105fbdae-e014-4c3c-bff1-3ceaac655264 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 {
  display: none;
}
#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335, #wrap-s-625a9af3-d8e3-43fe-a3d1-96ad72b56335, #wrap-content-s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 {
  display: none;
}
#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335, #wrap-s-625a9af3-d8e3-43fe-a3d1-96ad72b56335, #wrap-content-s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 {
  display: none;
}
#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335, #wrap-s-625a9af3-d8e3-43fe-a3d1-96ad72b56335, #wrap-content-s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 { display: none !important; }}@media (max-width: 767px){#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 .shg-proportional-font-size,
#s-625a9af3-d8e3-43fe-a3d1-96ad72b56335 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 {
  display: none;
}
#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4, #wrap-s-2cf86ce0-1aca-424a-a3a5-33023011c3d4, #wrap-content-s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 {
  display: none;
}
#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4, #wrap-s-2cf86ce0-1aca-424a-a3a5-33023011c3d4, #wrap-content-s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 {
  display: none;
}
#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4, #wrap-s-2cf86ce0-1aca-424a-a3a5-33023011c3d4, #wrap-content-s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 { display: none !important; }}@media (max-width: 767px){#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 {
  margin-top: 5px;
margin-bottom: 3px;
padding-bottom: 30px;
}
}
#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 .shg-proportional-font-size,
#s-2cf86ce0-1aca-424a-a3a5-33023011c3d4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a63eafb-fb1b-44bf-ab2d-9682959465bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-4a63eafb-fb1b-44bf-ab2d-9682959465bf {
  display: none;
}
#s-4a63eafb-fb1b-44bf-ab2d-9682959465bf, #wrap-s-4a63eafb-fb1b-44bf-ab2d-9682959465bf, #wrap-content-s-4a63eafb-fb1b-44bf-ab2d-9682959465bf { display: none !important; }}







#s-4a63eafb-fb1b-44bf-ab2d-9682959465bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a63eafb-fb1b-44bf-ab2d-9682959465bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4b2486b-c0bd-4c50-918c-4bea4601d352 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-c4b2486b-c0bd-4c50-918c-4bea4601d352 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4b2486b-c0bd-4c50-918c-4bea4601d352 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4b2486b-c0bd-4c50-918c-4bea4601d352 {
  
}
}
#s-c4b2486b-c0bd-4c50-918c-4bea4601d352 .shg-proportional-font-size,
#s-c4b2486b-c0bd-4c50-918c-4bea4601d352 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cc4ccdc0-1f85-45b9-a12f-ec3caf09b2c9 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-cc4ccdc0-1f85-45b9-a12f-ec3caf09b2c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc4ccdc0-1f85-45b9-a12f-ec3caf09b2c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc4ccdc0-1f85-45b9-a12f-ec3caf09b2c9 {
  
}
}@media (max-width: 767px){#s-cc4ccdc0-1f85-45b9-a12f-ec3caf09b2c9 {
  padding-bottom: 10px;
}
}
#s-cc4ccdc0-1f85-45b9-a12f-ec3caf09b2c9 .shg-proportional-font-size,
#s-cc4ccdc0-1f85-45b9-a12f-ec3caf09b2c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}
@media (min-width: 1200px){#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 {
  display: none;
}
#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-content-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 {
  display: none;
}
#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-content-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 {
  display: none;
}
#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-content-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 { display: none !important; }}@media (max-width: 767px){#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 {
  display: none;
}
#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2, #wrap-content-s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 { display: none !important; }}
#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 .shg-proportional-font-size,
#s-d6243042-0fb1-4d95-b5d3-f16a8c45e1c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b146888-3e4a-46ea-a7a4-c56282f8755e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b146888-3e4a-46ea-a7a4-c56282f8755e {
  
}
}@media (max-width: 767px){#s-9b146888-3e4a-46ea-a7a4-c56282f8755e {
  display: none;
}
#s-9b146888-3e4a-46ea-a7a4-c56282f8755e, #wrap-s-9b146888-3e4a-46ea-a7a4-c56282f8755e, #wrap-content-s-9b146888-3e4a-46ea-a7a4-c56282f8755e { display: none !important; }}







#s-9b146888-3e4a-46ea-a7a4-c56282f8755e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b146888-3e4a-46ea-a7a4-c56282f8755e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  padding-top: 10px;
padding-bottom: 10px;
display: none;
}
#s-a4329337-80ad-46a6-846b-e9ef80934af7, #wrap-s-a4329337-80ad-46a6-846b-e9ef80934af7, #wrap-content-s-a4329337-80ad-46a6-846b-e9ef80934af7 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  --swiper-pagination-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(187, 192, 187, 1) !important;
  --arrow-button-size: 25px !important;
  --swiper-pagination-bullet-size: 6px !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev svg,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next svg {
  fill: rgba(187, 192, 187, 1) !important;
  stroke: rgba(187, 192, 187, 1) !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet-active {
  background-color: rgba(187, 192, 187, 1) !important;
  width: calc(6px * 23) !important;
  height: 6px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 30px !important;
}
@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  --swiper-pagination-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(187, 192, 187, 1) !important;
  --arrow-button-size: 20px !important;
  --swiper-pagination-bullet-size: 6px !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev svg,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next svg {
  fill: rgba(187, 192, 187, 1) !important;
  stroke: rgba(187, 192, 187, 1) !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet-active {
  background-color: rgba(187, 192, 187, 1) !important;
  width: calc(6px * 23) !important;
  height: 6px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 30px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  --swiper-pagination-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(187, 192, 187, 1) !important;
  --arrow-button-size: 25px !important;
  --swiper-pagination-bullet-size: 6px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev svg,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next svg {
  fill: rgba(187, 192, 187, 1) !important;
  stroke: rgba(187, 192, 187, 1) !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet-active {
  background-color: rgba(187, 192, 187, 1) !important;
  width: calc(6px * 23) !important;
  height: 6px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 30px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 {
  --swiper-pagination-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(187, 192, 187, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(187, 192, 187, 1) !important;
  --arrow-button-size: 25px !important;
  --swiper-pagination-bullet-size: 6px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev svg,
#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next svg {
  fill: rgba(187, 192, 187, 1) !important;
  stroke: rgba(187, 192, 187, 1) !important;
  
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination-bullet-active {
  background-color: rgba(187, 192, 187, 1) !important;
  width: calc(6px * 23) !important;
  height: 6px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a4329337-80ad-46a6-846b-e9ef80934af7 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 31px !important;
}
}
#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  margin-left: auto;
margin-right: auto;
max-width: 2598px;
text-align: center;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf img.shogun-image {
  width: 100%;
  
  
  max-width: 2598px;

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




.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf img.shogun-image {
  width: 100%;
  
  
  

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




.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a16a5d9-bbee-45d7-9f84-f54d856e80cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-13d376f3-0291-42c1-b7d4-059a60fefd91 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-13d376f3-0291-42c1-b7d4-059a60fefd91 .shg-proportional-font-size,
#s-13d376f3-0291-42c1-b7d4-059a60fefd91 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  margin-left: auto;
margin-right: auto;
max-width: 2380px;
text-align: center;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f img.shogun-image {
  width: 100%;
  
  
  max-width: 2380px;

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




.s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f img.shogun-image {
  width: 100%;
  
  
  

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




.s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f img.shogun-image {
  width: 100%;
  
  
  

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




.s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f img.shogun-image {
  width: 100%;
  
  
  

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




.s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8e9fc3e6-b661-4a41-8683-1b93886f992f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f img.shogun-image {
  width: 100%;
  
  
  

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




.s-8e9fc3e6-b661-4a41-8683-1b93886f992f .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9fc3e6-b661-4a41-8683-1b93886f992f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-22b93979-21fd-4047-9b49-e68ba7636764 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-22b93979-21fd-4047-9b49-e68ba7636764 .shg-proportional-font-size,
#s-22b93979-21fd-4047-9b49-e68ba7636764 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  margin-left: auto;
margin-right: auto;
max-width: 2100px;
text-align: center;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2100px;

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




.s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd63b285-a633-4df0-8a43-e83f2721fcb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd63b285-a633-4df0-8a43-e83f2721fcb5 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd63b285-a633-4df0-8a43-e83f2721fcb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3db80c58-10d6-4e9e-b9d7-d5d8f5d10032 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-3db80c58-10d6-4e9e-b9d7-d5d8f5d10032 .shg-proportional-font-size,
#s-3db80c58-10d6-4e9e-b9d7-d5d8f5d10032 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  margin-left: auto;
margin-right: auto;
max-width: 2100px;
text-align: center;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 img.shogun-image {
  width: 100%;
  
  
  max-width: 2100px;

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




.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3caf3da1-f3b5-43f5-adfd-ca2f61c96d54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-87b4fee7-72a0-4580-afc8-9d5111df1c58 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-87b4fee7-72a0-4580-afc8-9d5111df1c58 .shg-proportional-font-size,
#s-87b4fee7-72a0-4580-afc8-9d5111df1c58 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  margin-left: auto;
margin-right: auto;
max-width: 2100px;
text-align: center;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 img.shogun-image {
  width: 100%;
  
  
  max-width: 2100px;

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




.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fb07d1-6423-4d92-9fa2-52c588e2cd77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-29b3e446-3f87-4f0e-9637-4cec6e1f98c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-29b3e446-3f87-4f0e-9637-4cec6e1f98c4 .shg-proportional-font-size,
#s-29b3e446-3f87-4f0e-9637-4cec6e1f98c4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  margin-left: auto;
margin-right: auto;
max-width: 2100px;
text-align: center;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 img.shogun-image {
  width: 100%;
  
  
  max-width: 2100px;

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




.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f97bbd-a3d1-48bf-a23a-94a744b69e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-34ffd94c-172d-4986-b47c-737528138c35 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-34ffd94c-172d-4986-b47c-737528138c35 .shg-proportional-font-size,
#s-34ffd94c-172d-4986-b47c-737528138c35 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e26e072-e12e-4248-bd2f-5b81f037a953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e26e072-e12e-4248-bd2f-5b81f037a953 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e26e072-e12e-4248-bd2f-5b81f037a953 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e26e072-e12e-4248-bd2f-5b81f037a953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-153ed2e4-6e7d-4352-a4d2-44588ae325e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-153ed2e4-6e7d-4352-a4d2-44588ae325e1 .shg-proportional-font-size,
#s-153ed2e4-6e7d-4352-a4d2-44588ae325e1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  margin-left: auto;
margin-right: auto;
max-width: 2100px;
text-align: center;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec img.shogun-image {
  width: 100%;
  
  
  max-width: 2100px;

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




.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b8021f5d-8fec-4f63-b873-36eeee0d61ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8021f5d-8fec-4f63-b873-36eeee0d61ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e61d2f4-6070-4c50-83f3-93dc639a3e47 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-2e61d2f4-6070-4c50-83f3-93dc639a3e47 .shg-proportional-font-size,
#s-2e61d2f4-6070-4c50-83f3-93dc639a3e47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9727342-0d59-4525-812f-74436a13ab3a {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 2100px;
text-align: center;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9727342-0d59-4525-812f-74436a13ab3a img.shogun-image {
  width: 100%;
  
  
  max-width: 2100px;

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




.s-e9727342-0d59-4525-812f-74436a13ab3a .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e9727342-0d59-4525-812f-74436a13ab3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9727342-0d59-4525-812f-74436a13ab3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9727342-0d59-4525-812f-74436a13ab3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9727342-0d59-4525-812f-74436a13ab3a .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e9727342-0d59-4525-812f-74436a13ab3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9727342-0d59-4525-812f-74436a13ab3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9727342-0d59-4525-812f-74436a13ab3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9727342-0d59-4525-812f-74436a13ab3a .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e9727342-0d59-4525-812f-74436a13ab3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9727342-0d59-4525-812f-74436a13ab3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9727342-0d59-4525-812f-74436a13ab3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9727342-0d59-4525-812f-74436a13ab3a .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e9727342-0d59-4525-812f-74436a13ab3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9727342-0d59-4525-812f-74436a13ab3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e9727342-0d59-4525-812f-74436a13ab3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9727342-0d59-4525-812f-74436a13ab3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9727342-0d59-4525-812f-74436a13ab3a .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9727342-0d59-4525-812f-74436a13ab3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4ba5447c-4d43-4084-b02a-0496b81993a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-4ba5447c-4d43-4084-b02a-0496b81993a5 .shg-proportional-font-size,
#s-4ba5447c-4d43-4084-b02a-0496b81993a5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 2100px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin-top: 0px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin-bottom: 25px;
}
}
#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-937a8234-3d93-433f-944e-01ad545613d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

#s-937a8234-3d93-433f-944e-01ad545613d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-937a8234-3d93-433f-944e-01ad545613d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 2100px;

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




.s-937a8234-3d93-433f-944e-01ad545613d9 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-937a8234-3d93-433f-944e-01ad545613d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-937a8234-3d93-433f-944e-01ad545613d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-937a8234-3d93-433f-944e-01ad545613d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-937a8234-3d93-433f-944e-01ad545613d9 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-937a8234-3d93-433f-944e-01ad545613d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-937a8234-3d93-433f-944e-01ad545613d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-937a8234-3d93-433f-944e-01ad545613d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-937a8234-3d93-433f-944e-01ad545613d9 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-937a8234-3d93-433f-944e-01ad545613d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 40px;
}

#s-937a8234-3d93-433f-944e-01ad545613d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-937a8234-3d93-433f-944e-01ad545613d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-937a8234-3d93-433f-944e-01ad545613d9 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-937a8234-3d93-433f-944e-01ad545613d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-937a8234-3d93-433f-944e-01ad545613d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

#s-937a8234-3d93-433f-944e-01ad545613d9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-937a8234-3d93-433f-944e-01ad545613d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-937a8234-3d93-433f-944e-01ad545613d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-937a8234-3d93-433f-944e-01ad545613d9 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-937a8234-3d93-433f-944e-01ad545613d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-84962847-541e-4c84-acf4-234cbaa0a24e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
}

#s-84962847-541e-4c84-acf4-234cbaa0a24e .shg-proportional-font-size,
#s-84962847-541e-4c84-acf4-234cbaa0a24e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}