{padding-left: 3%; padding-right: 3%;}
@media (min-width: 1024px) {.tabs__panel {padding-inline: 5rem; }}
.tabs__panel {padding-left: 0px;}
div {color: #212121; font-size: 2rem;}
.btn__text {font-size: 1.2em; min-width: 150px;}
button {background-color: #f7f7f7; border: #ccc solid 1px;}
.submit {background-color: #000;}
h3 {font-size: var(--font-h4-size);}
@media (max-width: 768px) {div {font-size: 1.5rem; } .btn__text {font-size: 1.2em; } h3 {font-size: var(--font-h5-size); }}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-60202fb0-032b-4cc7-9de3-143fa55f9503 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 40%;
min-height: 550px;
background-position: center bottom;
}
@media (max-width: 767px){#s-60202fb0-032b-4cc7-9de3-143fa55f9503 {
  padding-left: 10%;
}
}







#s-60202fb0-032b-4cc7-9de3-143fa55f9503 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-60202fb0-032b-4cc7-9de3-143fa55f9503.shg-box.shg-c {
  justify-content: flex-end;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Inter";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-52a465e1-93e4-4a91-9372-72a5aea5c3e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-52a465e1-93e4-4a91-9372-72a5aea5c3e0 .shogun-heading-component h1 {
  color: rgba(247, 209, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-1b0bb30a-d3c5-4395-812b-042f768c9e1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b0bb30a-d3c5-4395-812b-042f768c9e1a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

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

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

#s-ddb261df-c2fa-4794-80dc-625cc2fceee2 {
  margin-bottom: 0%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-ddb261df-c2fa-4794-80dc-625cc2fceee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddb261df-c2fa-4794-80dc-625cc2fceee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddb261df-c2fa-4794-80dc-625cc2fceee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddb261df-c2fa-4794-80dc-625cc2fceee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0ce6e203-ce3d-480e-8ac4-eded01f452fd {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-0ce6e203-ce3d-480e-8ac4-eded01f452fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ce6e203-ce3d-480e-8ac4-eded01f452fd.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-96210921-a0f1-4f79-bc3e-bb33ef7d3761 {
  text-align: center;
}

#s-96210921-a0f1-4f79-bc3e-bb33ef7d3761 {
  overflow: hidden;
  
  
}







  #s-96210921-a0f1-4f79-bc3e-bb33ef7d3761 img.shogun-image {
    

    
    
    
  }


#s-96210921-a0f1-4f79-bc3e-bb33ef7d3761 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7dd0f9b0-8c8d-47ce-a1d7-7d0f27bdaff6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7dd0f9b0-8c8d-47ce-a1d7-7d0f27bdaff6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



.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: rgba(0, 0, 0, 1);
  font-family: "Inter";
  font-weight: 700;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Inter";
}

.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: rgba(0, 0, 0, 1);
  font-family: "Inter";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Inter";
  font-weight: 400;
}

#s-68a12995-6fdf-416b-9abe-19305a7d8fbc {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-68a12995-6fdf-416b-9abe-19305a7d8fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68a12995-6fdf-416b-9abe-19305a7d8fbc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0d5aab9a-faba-4f8d-85db-895f9aba6a06 {
  max-width: 1500px;
text-align: center;
}

#s-0d5aab9a-faba-4f8d-85db-895f9aba6a06 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0d5aab9a-faba-4f8d-85db-895f9aba6a06 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fabf0456-3082-4f3e-bc57-2d7a63f98c45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fabf0456-3082-4f3e-bc57-2d7a63f98c45 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-c2d24560-71fc-4058-aa58-01566a6f604a {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-c2d24560-71fc-4058-aa58-01566a6f604a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2d24560-71fc-4058-aa58-01566a6f604a.shg-box.shg-c {
  justify-content: flex-start;
}

.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-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d47ffe-c168-4a0a-838d-9c3ed189d2b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fe5f5bd1-de4e-4426-bb11-51dc7358697a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe5f5bd1-de4e-4426-bb11-51dc7358697a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-31cdf77f-0178-4aa1-9f1b-3a971059f8bb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-31cdf77f-0178-4aa1-9f1b-3a971059f8bb {
  background-image: url();
}








#s-31cdf77f-0178-4aa1-9f1b-3a971059f8bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31cdf77f-0178-4aa1-9f1b-3a971059f8bb.shg-box.shg-c {
  justify-content: center;
}

#s-61c05636-9676-4f3f-b1e8-5cb95f78ded2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-61c05636-9676-4f3f-b1e8-5cb95f78ded2 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-61c05636-9676-4f3f-b1e8-5cb95f78ded2 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-61c05636-9676-4f3f-b1e8-5cb95f78ded2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61c05636-9676-4f3f-b1e8-5cb95f78ded2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61c05636-9676-4f3f-b1e8-5cb95f78ded2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61c05636-9676-4f3f-b1e8-5cb95f78ded2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
text-align: center;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da99fd20-fa10-4d7a-afb4-508d1ff8c41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-19ff27b6-9dc7-438c-afc5-d342e05bbdaa {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-19ff27b6-9dc7-438c-afc5-d342e05bbdaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ff27b6-9dc7-438c-afc5-d342e05bbdaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-19ff27b6-9dc7-438c-afc5-d342e05bbdaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-19ff27b6-9dc7-438c-afc5-d342e05bbdaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d796aa3d-068b-4979-80da-2428c6d73a1d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-d796aa3d-068b-4979-80da-2428c6d73a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d796aa3d-068b-4979-80da-2428c6d73a1d.shg-box.shg-c {
  justify-content: center;
}

#s-a192d93c-b504-4e03-b827-564a965d10b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-a192d93c-b504-4e03-b827-564a965d10b9 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d141949a-362d-4cc1-9f72-4f20fe288bd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d141949a-362d-4cc1-9f72-4f20fe288bd1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1fd6bb5f-7213-4480-8f1a-2e0cdfa650e1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-1fd6bb5f-7213-4480-8f1a-2e0cdfa650e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fd6bb5f-7213-4480-8f1a-2e0cdfa650e1.shg-box.shg-c {
  justify-content: center;
}

#s-e50488d1-6320-415c-8aef-136e9758356e {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e50488d1-6320-415c-8aef-136e9758356e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-249c1fba-de7b-4f8d-ab72-0e4e2db86f26 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-249c1fba-de7b-4f8d-ab72-0e4e2db86f26 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
text-align: center;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

      
    max-width: 1600px;

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




.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3abcdeea-007d-42f3-b14f-d23fe2a3a028.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a842d7dd-8944-493d-acfe-a05afc430888 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a842d7dd-8944-493d-acfe-a05afc430888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a842d7dd-8944-493d-acfe-a05afc430888"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a842d7dd-8944-493d-acfe-a05afc430888"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a842d7dd-8944-493d-acfe-a05afc430888"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-32c8c6f2-3b1f-45cc-bee4-57a9135c3709 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-32c8c6f2-3b1f-45cc-bee4-57a9135c3709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32c8c6f2-3b1f-45cc-bee4-57a9135c3709.shg-box.shg-c {
  justify-content: center;
}

#s-ecc1e128-b3dd-4d28-91e2-c130af2282cc {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-ecc1e128-b3dd-4d28-91e2-c130af2282cc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4a9a3f9d-1bb9-4222-a014-37f60ba7ff42 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-4a9a3f9d-1bb9-4222-a014-37f60ba7ff42 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-178e4732-e6b5-4780-9ce8-ec382232c41b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(30, 35, 41, 1);
}








#s-178e4732-e6b5-4780-9ce8-ec382232c41b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-178e4732-e6b5-4780-9ce8-ec382232c41b.shg-box.shg-c {
  justify-content: center;
}

#s-22cb59d5-27cd-42a2-a250-247393a9f9b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-22cb59d5-27cd-42a2-a250-247393a9f9b2 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-639574f8-5ed4-4284-8782-aee8f818b788 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-639574f8-5ed4-4284-8782-aee8f818b788 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

#s-8d5440ab-c675-45b9-933c-1316484a2bcf {
  margin-left: auto;
margin-right: auto;
}

#s-8d5440ab-c675-45b9-933c-1316484a2bcf hr {
  border-top: 2px solid #ddd;
}

#s-d3537218-3868-424c-afe5-f4efff699add {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3537218-3868-424c-afe5-f4efff699add .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-db75f25f-4825-4db2-af17-d3faf849daa7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-db75f25f-4825-4db2-af17-d3faf849daa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db75f25f-4825-4db2-af17-d3faf849daa7.shg-box.shg-c {
  justify-content: center;
}

#s-ae3adaf5-3c01-4e64-b0f7-add1ff6bf222 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae3adaf5-3c01-4e64-b0f7-add1ff6bf222 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ae3adaf5-3c01-4e64-b0f7-add1ff6bf222 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-ae3adaf5-3c01-4e64-b0f7-add1ff6bf222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae3adaf5-3c01-4e64-b0f7-add1ff6bf222.shg-box.shg-c {
  justify-content: center;
}

#s-4fedb822-1640-4a8f-8a67-8231ac08929b {
  margin-top: 3%;
margin-bottom: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fedb822-1640-4a8f-8a67-8231ac08929b {
  
}
}@media (max-width: 767px){#s-4fedb822-1640-4a8f-8a67-8231ac08929b {
  
}
}
@media (min-width: 0px) {
[id="s-4fedb822-1640-4a8f-8a67-8231ac08929b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fedb822-1640-4a8f-8a67-8231ac08929b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5em);
}

}

@media (min-width: 992px) {
[id="s-4fedb822-1640-4a8f-8a67-8231ac08929b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5em);
}

}

@media (min-width: 1200px) {
[id="s-4fedb822-1640-4a8f-8a67-8231ac08929b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5em);
}

}

#s-c969d3de-5d60-480e-b3e0-6f4352392bb9 {
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c969d3de-5d60-480e-b3e0-6f4352392bb9 {
  min-height: 600px;
}
}







#s-c969d3de-5d60-480e-b3e0-6f4352392bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c969d3de-5d60-480e-b3e0-6f4352392bb9.shg-box.shg-c {
  justify-content: center;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0871004-6164-4335-8c46-6bd03d4729b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-d0871004-6164-4335-8c46-6bd03d4729b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0871004-6164-4335-8c46-6bd03d4729b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-d0871004-6164-4335-8c46-6bd03d4729b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0871004-6164-4335-8c46-6bd03d4729b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-d0871004-6164-4335-8c46-6bd03d4729b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0871004-6164-4335-8c46-6bd03d4729b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-d0871004-6164-4335-8c46-6bd03d4729b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d0871004-6164-4335-8c46-6bd03d4729b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d0871004-6164-4335-8c46-6bd03d4729b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

      
    max-width: 400px;

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




.s-d0871004-6164-4335-8c46-6bd03d4729b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0871004-6164-4335-8c46-6bd03d4729b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e2fe0e41-bc3a-463e-8100-c46512d53c81 {
  min-height: 600px;
}








#s-e2fe0e41-bc3a-463e-8100-c46512d53c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2fe0e41-bc3a-463e-8100-c46512d53c81.shg-box.shg-c {
  justify-content: center;
}

#s-8ba04ac8-c001-4a20-84e3-4c34eea44d12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ba04ac8-c001-4a20-84e3-4c34eea44d12 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-8ba04ac8-c001-4a20-84e3-4c34eea44d12 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-4ac25080-0e18-43c3-9ba2-5b943b46c7a9 {
  margin-bottom: 50px;
text-align: left;
}

@media (min-width: 0px) {
[id="s-a320db85-bfe5-463f-8d51-20123acd4874"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a320db85-bfe5-463f-8d51-20123acd4874"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a320db85-bfe5-463f-8d51-20123acd4874"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a320db85-bfe5-463f-8d51-20123acd4874"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f967f2b-fdd4-4421-be56-e50e5ef95d7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f967f2b-fdd4-4421-be56-e50e5ef95d7c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-8f967f2b-fdd4-4421-be56-e50e5ef95d7c .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-1d8f8896-7e21-4d2f-ac2a-ce7f875a84d7 {
  text-align: left;
}

#s-79bf91b9-4adc-4dd9-987f-dd90952bc98a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79bf91b9-4adc-4dd9-987f-dd90952bc98a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-79bf91b9-4adc-4dd9-987f-dd90952bc98a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-39482a05-79b4-4b91-b75a-faebe4397783 {
  text-align: left;
}

#s-20deab9b-80d4-4d41-8ffb-7c8145067e08 hr {
  border-top: 2px solid #ddd;
}

#s-f1ea637a-abe7-40ba-9451-ce2bf5738d88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1ea637a-abe7-40ba-9451-ce2bf5738d88 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f1ea637a-abe7-40ba-9451-ce2bf5738d88 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-3c9622e0-1795-46e0-b4e6-6a6700c696fb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3c9622e0-1795-46e0-b4e6-6a6700c696fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9622e0-1795-46e0-b4e6-6a6700c696fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9622e0-1795-46e0-b4e6-6a6700c696fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9622e0-1795-46e0-b4e6-6a6700c696fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a079be08-fcea-4c65-8f64-b826812a437f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a079be08-fcea-4c65-8f64-b826812a437f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a079be08-fcea-4c65-8f64-b826812a437f.shg-box.shg-c {
  justify-content: center;
}

#s-897094b1-4daa-4cd6-a688-77b20c811cdf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (max-width: 767px){#s-897094b1-4daa-4cd6-a688-77b20c811cdf {
  text-align: center;
}
}
#s-897094b1-4daa-4cd6-a688-77b20c811cdf .shogun-heading-component h1 {
  color: rgba(247, 209, 23, 1);
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-897094b1-4daa-4cd6-a688-77b20c811cdf .shogun-heading-component h1 {
  color: rgba(247, 209, 23, 1);
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-897094b1-4daa-4cd6-a688-77b20c811cdf .shogun-heading-component h1 {
  color: rgba(247, 209, 23, 1);
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-897094b1-4daa-4cd6-a688-77b20c811cdf .shogun-heading-component h1 {
  color: rgba(247, 209, 23, 1);
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-4b0af3dc-81d1-474a-ae80-d6261fc4c993 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4b0af3dc-81d1-474a-ae80-d6261fc4c993 {
  text-align: center;
}
}
#s-4b0af3dc-81d1-474a-ae80-d6261fc4c993 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  line-height: 1.5em;
  
  
}



#s-33f63c9f-8f2e-4f88-9a52-8179ba7da1da {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-33f63c9f-8f2e-4f88-9a52-8179ba7da1da {
  margin-left: 3%;
margin-right: 3%;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Inter";
}

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

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

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

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

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

#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(247, 209, 23, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2 {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2 {
  text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2 {
  text-align: left;
}
}

  #s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2-root {
    text-align: center;
  }


#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Inter;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2-root {
    text-align: left;
  }


#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Inter;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2-root {
    text-align: left;
  }


#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Inter;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2-root {
    text-align: left;
  }


#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Inter;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2-root {
    text-align: center;
  }


#s-e7f3ad1c-c6c8-46e3-a7ba-129833fdfef2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Inter;
  display:  inline-block ;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-f2be6db9-e5f6-4246-ad9c-8d01d3b45d63 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

#s-4dd5b8ce-aacd-454d-bb47-7a6cc16b4acf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4dd5b8ce-aacd-454d-bb47-7a6cc16b4acf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dd5b8ce-aacd-454d-bb47-7a6cc16b4acf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4dd5b8ce-aacd-454d-bb47-7a6cc16b4acf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dd5b8ce-aacd-454d-bb47-7a6cc16b4acf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-335074b8-502f-4129-b4b1-0c8964e3f531 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-335074b8-502f-4129-b4b1-0c8964e3f531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-335074b8-502f-4129-b4b1-0c8964e3f531.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 250px;
}
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/480x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/960x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/768x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/1536x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/1024x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/2048x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/1200x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 {
  background-image: url(https://i.shgcdn.com/f624d1b1-8370-415c-b368-7fb38551c5df/-/resize/2048x/);
}
#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbe76ed4-2124-49d9-b4c2-60082a0e76b5.shg-box.shg-c {
  justify-content: center;
}

#s-b6bf8025-be9d-451f-b4e8-571e40a6a8f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b6bf8025-be9d-451f-b4e8-571e40a6a8f6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-b6bf8025-be9d-451f-b4e8-571e40a6a8f6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-5c9368c3-fe7e-4745-bb2f-c68cf6ff61a8 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-5c9368c3-fe7e-4745-bb2f-c68cf6ff61a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c9368c3-fe7e-4745-bb2f-c68cf6ff61a8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 250px;
}
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/480x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/960x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/768x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/1536x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/1024x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/2048x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/1200x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 {
  background-image: url(https://i.shgcdn.com/05657203-c46d-4971-a952-1fc8878edb43/-/resize/2048x/);
}
#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e1de7cc7-3469-4b07-8645-5051d0e8f988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1de7cc7-3469-4b07-8645-5051d0e8f988.shg-box.shg-c {
  justify-content: center;
}

#s-2dbe8bfc-0d30-421d-8a91-0f6ba5ba2c0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2dbe8bfc-0d30-421d-8a91-0f6ba5ba2c0e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-2dbe8bfc-0d30-421d-8a91-0f6ba5ba2c0e .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-aa443206-a69e-4e6e-82ad-10457c027c9f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-aa443206-a69e-4e6e-82ad-10457c027c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa443206-a69e-4e6e-82ad-10457c027c9f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 250px;
}
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/480x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/960x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/768x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/1536x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/1024x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/2048x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/1200x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c517c51b-0b71-42aa-8019-b8d3195bad18 {
  background-image: url(https://i.shgcdn.com/8eeeae5c-d571-4265-b464-0911616436a9/-/resize/2048x/);
}
#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c517c51b-0b71-42aa-8019-b8d3195bad18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c517c51b-0b71-42aa-8019-b8d3195bad18.shg-box.shg-c {
  justify-content: center;
}

#s-6e47c2f6-68b5-4245-91f5-c20fa6ac7271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e47c2f6-68b5-4245-91f5-c20fa6ac7271 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-6e47c2f6-68b5-4245-91f5-c20fa6ac7271 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-4bb9c756-a55b-4f0a-ba22-952542126064 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4bb9c756-a55b-4f0a-ba22-952542126064"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bb9c756-a55b-4f0a-ba22-952542126064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4bb9c756-a55b-4f0a-ba22-952542126064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bb9c756-a55b-4f0a-ba22-952542126064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-442ee384-508d-41f9-bc71-d3a3579f0923 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-442ee384-508d-41f9-bc71-d3a3579f0923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-442ee384-508d-41f9-bc71-d3a3579f0923.shg-box.shg-c {
  justify-content: flex-start;
}

#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 250px;
}
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/480x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/960x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/768x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/1536x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/1024x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/2048x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/1200x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71b147e4-aca9-4225-84bb-eeb26fd61309 {
  background-image: url(https://i.shgcdn.com/c0f6ef41-10e0-41b0-a347-c62b95f947d6/-/resize/2048x/);
}
#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-71b147e4-aca9-4225-84bb-eeb26fd61309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-71b147e4-aca9-4225-84bb-eeb26fd61309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71b147e4-aca9-4225-84bb-eeb26fd61309.shg-box.shg-c {
  justify-content: center;
}
}
#s-045dde9a-c776-46ac-aed9-f9d689664668 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-045dde9a-c776-46ac-aed9-f9d689664668 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-045dde9a-c776-46ac-aed9-f9d689664668 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-e0a96461-f328-4d56-8a0e-063e58ac6e03 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-e0a96461-f328-4d56-8a0e-063e58ac6e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0a96461-f328-4d56-8a0e-063e58ac6e03.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 250px;
}
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/480x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/960x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/768x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/1536x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/1024x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/2048x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/1200x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 {
  background-image: url(https://i.shgcdn.com/7c1103f6-978b-4089-aa47-6ffa3e11350c/-/resize/2048x/);
}
#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2cb97b2-ff91-4eff-981e-6eb20d888d66.shg-box.shg-c {
  justify-content: center;
}
}
#s-d19dbcc7-3a1e-4a36-8918-959185801b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d19dbcc7-3a1e-4a36-8918-959185801b02 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-d19dbcc7-3a1e-4a36-8918-959185801b02 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-3cc59d90-3762-4dac-9ea0-02baf0443534 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-3cc59d90-3762-4dac-9ea0-02baf0443534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cc59d90-3762-4dac-9ea0-02baf0443534.shg-box.shg-c {
  justify-content: flex-start;
}

#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-66e627fa-d9c7-4b11-a593-95880288156e {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 250px;
}
}
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/480x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/960x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/768x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/1536x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/1024x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/2048x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/1200x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66e627fa-d9c7-4b11-a593-95880288156e {
  background-image: url(https://i.shgcdn.com/2353f288-8f49-4bae-a02d-ff48ed842581/-/resize/2048x/);
}
#s-66e627fa-d9c7-4b11-a593-95880288156e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-66e627fa-d9c7-4b11-a593-95880288156e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66e627fa-d9c7-4b11-a593-95880288156e.shg-box.shg-c {
  justify-content: center;
}

#s-35adcf22-1750-4a15-b51b-ab07f27923cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35adcf22-1750-4a15-b51b-ab07f27923cc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-35adcf22-1750-4a15-b51b-ab07f27923cc .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-84e38fb9-ed27-4189-9bd3-b8d7738f7b0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84e38fb9-ed27-4189-9bd3-b8d7738f7b0c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-84e38fb9-ed27-4189-9bd3-b8d7738f7b0c .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-a820d471-1d32-4a83-8627-317a99e2fbd7 {
  margin-left: auto;
margin-right: auto;
}

#s-11ebf3a4-d092-4597-8676-a8213321f43e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-11ebf3a4-d092-4597-8676-a8213321f43e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11ebf3a4-d092-4597-8676-a8213321f43e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11ebf3a4-d092-4597-8676-a8213321f43e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11ebf3a4-d092-4597-8676-a8213321f43e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-780aa5d7-5c7f-4781-9e61-c0dcbce1fe9d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-780aa5d7-5c7f-4781-9e61-c0dcbce1fe9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-780aa5d7-5c7f-4781-9e61-c0dcbce1fe9d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-990f5f14-d943-44a7-9dac-521d50086977 {
  margin-left: auto;
margin-right: auto;
min-height: 250px;
}
@media (min-width: 1200px){#s-990f5f14-d943-44a7-9dac-521d50086977 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
}
}







#s-990f5f14-d943-44a7-9dac-521d50086977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-990f5f14-d943-44a7-9dac-521d50086977.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-990f5f14-d943-44a7-9dac-521d50086977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-990f5f14-d943-44a7-9dac-521d50086977.shg-box.shg-c {
  justify-content: center;
}
}
#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d8e8a2f-c9bc-4c85-ada7-4c487ba882c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-66075e9e-37ad-479c-8641-a522f0a77369 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66075e9e-37ad-479c-8641-a522f0a77369 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-66075e9e-37ad-479c-8641-a522f0a77369 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-8d3ec08c-a99a-47d1-b12f-933c1690f80d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-8d3ec08c-a99a-47d1-b12f-933c1690f80d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d3ec08c-a99a-47d1-b12f-933c1690f80d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7625437-c1fd-411a-a3a5-253d38191764 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7625437-c1fd-411a-a3a5-253d38191764 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-e7625437-c1fd-411a-a3a5-253d38191764 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e7625437-c1fd-411a-a3a5-253d38191764 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7625437-c1fd-411a-a3a5-253d38191764 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7625437-c1fd-411a-a3a5-253d38191764 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-e7625437-c1fd-411a-a3a5-253d38191764 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e7625437-c1fd-411a-a3a5-253d38191764 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7625437-c1fd-411a-a3a5-253d38191764 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7625437-c1fd-411a-a3a5-253d38191764 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-e7625437-c1fd-411a-a3a5-253d38191764 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e7625437-c1fd-411a-a3a5-253d38191764 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7625437-c1fd-411a-a3a5-253d38191764 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7625437-c1fd-411a-a3a5-253d38191764 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-e7625437-c1fd-411a-a3a5-253d38191764 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e7625437-c1fd-411a-a3a5-253d38191764 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7625437-c1fd-411a-a3a5-253d38191764 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e7625437-c1fd-411a-a3a5-253d38191764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7625437-c1fd-411a-a3a5-253d38191764 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-e7625437-c1fd-411a-a3a5-253d38191764 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7625437-c1fd-411a-a3a5-253d38191764.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-41d76627-dae6-4768-bcfc-dea88d23f096 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41d76627-dae6-4768-bcfc-dea88d23f096 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-41d76627-dae6-4768-bcfc-dea88d23f096 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-87924e9f-9990-41d0-8114-f4fb45c81b38 {
  margin-left: auto;
margin-right: auto;
}

#s-87924e9f-9990-41d0-8114-f4fb45c81b38 .shg-proportional-font-size,
#s-87924e9f-9990-41d0-8114-f4fb45c81b38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b04d4cd1-16b6-44a3-9b29-1b8d4eaded98 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}








#s-b04d4cd1-16b6-44a3-9b29-1b8d4eaded98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b04d4cd1-16b6-44a3-9b29-1b8d4eaded98.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c21cda4-5f35-4202-b6f5-fbac9d07f8cd {
  margin-left: auto;
margin-right: auto;
min-height: 250px;
}
@media (min-width: 1200px){#s-4c21cda4-5f35-4202-b6f5-fbac9d07f8cd {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
}
}







#s-4c21cda4-5f35-4202-b6f5-fbac9d07f8cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c21cda4-5f35-4202-b6f5-fbac9d07f8cd.shg-box.shg-c {
  justify-content: center;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca0b077d-9e87-4f3e-9e93-5908bf92b6e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cfc964af-0a74-44a9-a59b-981402c54186 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cfc964af-0a74-44a9-a59b-981402c54186 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-cfc964af-0a74-44a9-a59b-981402c54186 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-85189405-8a7a-4e7b-8097-a7ba17f67138 hr {
  border-top: 2px solid #ddd;
}

#s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(238, 238, 238, 1);
}

@media (min-width: 0px) {
[id="s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b794801-ef31-4cbe-aea7-8ca28cc6bb8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-ef9af8c3-90fb-4543-a21e-e8032e4b5362 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
min-height: 50px;
}








#s-ef9af8c3-90fb-4543-a21e-e8032e4b5362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef9af8c3-90fb-4543-a21e-e8032e4b5362.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-ef9af8c3-90fb-4543-a21e-e8032e4b5362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef9af8c3-90fb-4543-a21e-e8032e4b5362.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-a2b4c44d-0b13-42c3-851e-78c68acdc2e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2b4c44d-0b13-42c3-851e-78c68acdc2e4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a2b4c44d-0b13-42c3-851e-78c68acdc2e4 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-c3f6e876-2634-4ed4-a7c0-2e890fbc44dd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-c3f6e876-2634-4ed4-a7c0-2e890fbc44dd {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-c3f6e876-2634-4ed4-a7c0-2e890fbc44dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3f6e876-2634-4ed4-a7c0-2e890fbc44dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3f6e876-2634-4ed4-a7c0-2e890fbc44dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3f6e876-2634-4ed4-a7c0-2e890fbc44dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fe54a354-2a41-4a55-b5b5-608a32212e4d {
  margin-left: auto;
margin-right: auto;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80d2924-04c9-4c35-ab0a-e5d32b8b2853.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8bad06f4-e758-41d0-a81a-9b58b02ac6be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bad06f4-e758-41d0-a81a-9b58b02ac6be .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-10131e04-eae0-4113-b93b-1fe67b26f174 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-e0e8706e-bddc-464d-9740-73053f5fe7e4 {
  margin-left: auto;
margin-right: auto;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9047901-b683-47c9-ad23-079bf6c71c5a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c9047901-b683-47c9-ad23-079bf6c71c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9047901-b683-47c9-ad23-079bf6c71c5a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c9047901-b683-47c9-ad23-079bf6c71c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9047901-b683-47c9-ad23-079bf6c71c5a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c9047901-b683-47c9-ad23-079bf6c71c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9047901-b683-47c9-ad23-079bf6c71c5a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c9047901-b683-47c9-ad23-079bf6c71c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9047901-b683-47c9-ad23-079bf6c71c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9047901-b683-47c9-ad23-079bf6c71c5a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c9047901-b683-47c9-ad23-079bf6c71c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9047901-b683-47c9-ad23-079bf6c71c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3419429f-d584-4fad-895e-a41d55d59b59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3419429f-d584-4fad-895e-a41d55d59b59 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-65b78a19-caf6-4f9e-8bbd-afa90c59a647 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-eb23d4c5-c98b-41a8-a355-85acfc4c3d8a {
  margin-left: auto;
margin-right: auto;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5873651-f007-49c3-aa98-c51529b34bfd img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c5873651-f007-49c3-aa98-c51529b34bfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5873651-f007-49c3-aa98-c51529b34bfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5873651-f007-49c3-aa98-c51529b34bfd img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c5873651-f007-49c3-aa98-c51529b34bfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5873651-f007-49c3-aa98-c51529b34bfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5873651-f007-49c3-aa98-c51529b34bfd img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c5873651-f007-49c3-aa98-c51529b34bfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5873651-f007-49c3-aa98-c51529b34bfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5873651-f007-49c3-aa98-c51529b34bfd img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c5873651-f007-49c3-aa98-c51529b34bfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5873651-f007-49c3-aa98-c51529b34bfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5873651-f007-49c3-aa98-c51529b34bfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5873651-f007-49c3-aa98-c51529b34bfd img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c5873651-f007-49c3-aa98-c51529b34bfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5873651-f007-49c3-aa98-c51529b34bfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-899ad59a-9b1f-42c1-8438-c9a3db2c7557 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-899ad59a-9b1f-42c1-8438-c9a3db2c7557 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9b81155e-094b-45cc-920b-1a166b867bcf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-efdaf687-7339-42c7-8156-24e5e9cece60 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-efdaf687-7339-42c7-8156-24e5e9cece60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efdaf687-7339-42c7-8156-24e5e9cece60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efdaf687-7339-42c7-8156-24e5e9cece60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efdaf687-7339-42c7-8156-24e5e9cece60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-802cce92-631a-40f9-99e9-478ef311a5f3 {
  margin-left: auto;
margin-right: auto;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-970410b6-32b9-4698-aab7-55760c56bca7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-970410b6-32b9-4698-aab7-55760c56bca7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-970410b6-32b9-4698-aab7-55760c56bca7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-970410b6-32b9-4698-aab7-55760c56bca7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-970410b6-32b9-4698-aab7-55760c56bca7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-970410b6-32b9-4698-aab7-55760c56bca7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-970410b6-32b9-4698-aab7-55760c56bca7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-970410b6-32b9-4698-aab7-55760c56bca7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-970410b6-32b9-4698-aab7-55760c56bca7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-970410b6-32b9-4698-aab7-55760c56bca7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-970410b6-32b9-4698-aab7-55760c56bca7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-970410b6-32b9-4698-aab7-55760c56bca7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-970410b6-32b9-4698-aab7-55760c56bca7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-970410b6-32b9-4698-aab7-55760c56bca7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-970410b6-32b9-4698-aab7-55760c56bca7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-970410b6-32b9-4698-aab7-55760c56bca7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-970410b6-32b9-4698-aab7-55760c56bca7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-970410b6-32b9-4698-aab7-55760c56bca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-970410b6-32b9-4698-aab7-55760c56bca7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-970410b6-32b9-4698-aab7-55760c56bca7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-970410b6-32b9-4698-aab7-55760c56bca7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8f0ce411-b8a2-4395-af57-e7dab51475ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f0ce411-b8a2-4395-af57-e7dab51475ec .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0cdd5f3a-c4d1-4bb6-bc78-910c74c633ab {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b828ef3-d68d-4101-a6b8-234115031913 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b828ef3-d68d-4101-a6b8-234115031913 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-5b828ef3-d68d-4101-a6b8-234115031913 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5b828ef3-d68d-4101-a6b8-234115031913 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b828ef3-d68d-4101-a6b8-234115031913 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b828ef3-d68d-4101-a6b8-234115031913 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-5b828ef3-d68d-4101-a6b8-234115031913 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5b828ef3-d68d-4101-a6b8-234115031913 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b828ef3-d68d-4101-a6b8-234115031913 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b828ef3-d68d-4101-a6b8-234115031913 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-5b828ef3-d68d-4101-a6b8-234115031913 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5b828ef3-d68d-4101-a6b8-234115031913 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b828ef3-d68d-4101-a6b8-234115031913 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b828ef3-d68d-4101-a6b8-234115031913 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-5b828ef3-d68d-4101-a6b8-234115031913 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5b828ef3-d68d-4101-a6b8-234115031913 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b828ef3-d68d-4101-a6b8-234115031913 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b828ef3-d68d-4101-a6b8-234115031913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b828ef3-d68d-4101-a6b8-234115031913 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-5b828ef3-d68d-4101-a6b8-234115031913 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b828ef3-d68d-4101-a6b8-234115031913.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1e8f3b19-3525-4562-b267-2316bff5a10d {
  margin-left: auto;
margin-right: auto;
}

#s-34b5ca68-1d33-47d2-91f1-5e3fb0fcdfe4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34b5ca68-1d33-47d2-91f1-5e3fb0fcdfe4 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fd95eb46-7541-4b48-b5e7-25a3f995b4ad {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6d0c60-3cc2-4274-b03a-cfa760e39b8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0827017-1ad5-4918-ae20-4e54f41a65ea {
  margin-left: auto;
margin-right: auto;
}

#s-61657740-0a21-49d9-82d8-bd8db82d73cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61657740-0a21-49d9-82d8-bd8db82d73cc .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5deafa8b-e525-42b6-845d-021f3f15ebf9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-55c699a5-af98-45af-9feb-76dc2807222e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-55c699a5-af98-45af-9feb-76dc2807222e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-55c699a5-af98-45af-9feb-76dc2807222e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55c699a5-af98-45af-9feb-76dc2807222e.shg-box.shg-c {
  justify-content: center;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf871718-16b2-45b2-ad44-04b062473fde .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf871718-16b2-45b2-ad44-04b062473fde img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-cf871718-16b2-45b2-ad44-04b062473fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cf871718-16b2-45b2-ad44-04b062473fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf871718-16b2-45b2-ad44-04b062473fde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf871718-16b2-45b2-ad44-04b062473fde img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-cf871718-16b2-45b2-ad44-04b062473fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cf871718-16b2-45b2-ad44-04b062473fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf871718-16b2-45b2-ad44-04b062473fde .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf871718-16b2-45b2-ad44-04b062473fde img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-cf871718-16b2-45b2-ad44-04b062473fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cf871718-16b2-45b2-ad44-04b062473fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf871718-16b2-45b2-ad44-04b062473fde .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf871718-16b2-45b2-ad44-04b062473fde img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-cf871718-16b2-45b2-ad44-04b062473fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cf871718-16b2-45b2-ad44-04b062473fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf871718-16b2-45b2-ad44-04b062473fde .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf871718-16b2-45b2-ad44-04b062473fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf871718-16b2-45b2-ad44-04b062473fde img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

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




.s-cf871718-16b2-45b2-ad44-04b062473fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf871718-16b2-45b2-ad44-04b062473fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-53947ff0-8374-4e98-831a-3d6a95394701 {
  margin-left: auto;
margin-right: auto;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c5cdbe77-400f-4c8e-98aa-85493b35adbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5cdbe77-400f-4c8e-98aa-85493b35adbd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-24a734e2-aa26-40f3-b9b3-5b0ecdc1fb90 {
  margin-left: auto;
margin-right: auto;
}

#s-c334f069-233d-4593-9e6b-55d9b31a8f70 hr {
  border-top: 2px solid #ddd;
}

#s-16b7313d-fd32-4fc5-acf6-575e2603a2d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16b7313d-fd32-4fc5-acf6-575e2603a2d3 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-16b7313d-fd32-4fc5-acf6-575e2603a2d3 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}
#s-cee5fd8c-15ba-4caa-9ac4-f44189f6a4ca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.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-3cf75ca0-1be3-488d-aba7-9a74ed2d078f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f {
  --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-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev,
#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next {
  
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev svg,
#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .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-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f {
  --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-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev,
#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next {
  
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev svg,
#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .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-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f {
  --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-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev,
#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next {
  
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev svg,
#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .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-3cf75ca0-1be3-488d-aba7-9a74ed2d078f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-7e1dd730-2508-4593-9433-849b0e003a79 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (max-width: 767px){#s-7e1dd730-2508-4593-9433-849b0e003a79 {
  padding-top: 0px;
padding-bottom: 30px;
}
}
.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-aae503b0-d114-4db3-a453-887709f4c3c5 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aae503b0-d114-4db3-a453-887709f4c3c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Inter";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d57a7152-72bf-4f64-a6c8-09a83bff3a09 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d57a7152-72bf-4f64-a6c8-09a83bff3a09 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f146c7c5-5012-4d8a-8e86-438967472820 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f146c7c5-5012-4d8a-8e86-438967472820 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f146c7c5-5012-4d8a-8e86-438967472820 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f146c7c5-5012-4d8a-8e86-438967472820 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-efb4c227-d0ed-4b71-ac59-82542f14d783 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-efb4c227-d0ed-4b71-ac59-82542f14d783:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efb4c227-d0ed-4b71-ac59-82542f14d783:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efb4c227-d0ed-4b71-ac59-82542f14d783-atc-btn-wrapper {
    text-align: center;
  }


#s-efb4c227-d0ed-4b71-ac59-82542f14d783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-efb4c227-d0ed-4b71-ac59-82542f14d783-atc-btn-wrapper {
    text-align: center;
  }


#s-efb4c227-d0ed-4b71-ac59-82542f14d783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-efb4c227-d0ed-4b71-ac59-82542f14d783-atc-btn-wrapper {
    text-align: center;
  }


#s-efb4c227-d0ed-4b71-ac59-82542f14d783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-efb4c227-d0ed-4b71-ac59-82542f14d783-atc-btn-wrapper {
    text-align: center;
  }


#s-efb4c227-d0ed-4b71-ac59-82542f14d783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-efb4c227-d0ed-4b71-ac59-82542f14d783-atc-btn-wrapper {
    text-align: center;
  }


#s-efb4c227-d0ed-4b71-ac59-82542f14d783 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efb4c227-d0ed-4b71-ac59-82542f14d783.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7f8215e9-205a-4e6e-b4f4-86570f7fa590 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (max-width: 767px){#s-7f8215e9-205a-4e6e-b4f4-86570f7fa590 {
  padding-top: 0px;
padding-bottom: 30px;
}
}
#s-afaba23a-1080-4528-9045-a40d15f3dbe1 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afaba23a-1080-4528-9045-a40d15f3dbe1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf8cdbb0-1621-4547-aa91-2e56b9274c7a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf8cdbb0-1621-4547-aa91-2e56b9274c7a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-630c9793-8bd1-4b95-8174-3e10abeddfc8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-630c9793-8bd1-4b95-8174-3e10abeddfc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-630c9793-8bd1-4b95-8174-3e10abeddfc8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-630c9793-8bd1-4b95-8174-3e10abeddfc8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-04a22c3c-2e60-4d10-aab7-49942c50e037:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04a22c3c-2e60-4d10-aab7-49942c50e037:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04a22c3c-2e60-4d10-aab7-49942c50e037-atc-btn-wrapper {
    text-align: center;
  }


#s-04a22c3c-2e60-4d10-aab7-49942c50e037 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-04a22c3c-2e60-4d10-aab7-49942c50e037-atc-btn-wrapper {
    text-align: center;
  }


#s-04a22c3c-2e60-4d10-aab7-49942c50e037 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-04a22c3c-2e60-4d10-aab7-49942c50e037-atc-btn-wrapper {
    text-align: center;
  }


#s-04a22c3c-2e60-4d10-aab7-49942c50e037 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-04a22c3c-2e60-4d10-aab7-49942c50e037-atc-btn-wrapper {
    text-align: center;
  }


#s-04a22c3c-2e60-4d10-aab7-49942c50e037 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-04a22c3c-2e60-4d10-aab7-49942c50e037-atc-btn-wrapper {
    text-align: center;
  }


#s-04a22c3c-2e60-4d10-aab7-49942c50e037 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04a22c3c-2e60-4d10-aab7-49942c50e037.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4ed5f18b-ddbd-46d4-b2e1-e20bd6afdbb4 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (max-width: 767px){#s-4ed5f18b-ddbd-46d4-b2e1-e20bd6afdbb4 {
  padding-top: 0px;
padding-bottom: 30px;
}
}
#s-f2301f65-de70-4c46-b516-e92ca1624bfc {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2301f65-de70-4c46-b516-e92ca1624bfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8d9680ea-6ac4-40d4-ad64-eca0dcb2416e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d9680ea-6ac4-40d4-ad64-eca0dcb2416e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-629dd3ba-255f-482d-9eee-46a08fa876e6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-629dd3ba-255f-482d-9eee-46a08fa876e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-629dd3ba-255f-482d-9eee-46a08fa876e6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-629dd3ba-255f-482d-9eee-46a08fa876e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-00436cd4-716c-4764-80e1-c508beca45cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00436cd4-716c-4764-80e1-c508beca45cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00436cd4-716c-4764-80e1-c508beca45cb-atc-btn-wrapper {
    text-align: center;
  }


#s-00436cd4-716c-4764-80e1-c508beca45cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-00436cd4-716c-4764-80e1-c508beca45cb-atc-btn-wrapper {
    text-align: center;
  }


#s-00436cd4-716c-4764-80e1-c508beca45cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-00436cd4-716c-4764-80e1-c508beca45cb-atc-btn-wrapper {
    text-align: center;
  }


#s-00436cd4-716c-4764-80e1-c508beca45cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-00436cd4-716c-4764-80e1-c508beca45cb-atc-btn-wrapper {
    text-align: center;
  }


#s-00436cd4-716c-4764-80e1-c508beca45cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-00436cd4-716c-4764-80e1-c508beca45cb-atc-btn-wrapper {
    text-align: center;
  }


#s-00436cd4-716c-4764-80e1-c508beca45cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00436cd4-716c-4764-80e1-c508beca45cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-70b7d5ad-af80-4695-96d3-0b8d3edf5461 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (max-width: 767px){#s-70b7d5ad-af80-4695-96d3-0b8d3edf5461 {
  padding-top: 0px;
padding-bottom: 30px;
}
}
#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4571c11-c222-49d7-a97f-8d5f7d0492c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3698a3b8-e99a-41d9-82f2-9c951bbe2734 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3698a3b8-e99a-41d9-82f2-9c951bbe2734 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-550d6542-223e-4875-81e7-3032c1f371eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-550d6542-223e-4875-81e7-3032c1f371eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-550d6542-223e-4875-81e7-3032c1f371eb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-550d6542-223e-4875-81e7-3032c1f371eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-405c90b9-817f-4499-90d9-e446f372fa94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-405c90b9-817f-4499-90d9-e446f372fa94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-405c90b9-817f-4499-90d9-e446f372fa94-atc-btn-wrapper {
    text-align: center;
  }


#s-405c90b9-817f-4499-90d9-e446f372fa94 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-405c90b9-817f-4499-90d9-e446f372fa94-atc-btn-wrapper {
    text-align: center;
  }


#s-405c90b9-817f-4499-90d9-e446f372fa94 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-405c90b9-817f-4499-90d9-e446f372fa94-atc-btn-wrapper {
    text-align: center;
  }


#s-405c90b9-817f-4499-90d9-e446f372fa94 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-405c90b9-817f-4499-90d9-e446f372fa94-atc-btn-wrapper {
    text-align: center;
  }


#s-405c90b9-817f-4499-90d9-e446f372fa94 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-405c90b9-817f-4499-90d9-e446f372fa94-atc-btn-wrapper {
    text-align: center;
  }


#s-405c90b9-817f-4499-90d9-e446f372fa94 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-405c90b9-817f-4499-90d9-e446f372fa94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1adcb621-78ac-46f2-84a9-ae21dfb9a951 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (max-width: 767px){#s-1adcb621-78ac-46f2-84a9-ae21dfb9a951 {
  padding-top: 0px;
padding-bottom: 30px;
}
}
#s-a5cbb932-998c-48b1-a623-ff4eb7343677 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5cbb932-998c-48b1-a623-ff4eb7343677 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6d0f4f6f-f98b-4907-9ab0-d15bfa32197f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d0f4f6f-f98b-4907-9ab0-d15bfa32197f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b5649440-20d1-4fcf-90c1-ea0d1f77502d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b5649440-20d1-4fcf-90c1-ea0d1f77502d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b5649440-20d1-4fcf-90c1-ea0d1f77502d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b5649440-20d1-4fcf-90c1-ea0d1f77502d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-45934540-185c-4aab-a0b8-7f3e4234ec30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45934540-185c-4aab-a0b8-7f3e4234ec30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45934540-185c-4aab-a0b8-7f3e4234ec30-atc-btn-wrapper {
    text-align: center;
  }


#s-45934540-185c-4aab-a0b8-7f3e4234ec30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-45934540-185c-4aab-a0b8-7f3e4234ec30-atc-btn-wrapper {
    text-align: center;
  }


#s-45934540-185c-4aab-a0b8-7f3e4234ec30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-45934540-185c-4aab-a0b8-7f3e4234ec30-atc-btn-wrapper {
    text-align: center;
  }


#s-45934540-185c-4aab-a0b8-7f3e4234ec30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-45934540-185c-4aab-a0b8-7f3e4234ec30-atc-btn-wrapper {
    text-align: center;
  }


#s-45934540-185c-4aab-a0b8-7f3e4234ec30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-45934540-185c-4aab-a0b8-7f3e4234ec30-atc-btn-wrapper {
    text-align: center;
  }


#s-45934540-185c-4aab-a0b8-7f3e4234ec30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45934540-185c-4aab-a0b8-7f3e4234ec30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-da2d8910-dda1-4843-90bc-94af18225c6b {
  margin-left: auto;
margin-right: auto;
}

#s-da2d8910-dda1-4843-90bc-94af18225c6b .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b {
  --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-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-prev,
#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-next {
  
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-prev svg,
#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b .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-da2d8910-dda1-4843-90bc-94af18225c6b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-da2d8910-dda1-4843-90bc-94af18225c6b .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}


#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b {
  --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-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-prev,
#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-next {
  
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-prev svg,
#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-da2d8910-dda1-4843-90bc-94af18225c6b .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-da2d8910-dda1-4843-90bc-94af18225c6b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-4d095630-5e4b-4279-964d-811d8a5bbc35 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-4d095630-5e4b-4279-964d-811d8a5bbc35 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 {
  margin-top: 0px;
}
}


.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9141f0f7-97e9-4a0d-846a-b2a5096debb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fe106e76-f45c-4150-acd8-fffbf3e86ee8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe106e76-f45c-4150-acd8-fffbf3e86ee8 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-04779706-8827-4878-a106-f523109315fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-04779706-8827-4878-a106-f523109315fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-04779706-8827-4878-a106-f523109315fb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-04779706-8827-4878-a106-f523109315fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-377e5e27-f862-4c87-9ba7-08fe30a6aab4-atc-btn-wrapper {
    text-align: center;
  }


#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-377e5e27-f862-4c87-9ba7-08fe30a6aab4-atc-btn-wrapper {
    text-align: center;
  }


#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-377e5e27-f862-4c87-9ba7-08fe30a6aab4-atc-btn-wrapper {
    text-align: center;
  }


#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-377e5e27-f862-4c87-9ba7-08fe30a6aab4-atc-btn-wrapper {
    text-align: center;
  }


#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-377e5e27-f862-4c87-9ba7-08fe30a6aab4-atc-btn-wrapper {
    text-align: center;
  }


#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-377e5e27-f862-4c87-9ba7-08fe30a6aab4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f19fb60d-b69a-4d86-a31f-431998e65539 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-f19fb60d-b69a-4d86-a31f-431998e65539 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-c71c9da6-53c1-4442-ae46-718b83ff533f {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-c71c9da6-53c1-4442-ae46-718b83ff533f {
  margin-top: 0px;
}
}


.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71c9da6-53c1-4442-ae46-718b83ff533f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0391751-f87c-468e-a375-b8cb69a1dd1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0391751-f87c-468e-a375-b8cb69a1dd1e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cc168ef0-04b2-4b63-be46-7ac60ad62eaf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cc168ef0-04b2-4b63-be46-7ac60ad62eaf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cc168ef0-04b2-4b63-be46-7ac60ad62eaf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cc168ef0-04b2-4b63-be46-7ac60ad62eaf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-80d52469-fa36-4c58-b286-bd7f3fce2382:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80d52469-fa36-4c58-b286-bd7f3fce2382:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80d52469-fa36-4c58-b286-bd7f3fce2382-atc-btn-wrapper {
    text-align: center;
  }


#s-80d52469-fa36-4c58-b286-bd7f3fce2382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-80d52469-fa36-4c58-b286-bd7f3fce2382-atc-btn-wrapper {
    text-align: center;
  }


#s-80d52469-fa36-4c58-b286-bd7f3fce2382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-80d52469-fa36-4c58-b286-bd7f3fce2382-atc-btn-wrapper {
    text-align: center;
  }


#s-80d52469-fa36-4c58-b286-bd7f3fce2382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-80d52469-fa36-4c58-b286-bd7f3fce2382-atc-btn-wrapper {
    text-align: center;
  }


#s-80d52469-fa36-4c58-b286-bd7f3fce2382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-80d52469-fa36-4c58-b286-bd7f3fce2382-atc-btn-wrapper {
    text-align: center;
  }


#s-80d52469-fa36-4c58-b286-bd7f3fce2382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80d52469-fa36-4c58-b286-bd7f3fce2382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3e8419d9-62ec-4b7f-99f6-de3eabd7ade8 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-3e8419d9-62ec-4b7f-99f6-de3eabd7ade8 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-c401996b-6075-4720-8c44-bc8813b4c4e0 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-c401996b-6075-4720-8c44-bc8813b4c4e0 {
  margin-top: 0px;
}
}


.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c401996b-6075-4720-8c44-bc8813b4c4e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5e15f15d-dc4d-4154-a04f-ff30e5aa4154 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e15f15d-dc4d-4154-a04f-ff30e5aa4154 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-11e4765a-b85a-4876-b705-ebbaf14b4b9a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-11e4765a-b85a-4876-b705-ebbaf14b4b9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-11e4765a-b85a-4876-b705-ebbaf14b4b9a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-11e4765a-b85a-4876-b705-ebbaf14b4b9a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d4c76a32-fe3c-4baf-be18-0eb87e380287:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4c76a32-fe3c-4baf-be18-0eb87e380287:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4c76a32-fe3c-4baf-be18-0eb87e380287-atc-btn-wrapper {
    text-align: center;
  }


#s-d4c76a32-fe3c-4baf-be18-0eb87e380287 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d4c76a32-fe3c-4baf-be18-0eb87e380287-atc-btn-wrapper {
    text-align: center;
  }


#s-d4c76a32-fe3c-4baf-be18-0eb87e380287 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4c76a32-fe3c-4baf-be18-0eb87e380287-atc-btn-wrapper {
    text-align: center;
  }


#s-d4c76a32-fe3c-4baf-be18-0eb87e380287 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d4c76a32-fe3c-4baf-be18-0eb87e380287-atc-btn-wrapper {
    text-align: center;
  }


#s-d4c76a32-fe3c-4baf-be18-0eb87e380287 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d4c76a32-fe3c-4baf-be18-0eb87e380287-atc-btn-wrapper {
    text-align: center;
  }


#s-d4c76a32-fe3c-4baf-be18-0eb87e380287 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4c76a32-fe3c-4baf-be18-0eb87e380287.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f10efabb-913b-490c-b3cd-ee310c33573a {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-f10efabb-913b-490c-b3cd-ee310c33573a {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-434bf0bf-62f1-420f-872f-2634dabca7ba {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-434bf0bf-62f1-420f-872f-2634dabca7ba {
  margin-top: 0px;
}
}


.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-434bf0bf-62f1-420f-872f-2634dabca7ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-98995af2-b41c-45b9-8328-d547645cff70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98995af2-b41c-45b9-8328-d547645cff70 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b97ec215-2163-4cfb-b512-7f3d1df1800e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b97ec215-2163-4cfb-b512-7f3d1df1800e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b97ec215-2163-4cfb-b512-7f3d1df1800e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b97ec215-2163-4cfb-b512-7f3d1df1800e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-47296f94-5f40-46d0-bc52-5e8b8db0f495:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47296f94-5f40-46d0-bc52-5e8b8db0f495:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47296f94-5f40-46d0-bc52-5e8b8db0f495-atc-btn-wrapper {
    text-align: center;
  }


#s-47296f94-5f40-46d0-bc52-5e8b8db0f495 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-47296f94-5f40-46d0-bc52-5e8b8db0f495-atc-btn-wrapper {
    text-align: center;
  }


#s-47296f94-5f40-46d0-bc52-5e8b8db0f495 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-47296f94-5f40-46d0-bc52-5e8b8db0f495-atc-btn-wrapper {
    text-align: center;
  }


#s-47296f94-5f40-46d0-bc52-5e8b8db0f495 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-47296f94-5f40-46d0-bc52-5e8b8db0f495-atc-btn-wrapper {
    text-align: center;
  }


#s-47296f94-5f40-46d0-bc52-5e8b8db0f495 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-47296f94-5f40-46d0-bc52-5e8b8db0f495-atc-btn-wrapper {
    text-align: center;
  }


#s-47296f94-5f40-46d0-bc52-5e8b8db0f495 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47296f94-5f40-46d0-bc52-5e8b8db0f495.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-34dd451b-c79b-46a8-834b-ef7cb9b7de78 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-34dd451b-c79b-46a8-834b-ef7cb9b7de78 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 {
  margin-top: 0px;
}
}


.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef2904-d631-48ca-a9ec-c4d2cf60b0a7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-32bf40ea-0947-42a9-abdd-35dd663a2f77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32bf40ea-0947-42a9-abdd-35dd663a2f77 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-291b7ad2-559e-4e08-a779-43a674b57532 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-291b7ad2-559e-4e08-a779-43a674b57532 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-291b7ad2-559e-4e08-a779-43a674b57532 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-291b7ad2-559e-4e08-a779-43a674b57532 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca-atc-btn-wrapper {
    text-align: center;
  }


#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca-atc-btn-wrapper {
    text-align: center;
  }


#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca-atc-btn-wrapper {
    text-align: center;
  }


#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca-atc-btn-wrapper {
    text-align: center;
  }


#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca-atc-btn-wrapper {
    text-align: center;
  }


#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46c233c8-3b47-4c7b-bb8c-c5c27b174dca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5e56c414-4c21-4253-a20c-1549b15fa1bc {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-5e56c414-4c21-4253-a20c-1549b15fa1bc {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 {
  margin-top: 0px;
}
}


.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa81270-f3c1-4e99-bf49-cef2d0c9c3f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cd1b006f-d78f-4f7e-a49b-39daada0e86a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd1b006f-d78f-4f7e-a49b-39daada0e86a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b6cc9898-75f2-44cc-8fb8-ddae084e5b9b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b6cc9898-75f2-44cc-8fb8-ddae084e5b9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b6cc9898-75f2-44cc-8fb8-ddae084e5b9b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b6cc9898-75f2-44cc-8fb8-ddae084e5b9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-88b13a6d-eddb-4eb8-8a84-babd9488221d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88b13a6d-eddb-4eb8-8a84-babd9488221d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88b13a6d-eddb-4eb8-8a84-babd9488221d-atc-btn-wrapper {
    text-align: center;
  }


#s-88b13a6d-eddb-4eb8-8a84-babd9488221d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-88b13a6d-eddb-4eb8-8a84-babd9488221d-atc-btn-wrapper {
    text-align: center;
  }


#s-88b13a6d-eddb-4eb8-8a84-babd9488221d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-88b13a6d-eddb-4eb8-8a84-babd9488221d-atc-btn-wrapper {
    text-align: center;
  }


#s-88b13a6d-eddb-4eb8-8a84-babd9488221d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-88b13a6d-eddb-4eb8-8a84-babd9488221d-atc-btn-wrapper {
    text-align: center;
  }


#s-88b13a6d-eddb-4eb8-8a84-babd9488221d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-88b13a6d-eddb-4eb8-8a84-babd9488221d-atc-btn-wrapper {
    text-align: center;
  }


#s-88b13a6d-eddb-4eb8-8a84-babd9488221d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b13a6d-eddb-4eb8-8a84-babd9488221d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b2ac2b06-f328-4ce5-bae2-41068cb97be4 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-b2ac2b06-f328-4ce5-bae2-41068cb97be4 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b249fc68-9490-4f93-9d20-342fef6a49cc {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-b249fc68-9490-4f93-9d20-342fef6a49cc {
  margin-top: 0px;
}
}


.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b249fc68-9490-4f93-9d20-342fef6a49cc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-73027b90-578c-4346-b99c-1913aaf84224 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73027b90-578c-4346-b99c-1913aaf84224 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0beaa9d5-9144-430e-8698-98b204ae0988 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0beaa9d5-9144-430e-8698-98b204ae0988 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0beaa9d5-9144-430e-8698-98b204ae0988 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0beaa9d5-9144-430e-8698-98b204ae0988 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-340664b0-09ba-46ce-af8b-8a6dbc5114e2-atc-btn-wrapper {
    text-align: center;
  }


#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-340664b0-09ba-46ce-af8b-8a6dbc5114e2-atc-btn-wrapper {
    text-align: center;
  }


#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-340664b0-09ba-46ce-af8b-8a6dbc5114e2-atc-btn-wrapper {
    text-align: center;
  }


#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-340664b0-09ba-46ce-af8b-8a6dbc5114e2-atc-btn-wrapper {
    text-align: center;
  }


#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-340664b0-09ba-46ce-af8b-8a6dbc5114e2-atc-btn-wrapper {
    text-align: center;
  }


#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340664b0-09ba-46ce-af8b-8a6dbc5114e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6ee8d4c0-0d51-465d-bcee-22d670608fe2 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-6ee8d4c0-0d51-465d-bcee-22d670608fe2 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-a9c4d41e-2240-4912-884f-812ddce0f159 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-a9c4d41e-2240-4912-884f-812ddce0f159 {
  margin-top: 0px;
}
}


.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4d41e-2240-4912-884f-812ddce0f159 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-78bda6a0-642c-4cf3-b58c-0a5fb737963e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78bda6a0-642c-4cf3-b58c-0a5fb737963e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1710b739-ea30-4bcc-82c2-9326e9b1f4d0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1710b739-ea30-4bcc-82c2-9326e9b1f4d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1710b739-ea30-4bcc-82c2-9326e9b1f4d0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1710b739-ea30-4bcc-82c2-9326e9b1f4d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f21a7e54-fb22-4678-bfa1-eba7074e296a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f21a7e54-fb22-4678-bfa1-eba7074e296a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f21a7e54-fb22-4678-bfa1-eba7074e296a-atc-btn-wrapper {
    text-align: center;
  }


#s-f21a7e54-fb22-4678-bfa1-eba7074e296a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f21a7e54-fb22-4678-bfa1-eba7074e296a-atc-btn-wrapper {
    text-align: center;
  }


#s-f21a7e54-fb22-4678-bfa1-eba7074e296a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f21a7e54-fb22-4678-bfa1-eba7074e296a-atc-btn-wrapper {
    text-align: center;
  }


#s-f21a7e54-fb22-4678-bfa1-eba7074e296a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f21a7e54-fb22-4678-bfa1-eba7074e296a-atc-btn-wrapper {
    text-align: center;
  }


#s-f21a7e54-fb22-4678-bfa1-eba7074e296a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f21a7e54-fb22-4678-bfa1-eba7074e296a-atc-btn-wrapper {
    text-align: center;
  }


#s-f21a7e54-fb22-4678-bfa1-eba7074e296a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f21a7e54-fb22-4678-bfa1-eba7074e296a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0ed6dd9d-f2a7-4a69-9280-fdc142a87214 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-0ed6dd9d-f2a7-4a69-9280-fdc142a87214 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b6e7db17-6402-429a-9982-62e22810a3c8 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-b6e7db17-6402-429a-9982-62e22810a3c8 {
  margin-top: 0px;
}
}


.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6e7db17-6402-429a-9982-62e22810a3c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4f9b29d1-6f3b-4804-96d2-b28b0d80f375 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f9b29d1-6f3b-4804-96d2-b28b0d80f375 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f2f38104-b546-4d14-805a-59e456325da0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f2f38104-b546-4d14-805a-59e456325da0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f2f38104-b546-4d14-805a-59e456325da0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f2f38104-b546-4d14-805a-59e456325da0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5946f7ac-9927-4933-8e5f-9398f2a24588:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5946f7ac-9927-4933-8e5f-9398f2a24588:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5946f7ac-9927-4933-8e5f-9398f2a24588-atc-btn-wrapper {
    text-align: center;
  }


#s-5946f7ac-9927-4933-8e5f-9398f2a24588 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5946f7ac-9927-4933-8e5f-9398f2a24588-atc-btn-wrapper {
    text-align: center;
  }


#s-5946f7ac-9927-4933-8e5f-9398f2a24588 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5946f7ac-9927-4933-8e5f-9398f2a24588-atc-btn-wrapper {
    text-align: center;
  }


#s-5946f7ac-9927-4933-8e5f-9398f2a24588 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5946f7ac-9927-4933-8e5f-9398f2a24588-atc-btn-wrapper {
    text-align: center;
  }


#s-5946f7ac-9927-4933-8e5f-9398f2a24588 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5946f7ac-9927-4933-8e5f-9398f2a24588-atc-btn-wrapper {
    text-align: center;
  }


#s-5946f7ac-9927-4933-8e5f-9398f2a24588 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5946f7ac-9927-4933-8e5f-9398f2a24588.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6db4aa75-12bb-4933-a875-2a3a876e78bb {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-6db4aa75-12bb-4933-a875-2a3a876e78bb {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 {
  margin-top: 0px;
}
}


.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f58d02a9-10ca-404d-a09e-ff0c8f90fd68 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-646ea766-02de-40ef-8d87-cb68ffba62d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-646ea766-02de-40ef-8d87-cb68ffba62d9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-927b17f3-ed08-46d2-926e-ecd19f77b146 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-927b17f3-ed08-46d2-926e-ecd19f77b146 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-927b17f3-ed08-46d2-926e-ecd19f77b146 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-927b17f3-ed08-46d2-926e-ecd19f77b146 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4d607b6b-9575-40b2-a62a-7dfda7746e07:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d607b6b-9575-40b2-a62a-7dfda7746e07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d607b6b-9575-40b2-a62a-7dfda7746e07-atc-btn-wrapper {
    text-align: center;
  }


#s-4d607b6b-9575-40b2-a62a-7dfda7746e07 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4d607b6b-9575-40b2-a62a-7dfda7746e07-atc-btn-wrapper {
    text-align: center;
  }


#s-4d607b6b-9575-40b2-a62a-7dfda7746e07 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d607b6b-9575-40b2-a62a-7dfda7746e07-atc-btn-wrapper {
    text-align: center;
  }


#s-4d607b6b-9575-40b2-a62a-7dfda7746e07 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4d607b6b-9575-40b2-a62a-7dfda7746e07-atc-btn-wrapper {
    text-align: center;
  }


#s-4d607b6b-9575-40b2-a62a-7dfda7746e07 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4d607b6b-9575-40b2-a62a-7dfda7746e07-atc-btn-wrapper {
    text-align: center;
  }


#s-4d607b6b-9575-40b2-a62a-7dfda7746e07 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d607b6b-9575-40b2-a62a-7dfda7746e07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e2c88603-c88c-4109-9241-0ef6eb4ff9f5 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-e2c88603-c88c-4109-9241-0ef6eb4ff9f5 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-30a88548-f808-4b8e-a706-bf3a956b257c {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-30a88548-f808-4b8e-a706-bf3a956b257c {
  margin-top: 0px;
}
}


.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a88548-f808-4b8e-a706-bf3a956b257c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-17075a96-e27d-400d-8d39-93e5b4f41092 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17075a96-e27d-400d-8d39-93e5b4f41092 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-afa96403-e9c7-44d4-b794-250585ee937e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-afa96403-e9c7-44d4-b794-250585ee937e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-afa96403-e9c7-44d4-b794-250585ee937e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-afa96403-e9c7-44d4-b794-250585ee937e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-69f3e681-5a3c-4285-86b2-9684a2835f1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69f3e681-5a3c-4285-86b2-9684a2835f1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69f3e681-5a3c-4285-86b2-9684a2835f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-69f3e681-5a3c-4285-86b2-9684a2835f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-69f3e681-5a3c-4285-86b2-9684a2835f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-69f3e681-5a3c-4285-86b2-9684a2835f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-69f3e681-5a3c-4285-86b2-9684a2835f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-69f3e681-5a3c-4285-86b2-9684a2835f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-69f3e681-5a3c-4285-86b2-9684a2835f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-69f3e681-5a3c-4285-86b2-9684a2835f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-69f3e681-5a3c-4285-86b2-9684a2835f1a-atc-btn-wrapper {
    text-align: center;
  }


#s-69f3e681-5a3c-4285-86b2-9684a2835f1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69f3e681-5a3c-4285-86b2-9684a2835f1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-61bedccb-b399-4afa-893c-db9511a879dd {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-61bedccb-b399-4afa-893c-db9511a879dd {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-84e17adc-74be-40a7-bbe9-98c531706bae {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-84e17adc-74be-40a7-bbe9-98c531706bae {
  margin-top: 0px;
}
}


.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84e17adc-74be-40a7-bbe9-98c531706bae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c57f9acc-b13b-44e8-aaff-cd342bee1249 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c57f9acc-b13b-44e8-aaff-cd342bee1249 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-da8d9225-b150-4492-b923-4eba4dcd39c9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-da8d9225-b150-4492-b923-4eba4dcd39c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-da8d9225-b150-4492-b923-4eba4dcd39c9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-da8d9225-b150-4492-b923-4eba4dcd39c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e-atc-btn-wrapper {
    text-align: center;
  }


#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e-atc-btn-wrapper {
    text-align: center;
  }


#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e-atc-btn-wrapper {
    text-align: center;
  }


#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e-atc-btn-wrapper {
    text-align: center;
  }


#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e-atc-btn-wrapper {
    text-align: center;
  }


#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cde2399b-ab1f-4760-abd5-e0603e1f1d1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-70035655-fc9e-4e82-bcfb-2dd0391105ff {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 1200px){#s-70035655-fc9e-4e82-bcfb-2dd0391105ff {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f32c6d40-f382-400f-86fc-a9ed58a10204 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-f32c6d40-f382-400f-86fc-a9ed58a10204 {
  margin-top: 0px;
}
}


.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f32c6d40-f382-400f-86fc-a9ed58a10204 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-558fb634-5c4d-48af-ac8b-b57f5ececf55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-558fb634-5c4d-48af-ac8b-b57f5ececf55 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-00517037-37bf-4470-8cfe-5dd169188cf6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-00517037-37bf-4470-8cfe-5dd169188cf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-00517037-37bf-4470-8cfe-5dd169188cf6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-00517037-37bf-4470-8cfe-5dd169188cf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e-atc-btn-wrapper {
    text-align: center;
  }


#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e-atc-btn-wrapper {
    text-align: center;
  }


#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e-atc-btn-wrapper {
    text-align: center;
  }


#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e-atc-btn-wrapper {
    text-align: center;
  }


#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e-atc-btn-wrapper {
    text-align: center;
  }


#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c391025-9598-42bf-bbfa-8cbb7ef5df5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-42120535-9539-490c-a37a-404f2ba25d85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 0;
}

#s-42120535-9539-490c-a37a-404f2ba25d85 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 1200px){#s-03901fb7-d29d-4af6-9f59-9049f9babd12 {
  display: none;
}
#s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-content-s-03901fb7-d29d-4af6-9f59-9049f9babd12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03901fb7-d29d-4af6-9f59-9049f9babd12 {
  display: none;
}
#s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-content-s-03901fb7-d29d-4af6-9f59-9049f9babd12 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03901fb7-d29d-4af6-9f59-9049f9babd12 {
  display: none;
}
#s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-content-s-03901fb7-d29d-4af6-9f59-9049f9babd12 { display: none !important; }}@media (max-width: 767px){#s-03901fb7-d29d-4af6-9f59-9049f9babd12 {
  display: none;
}
#s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-s-03901fb7-d29d-4af6-9f59-9049f9babd12, #wrap-content-s-03901fb7-d29d-4af6-9f59-9049f9babd12 { display: none !important; }}
@media (min-width: 0px) {
[id="s-03901fb7-d29d-4af6-9f59-9049f9babd12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03901fb7-d29d-4af6-9f59-9049f9babd12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03901fb7-d29d-4af6-9f59-9049f9babd12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03901fb7-d29d-4af6-9f59-9049f9babd12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-63464924-565c-47f1-a82f-b83b41e7f4b3 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(102, 102, 102, 1);
}








#s-63464924-565c-47f1-a82f-b83b41e7f4b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63464924-565c-47f1-a82f-b83b41e7f4b3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-352d0b70-72ad-4c10-b350-3714daba3cb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-352d0b70-72ad-4c10-b350-3714daba3cb0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-da0f660c-b8a4-43e5-97f6-9c9bc03b1d44 .shogun-icon-wrapper {
  text-align: right;
}


#s-da0f660c-b8a4-43e5-97f6-9c9bc03b1d44 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(153, 153, 153, 1);
}

#s-77db7d38-ee18-433f-987e-c2246ea9c522 {
  max-width: 240px;
}

@media (min-width: 0px) {
[id="s-77db7d38-ee18-433f-987e-c2246ea9c522"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-77db7d38-ee18-433f-987e-c2246ea9c522"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-77db7d38-ee18-433f-987e-c2246ea9c522"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-77db7d38-ee18-433f-987e-c2246ea9c522"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-039e4a22-b361-411e-b6a3-a3418c9c8003 .shogun-icon-wrapper {
  text-align: center;
}


#s-039e4a22-b361-411e-b6a3-a3418c9c8003 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-039e4a22-b361-411e-b6a3-a3418c9c8003 .shogun-icon-wrapper {
  text-align: center;
}


#s-039e4a22-b361-411e-b6a3-a3418c9c8003 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-1c7dcc12-8bed-4fed-bf98-6af4d2343874 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c7dcc12-8bed-4fed-bf98-6af4d2343874 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1c7dcc12-8bed-4fed-bf98-6af4d2343874 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c7dcc12-8bed-4fed-bf98-6af4d2343874 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-5acb8e4b-80e5-4064-a9ca-3fa0210fa333 .shogun-icon-wrapper {
  text-align: center;
}


#s-5acb8e4b-80e5-4064-a9ca-3fa0210fa333 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5acb8e4b-80e5-4064-a9ca-3fa0210fa333 .shogun-icon-wrapper {
  text-align: center;
}


#s-5acb8e4b-80e5-4064-a9ca-3fa0210fa333 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-42e833f4-e117-48b8-8891-935001806e64 .shogun-icon-wrapper {
  text-align: center;
}


#s-42e833f4-e117-48b8-8891-935001806e64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-42e833f4-e117-48b8-8891-935001806e64 .shogun-icon-wrapper {
  text-align: center;
}


#s-42e833f4-e117-48b8-8891-935001806e64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-ccbfbd0e-04a1-49a8-82c3-2a49146e3986 .shogun-icon-wrapper {
  text-align: center;
}


#s-ccbfbd0e-04a1-49a8-82c3-2a49146e3986 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ccbfbd0e-04a1-49a8-82c3-2a49146e3986 .shogun-icon-wrapper {
  text-align: center;
}


#s-ccbfbd0e-04a1-49a8-82c3-2a49146e3986 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-feed5e03-412c-4ccd-90c8-01349c812401 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(102, 102, 102, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-feed5e03-412c-4ccd-90c8-01349c812401 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-feed5e03-412c-4ccd-90c8-01349c812401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-feed5e03-412c-4ccd-90c8-01349c812401.shg-box.shg-c {
  justify-content: flex-start;
}

#s-48a5e91b-7e32-4226-82e7-1c103b45ab3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-48a5e91b-7e32-4226-82e7-1c103b45ab3b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1044bef7-592e-4712-8060-ca14155a8983 .shogun-icon-wrapper {
  text-align: right;
}


#s-1044bef7-592e-4712-8060-ca14155a8983 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(153, 153, 153, 1);
}

#s-283e63b9-4611-4d26-abd2-fca9cd70648a {
  max-width: 240px;
}

@media (min-width: 0px) {
[id="s-283e63b9-4611-4d26-abd2-fca9cd70648a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-283e63b9-4611-4d26-abd2-fca9cd70648a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-283e63b9-4611-4d26-abd2-fca9cd70648a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-283e63b9-4611-4d26-abd2-fca9cd70648a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-1970e5d8-8a15-4ec1-8315-35f72982bc0f .shogun-icon-wrapper {
  text-align: center;
}


#s-1970e5d8-8a15-4ec1-8315-35f72982bc0f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1970e5d8-8a15-4ec1-8315-35f72982bc0f .shogun-icon-wrapper {
  text-align: center;
}


#s-1970e5d8-8a15-4ec1-8315-35f72982bc0f .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-89f5cdb4-d09b-4be7-8d6c-945c70b03105 .shogun-icon-wrapper {
  text-align: center;
}


#s-89f5cdb4-d09b-4be7-8d6c-945c70b03105 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-89f5cdb4-d09b-4be7-8d6c-945c70b03105 .shogun-icon-wrapper {
  text-align: center;
}


#s-89f5cdb4-d09b-4be7-8d6c-945c70b03105 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-d5bfdb63-188c-433b-a7e5-1e8f1163c704 .shogun-icon-wrapper {
  text-align: center;
}


#s-d5bfdb63-188c-433b-a7e5-1e8f1163c704 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d5bfdb63-188c-433b-a7e5-1e8f1163c704 .shogun-icon-wrapper {
  text-align: center;
}


#s-d5bfdb63-188c-433b-a7e5-1e8f1163c704 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-af23d224-7237-4091-aa0e-b48de57fd396 .shogun-icon-wrapper {
  text-align: center;
}


#s-af23d224-7237-4091-aa0e-b48de57fd396 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-af23d224-7237-4091-aa0e-b48de57fd396 .shogun-icon-wrapper {
  text-align: center;
}


#s-af23d224-7237-4091-aa0e-b48de57fd396 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-2a5b9691-321c-43f7-9bb6-cfb4ef12ab4f .shogun-icon-wrapper {
  text-align: center;
}


#s-2a5b9691-321c-43f7-9bb6-cfb4ef12ab4f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2a5b9691-321c-43f7-9bb6-cfb4ef12ab4f .shogun-icon-wrapper {
  text-align: center;
}


#s-2a5b9691-321c-43f7-9bb6-cfb4ef12ab4f .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-170e9c8e-151e-4b9a-8db8-618be4631cbf {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(102, 102, 102, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-170e9c8e-151e-4b9a-8db8-618be4631cbf {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-170e9c8e-151e-4b9a-8db8-618be4631cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-170e9c8e-151e-4b9a-8db8-618be4631cbf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-96ac9159-eb80-4dae-bfb1-ea04d77cf46d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-96ac9159-eb80-4dae-bfb1-ea04d77cf46d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d08ddb7c-6d50-48c2-a644-6def17785c11 .shogun-icon-wrapper {
  text-align: right;
}


#s-d08ddb7c-6d50-48c2-a644-6def17785c11 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(153, 153, 153, 1);
}

#s-70495861-31c2-4967-83aa-9dbd1f9b8121 {
  max-width: 240px;
}

@media (min-width: 0px) {
[id="s-70495861-31c2-4967-83aa-9dbd1f9b8121"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-70495861-31c2-4967-83aa-9dbd1f9b8121"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-70495861-31c2-4967-83aa-9dbd1f9b8121"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-70495861-31c2-4967-83aa-9dbd1f9b8121"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-efaabcc5-524e-4107-a314-2e7d8217ffd6 .shogun-icon-wrapper {
  text-align: center;
}


#s-efaabcc5-524e-4107-a314-2e7d8217ffd6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-efaabcc5-524e-4107-a314-2e7d8217ffd6 .shogun-icon-wrapper {
  text-align: center;
}


#s-efaabcc5-524e-4107-a314-2e7d8217ffd6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-921ba741-97ef-4c06-a32e-fd8f38228e72 .shogun-icon-wrapper {
  text-align: center;
}


#s-921ba741-97ef-4c06-a32e-fd8f38228e72 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-921ba741-97ef-4c06-a32e-fd8f38228e72 .shogun-icon-wrapper {
  text-align: center;
}


#s-921ba741-97ef-4c06-a32e-fd8f38228e72 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-5eaed4f7-6ffd-43f1-b63e-1fcfd80166e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-5eaed4f7-6ffd-43f1-b63e-1fcfd80166e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5eaed4f7-6ffd-43f1-b63e-1fcfd80166e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-5eaed4f7-6ffd-43f1-b63e-1fcfd80166e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-312b5340-eec6-4159-9c19-de459e00d4da .shogun-icon-wrapper {
  text-align: center;
}


#s-312b5340-eec6-4159-9c19-de459e00d4da .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-312b5340-eec6-4159-9c19-de459e00d4da .shogun-icon-wrapper {
  text-align: center;
}


#s-312b5340-eec6-4159-9c19-de459e00d4da .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-6c5091a3-179e-4cda-9d0b-2d581cb63dde .shogun-icon-wrapper {
  text-align: center;
}


#s-6c5091a3-179e-4cda-9d0b-2d581cb63dde .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6c5091a3-179e-4cda-9d0b-2d581cb63dde .shogun-icon-wrapper {
  text-align: center;
}


#s-6c5091a3-179e-4cda-9d0b-2d581cb63dde .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
@media (min-width: 1024px) {.image-with-text__wrapper {padding-inline: 5rem; }}
.multicolumn-card__text p {max-width: 33rem;}
{background-color: #f7d117;}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@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{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}