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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-9f6a1161-bd0e-4ab0-b3a1-3fac6d0408bb {
  min-height: 50px;
}








#s-9f6a1161-bd0e-4ab0-b3a1-3fac6d0408bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f6a1161-bd0e-4ab0-b3a1-3fac6d0408bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  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;
}

#s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71 {
  min-height: 50px;
}
}







.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shg-align-container {
  text-align: center
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shg-align-container {
  text-align: center
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){






.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shg-align-container {
  text-align: center
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){






.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shg-align-container {
  text-align: center
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){






.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shg-align-container {
  text-align: center
}

.s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe86ce-1529-4f2a-90bc-79ec03bbae71.shogun-image {
  box-sizing: border-box;
}


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

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

#s-b819681b-a8af-4ff7-8ca8-90c55961887c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-b819681b-a8af-4ff7-8ca8-90c55961887c .shogun-heading-component h1 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  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: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-38c1ef25-7fd2-4004-a323-388da1687913 {
  padding-left: 10%;
padding-right: 10%;
}

#s-2b018c15-b291-4d90-9fcc-7b8a86adf2c8 {
  box-shadow:0px 0px 0px 0px rgba(236, 232, 232, 1);
margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
background-color: rgba(253, 249, 235, 1);
}

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

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

#s-cf0bac26-c2e8-45db-8873-ba2e4b79811e hr {
  border-top: 4px solid rgba(255, 255, 255, 1);
}

#s-148aea9d-29d5-4321-be38-45dbeb22a3d4 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
    
    
  }


.s-148aea9d-29d5-4321-be38-45dbeb22a3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shg-align-container {
  text-align: center
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
    
    
  }


.s-148aea9d-29d5-4321-be38-45dbeb22a3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shg-align-container {
  text-align: center
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
    
    
  }


.s-148aea9d-29d5-4321-be38-45dbeb22a3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shg-align-container {
  text-align: center
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
    
    
  }


.s-148aea9d-29d5-4321-be38-45dbeb22a3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shg-align-container {
  text-align: center
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
    
    
  }


.s-148aea9d-29d5-4321-be38-45dbeb22a3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shg-align-container {
  text-align: center
}

.s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-148aea9d-29d5-4321-be38-45dbeb22a3d4.shogun-image {
  box-sizing: border-box;
}


}
#s-921307bf-8a8e-4547-bfd3-60e85c3ee9f6 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d8476483-af2a-4562-9c3a-af19fa63b82d {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-d8476483-af2a-4562-9c3a-af19fa63b82d .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0476cf7d-5c65-41a0-8250-2308c1922a49 {
  text-align: left;
}

#s-77b5c86a-d8a6-4769-bb64-6593c40d0564 {
  margin-left: 10%;
margin-right: 10%;
}

#s-14f7bf22-3e25-484e-aeb3-ce4e76b62082 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-14f7bf22-3e25-484e-aeb3-ce4e76b62082 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-e819389e-e2ba-4f63-b295-6650b0d3f59b {
  text-align: left;
}

#s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80 {
  text-align: center;
}







  img.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
    
    
  }


.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shg-align-container {
  text-align: center
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
    
    
  }


.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shg-align-container {
  text-align: center
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
    
    
  }


.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shg-align-container {
  text-align: center
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
    
    
  }


.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shg-align-container {
  text-align: center
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
    
    
  }


.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shg-align-container {
  text-align: center
}

.s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843b9473-e1b7-4a37-a720-ec8d2fdd1b80.shogun-image {
  box-sizing: border-box;
}


}
#s-044b19a3-835b-4ce2-921a-26e2d3c9544f {
  padding-left: 10%;
padding-right: 10%;
}

#s-f0b99367-63ee-45eb-b3bb-1710603caca6 {
  text-align: center;
}







  img.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
    
    
  }


.s-f0b99367-63ee-45eb-b3bb-1710603caca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shg-align-container {
  text-align: center
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
    
    
  }


.s-f0b99367-63ee-45eb-b3bb-1710603caca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shg-align-container {
  text-align: center
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
    
    
  }


.s-f0b99367-63ee-45eb-b3bb-1710603caca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shg-align-container {
  text-align: center
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
    
    
  }


.s-f0b99367-63ee-45eb-b3bb-1710603caca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shg-align-container {
  text-align: center
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
    
    
  }


.s-f0b99367-63ee-45eb-b3bb-1710603caca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shg-align-container {
  text-align: center
}

.s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b99367-63ee-45eb-b3bb-1710603caca6.shogun-image {
  box-sizing: border-box;
}


}
#s-1b3234dc-9f35-41bd-abcc-f9b90e3a6108 {
  padding-left: 10%;
padding-right: 10%;
}

#s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  img.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
    
    
  }


.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shg-align-container {
  text-align: center
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
    
    
  }


.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shg-align-container {
  text-align: center
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
    
    
  }


.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shg-align-container {
  text-align: center
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
    
    
  }


.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shg-align-container {
  text-align: center
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
    
    
  }


.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shg-align-container {
  text-align: center
}

.s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcb227ba-813a-4c40-a6f4-d5cb3377a3b7.shogun-image {
  box-sizing: border-box;
}


}
#s-d9268d73-a303-47cc-8d2c-48207100df6f {
  padding-left: 10%;
padding-right: 10%;
}

#s-a2bf20b2-2bdd-4a99-8757-13c12856a346 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  img.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
    
    
  }


.s-a2bf20b2-2bdd-4a99-8757-13c12856a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shg-align-container {
  text-align: center
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
    
    
  }


.s-a2bf20b2-2bdd-4a99-8757-13c12856a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shg-align-container {
  text-align: center
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
    
    
  }


.s-a2bf20b2-2bdd-4a99-8757-13c12856a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shg-align-container {
  text-align: center
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
    
    
  }


.s-a2bf20b2-2bdd-4a99-8757-13c12856a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shg-align-container {
  text-align: center
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
    
    
  }


.s-a2bf20b2-2bdd-4a99-8757-13c12856a346 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shg-align-container {
  text-align: center
}

.s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2bf20b2-2bdd-4a99-8757-13c12856a346.shogun-image {
  box-sizing: border-box;
}


}
#s-c5c0985e-1106-490c-8c92-e1f6c69966f6 {
  padding-left: 10%;
padding-right: 10%;
}

#s-622977e1-ab50-4991-a148-60f781ac5da2 {
  padding-left: 10%;
padding-right: 10%;
}

#s-a94eed85-c9b7-46d3-adfd-37da99473fc1 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-a94eed85-c9b7-46d3-adfd-37da99473fc1 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-e03a0b06-65b8-4bfa-817f-a92562a3b86e {
  text-align: left;
}

#s-25cd7964-062c-4acf-b1c1-38dc6d5d304a {
  padding-top: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-442187df-8afc-4e6a-84cc-a68a8762153d {
  text-align: center;
}







  img.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
    
    
  }


.s-442187df-8afc-4e6a-84cc-a68a8762153d .shogun-image-content {
  
    align-items: center;
  
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shg-align-container {
  text-align: center
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
    
    
  }


.s-442187df-8afc-4e6a-84cc-a68a8762153d .shogun-image-content {
  
    align-items: center;
  
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shg-align-container {
  text-align: center
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
    
    
  }


.s-442187df-8afc-4e6a-84cc-a68a8762153d .shogun-image-content {
  
    align-items: center;
  
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shg-align-container {
  text-align: center
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
    
    
  }


.s-442187df-8afc-4e6a-84cc-a68a8762153d .shogun-image-content {
  
    align-items: center;
  
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shg-align-container {
  text-align: center
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
    
    
  }


.s-442187df-8afc-4e6a-84cc-a68a8762153d .shogun-image-content {
  
    align-items: center;
  
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shg-align-container {
  text-align: center
}

.s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-442187df-8afc-4e6a-84cc-a68a8762153d.shogun-image {
  box-sizing: border-box;
}


}
#s-06a45e58-5df2-4860-90c3-3aacdd95227b {
  padding-left: 10%;
padding-right: 10%;
}

#s-b1b48a7c-abc9-4e81-b900-d871a21ae07c {
  padding-left: 10%;
padding-right: 10%;
}

#s-edeafa2d-0fc8-4d63-9c16-f134bb7e7009 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-775bbe1a-9614-411f-b1e5-7e25d52666bc {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-775bbe1a-9614-411f-b1e5-7e25d52666bc .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-3181465a-6dd4-4719-801b-4495d324609d {
  padding-top: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-42e13e74-0d85-4c7c-9f88-e87ee724d86b {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-42e13e74-0d85-4c7c-9f88-e87ee724d86b .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-80d3ba67-c0e5-4006-af30-342d7bc6b8f7 {
  text-align: left;
}

#s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
    
    
  }


.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shg-align-container {
  text-align: center
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
    
    
  }


.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shg-align-container {
  text-align: center
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
    
    
  }


.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shg-align-container {
  text-align: center
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
    
    
  }


.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shg-align-container {
  text-align: center
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
    
    
  }


.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shg-align-container {
  text-align: center
}

.s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c62444-cdd8-4e6b-a1a8-95ba531f2b48.shogun-image {
  box-sizing: border-box;
}


}
#s-bf2cdd9a-3952-4425-83ec-c42c61c21af9 {
  padding-left: 10%;
padding-right: 10%;
}

#s-092cd397-ef27-412e-84c4-53fabc1e7f36 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
    
    
  }


.s-092cd397-ef27-412e-84c4-53fabc1e7f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shg-align-container {
  text-align: center
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
    
    
  }


.s-092cd397-ef27-412e-84c4-53fabc1e7f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shg-align-container {
  text-align: center
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
    
    
  }


.s-092cd397-ef27-412e-84c4-53fabc1e7f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shg-align-container {
  text-align: center
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
    
    
  }


.s-092cd397-ef27-412e-84c4-53fabc1e7f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shg-align-container {
  text-align: center
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
    
    
  }


.s-092cd397-ef27-412e-84c4-53fabc1e7f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shg-align-container {
  text-align: center
}

.s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092cd397-ef27-412e-84c4-53fabc1e7f36.shogun-image {
  box-sizing: border-box;
}


}
#s-59ea827f-8ed0-4a28-9fb5-a5d6ba96f9f3 {
  margin-left: 10%;
margin-right: 10%;
}

#s-e272267c-fe73-4ccf-b631-2e8802d2978d {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
    
    
  }


.s-e272267c-fe73-4ccf-b631-2e8802d2978d .shogun-image-content {
  
    align-items: center;
  
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shg-align-container {
  text-align: center
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
    
    
  }


.s-e272267c-fe73-4ccf-b631-2e8802d2978d .shogun-image-content {
  
    align-items: center;
  
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shg-align-container {
  text-align: center
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
    
    
  }


.s-e272267c-fe73-4ccf-b631-2e8802d2978d .shogun-image-content {
  
    align-items: center;
  
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shg-align-container {
  text-align: center
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
    
    
  }


.s-e272267c-fe73-4ccf-b631-2e8802d2978d .shogun-image-content {
  
    align-items: center;
  
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shg-align-container {
  text-align: center
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
    
    
  }


.s-e272267c-fe73-4ccf-b631-2e8802d2978d .shogun-image-content {
  
    align-items: center;
  
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shg-align-container {
  text-align: center
}

.s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e272267c-fe73-4ccf-b631-2e8802d2978d.shogun-image {
  box-sizing: border-box;
}


}
#s-f8521988-22cb-4148-a1b6-a13288fef36e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-460aa651-7872-4066-80df-527f0ea1e764 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-460aa651-7872-4066-80df-527f0ea1e764 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-7bf97208-1557-4134-b629-8098fc825dc0 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-614c0853-a143-448a-8c38-89a8abd90a19 {
  margin-left: 8%;
margin-right: 8%;
}

#s-a7de1c40-90d8-419d-8af7-c6d6d7c3b1ce {
  display: none;
}
.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);
}

.shg-product-image-wrapper {
  display: none;
  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-7a948d9c-3276-4206-bef7-87a25fc02ed2 {
  text-align: left;
}



.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a948d9c-3276-4206-bef7-87a25fc02ed2 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0ca638d9-edf0-4935-8701-eca3f3fcc816 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ca638d9-edf0-4935-8701-eca3f3fcc816 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5e6c0770-7e0b-4712-a653-2f7109bc121c {
  text-align: center;
}

#s-5e6c0770-7e0b-4712-a653-2f7109bc121c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5e6c0770-7e0b-4712-a653-2f7109bc121c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5e6c0770-7e0b-4712-a653-2f7109bc121c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b31b2a75-e2c6-4239-825b-903bc562c5ae {
  display: none;
}
#s-79c4071b-2129-4088-8ffc-009ba0048ba8 {
  text-align: left;
}



.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79c4071b-2129-4088-8ffc-009ba0048ba8 img.shogun-image {
  width: 100%;
}



}
#s-1a02a24b-edb2-4f68-9cf1-c61167cfd6c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a02a24b-edb2-4f68-9cf1-c61167cfd6c9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b58a869f-486d-45e1-a23b-fc3bc11f43fa {
  text-align: center;
}

#s-b58a869f-486d-45e1-a23b-fc3bc11f43fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b58a869f-486d-45e1-a23b-fc3bc11f43fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b58a869f-486d-45e1-a23b-fc3bc11f43fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1cf5d599-5b29-4f8c-bcff-ec40737b512f {
  display: none;
}
#s-b02ce0d6-1930-4af2-bf51-9f585f199395 {
  text-align: left;
}



.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b02ce0d6-1930-4af2-bf51-9f585f199395 img.shogun-image {
  width: 100%;
}



}
#s-8b346295-9614-4633-a057-df5e87eb832d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b346295-9614-4633-a057-df5e87eb832d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-87521307-aebe-492c-8172-ed535e12a472 {
  text-align: center;
}

#s-87521307-aebe-492c-8172-ed535e12a472 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-87521307-aebe-492c-8172-ed535e12a472 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-87521307-aebe-492c-8172-ed535e12a472 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  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-btn {
  cursor: pointer;
  box-sizing: border-box;
}

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

.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-0e91be37-ff44-4ba3-bf37-b8cb3c561856 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0e91be37-ff44-4ba3-bf37-b8cb3c561856:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0e91be37-ff44-4ba3-bf37-b8cb3c561856:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e91be37-ff44-4ba3-bf37-b8cb3c561856-root {
    text-align: center;
  }


#s-0e91be37-ff44-4ba3-bf37-b8cb3c561856.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e91be37-ff44-4ba3-bf37-b8cb3c561856-root {
    text-align: center;
  }


#s-0e91be37-ff44-4ba3-bf37-b8cb3c561856.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e91be37-ff44-4ba3-bf37-b8cb3c561856-root {
    text-align: center;
  }


#s-0e91be37-ff44-4ba3-bf37-b8cb3c561856.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e91be37-ff44-4ba3-bf37-b8cb3c561856-root {
    text-align: center;
  }


#s-0e91be37-ff44-4ba3-bf37-b8cb3c561856.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e91be37-ff44-4ba3-bf37-b8cb3c561856-root {
    text-align: center;
  }


#s-0e91be37-ff44-4ba3-bf37-b8cb3c561856.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-c538f697-83ea-45f0-b693-4f7656a15e00 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-c538f697-83ea-45f0-b693-4f7656a15e00 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-ecdea568-07db-4d23-9881-4a0608cba710 {
  text-align: left;
}

#s-eb574e59-2eec-4415-926b-92ddf93454bd {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
}

#s-f4484522-4fa5-4ddb-8935-d2522ad9985d {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  img.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
    
    
  }


.s-f4484522-4fa5-4ddb-8935-d2522ad9985d .shogun-image-content {
  
    align-items: center;
  
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shg-align-container {
  text-align: center
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
    
    
  }


.s-f4484522-4fa5-4ddb-8935-d2522ad9985d .shogun-image-content {
  
    align-items: center;
  
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shg-align-container {
  text-align: center
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
    
    
  }


.s-f4484522-4fa5-4ddb-8935-d2522ad9985d .shogun-image-content {
  
    align-items: center;
  
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shg-align-container {
  text-align: center
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
    
    
  }


.s-f4484522-4fa5-4ddb-8935-d2522ad9985d .shogun-image-content {
  
    align-items: center;
  
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shg-align-container {
  text-align: center
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
    
    
  }


.s-f4484522-4fa5-4ddb-8935-d2522ad9985d .shogun-image-content {
  
    align-items: center;
  
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shg-align-container {
  text-align: center
}

.s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4484522-4fa5-4ddb-8935-d2522ad9985d.shogun-image {
  box-sizing: border-box;
}


}
#s-95195058-914d-433c-87e4-5493c1e4b8b8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-004d819f-8c22-47da-9d91-4649711244f9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-1535e2b6-e505-4b8b-af7f-1ca376116ec0 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
    
    
  }


.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shg-align-container {
  text-align: center
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
    
    
  }


.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shg-align-container {
  text-align: center
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
    
    
  }


.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shg-align-container {
  text-align: center
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
    
    
  }


.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shg-align-container {
  text-align: center
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
    
    
  }


.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shg-align-container {
  text-align: center
}

.s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1535e2b6-e505-4b8b-af7f-1ca376116ec0.shogun-image {
  box-sizing: border-box;
}


}
#s-0ad73961-30f5-4405-a7e5-79ea70e254d9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-6dd55cf6-fd69-4307-b738-1527b7453fe1 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
    
    
  }


.s-6dd55cf6-fd69-4307-b738-1527b7453fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shg-align-container {
  text-align: center
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
    
    
  }


.s-6dd55cf6-fd69-4307-b738-1527b7453fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shg-align-container {
  text-align: center
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
    
    
  }


.s-6dd55cf6-fd69-4307-b738-1527b7453fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shg-align-container {
  text-align: center
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
    
    
  }


.s-6dd55cf6-fd69-4307-b738-1527b7453fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shg-align-container {
  text-align: center
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
    
    
  }


.s-6dd55cf6-fd69-4307-b738-1527b7453fe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shg-align-container {
  text-align: center
}

.s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dd55cf6-fd69-4307-b738-1527b7453fe1.shogun-image {
  box-sizing: border-box;
}


}
#s-a921153c-3ccd-4873-8f48-7534dc1baa7b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 25px;
}

#s-92313e97-9cd2-45cc-8ad9-2da7ec379f72 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92313e97-9cd2-45cc-8ad9-2da7ec379f72 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-70dcf99e-9bee-416c-9515-d305992d3989 {
  margin-left: 10%;
margin-right: 10%;
}

#s-70dcf99e-9bee-416c-9515-d305992d3989 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-70dcf99e-9bee-416c-9515-d305992d3989 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-70dcf99e-9bee-416c-9515-d305992d3989 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-70dcf99e-9bee-416c-9515-d305992d3989 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-70dcf99e-9bee-416c-9515-d305992d3989 td.shogun-table-column, #s-70dcf99e-9bee-416c-9515-d305992d3989 td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9e93108d-efa7-4b40-8e9c-5674cd679e87 {
  display: none;
}
#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 {
  text-align: left;
}



.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90f65a5f-f486-4c3d-a4ef-13c738615c74 img.shogun-image {
  width: 100%;
}



}
#s-8caa66ae-fe75-4b48-83f6-c2056619ee81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8caa66ae-fe75-4b48-83f6-c2056619ee81 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ca789895-2a1a-4a9a-871f-9489fce22376 {
  text-align: center;
}

#s-ca789895-2a1a-4a9a-871f-9489fce22376 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ca789895-2a1a-4a9a-871f-9489fce22376 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ca789895-2a1a-4a9a-871f-9489fce22376 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-457e8ee4-5b3d-41c4-bae2-b7b142e1b3c2 {
  display: none;
}
#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 {
  text-align: left;
}



.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e62617f1-3aef-4a47-a7c7-9f4b6835f904 img.shogun-image {
  width: 100%;
}



}
#s-425c7ab3-7caf-4b27-b57c-5df1438fc0dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-425c7ab3-7caf-4b27-b57c-5df1438fc0dc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e8c012b9-36e1-48da-a270-82f5f1ff6d01 {
  text-align: center;
}

#s-e8c012b9-36e1-48da-a270-82f5f1ff6d01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8c012b9-36e1-48da-a270-82f5f1ff6d01 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e8c012b9-36e1-48da-a270-82f5f1ff6d01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7e64cf64-58c5-40e7-9d12-83ba88393df7 {
  display: none;
}
#s-c317fb25-126b-413c-a808-84459ce7a036 {
  text-align: left;
}



.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c317fb25-126b-413c-a808-84459ce7a036 img.shogun-image {
  width: 100%;
}



}
#s-d9a74bb7-bbe7-4d88-b374-3c6c0cc2d315 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9a74bb7-bbe7-4d88-b374-3c6c0cc2d315 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-36553718-d592-45a8-82c2-8ad1395a550f {
  text-align: center;
}

#s-36553718-d592-45a8-82c2-8ad1395a550f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-36553718-d592-45a8-82c2-8ad1395a550f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-36553718-d592-45a8-82c2-8ad1395a550f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a-root {
    text-align: center;
  }


#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a-root {
    text-align: center;
  }


#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a-root {
    text-align: center;
  }


#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a-root {
    text-align: center;
  }


#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a-root {
    text-align: center;
  }


#s-c5ee863e-e4f1-4457-9022-be1fc5d4a52a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-bf803a49-bcbf-4b54-b10e-cce9ec803123 {
  margin-left: 10%;
margin-right: 10%;
}

#s-14167095-4790-4b64-a42d-2040b766c143 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 13px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
max-width: 100%;
background-color: rgba(253, 249, 235, 1);
}

#s-551f8c3e-d4e8-4283-92ff-08a338e80b54 {
  margin-left: 10%;
margin-right: 10%;
}

#s-46ef95c4-4f8f-42af-a03a-8df28ea18a3b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46ef95c4-4f8f-42af-a03a-8df28ea18a3b .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-1b53352c-3f51-4b7b-8921-27117e80b2de {
  text-align: left;
}

#s-d0a1b135-4ba3-4bfe-9cc3-bdc9a99056f1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
}

#s-f516267d-c25c-4c3c-bc48-ed7025e38a0c {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
    
    
  }


.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shg-align-container {
  text-align: center
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
    
    
  }


.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shg-align-container {
  text-align: center
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
    
    
  }


.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shg-align-container {
  text-align: center
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
    
    
  }


.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shg-align-container {
  text-align: center
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
    
    
  }


.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shg-align-container {
  text-align: center
}

.s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f516267d-c25c-4c3c-bc48-ed7025e38a0c.shogun-image {
  box-sizing: border-box;
}


}
#s-d0e1fdcd-2d18-4601-842f-afbd9ec5302c {
  margin-left: 10%;
margin-right: 10%;
}

#s-b65e3618-2a99-4c7d-a24b-679cbce08d2e {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
    
    
  }


.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shg-align-container {
  text-align: center
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
    
    
  }


.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shg-align-container {
  text-align: center
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
    
    
  }


.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shg-align-container {
  text-align: center
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
    
    
  }


.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shg-align-container {
  text-align: center
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
    
    
  }


.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e .shogun-image-content {
  
    align-items: center;
  
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shg-align-container {
  text-align: center
}

.s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b65e3618-2a99-4c7d-a24b-679cbce08d2e.shogun-image {
  box-sizing: border-box;
}


}
#s-ef41b5fb-fce1-44eb-aaa5-bd62d0f0fc13 {
  margin-left: 10%;
margin-right: 10%;
}

#s-fd256207-115a-4ac5-b04b-f92e3455a4cb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd256207-115a-4ac5-b04b-f92e3455a4cb .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-304e959e-a333-467e-b87a-23d8d982eae2 {
  text-align: left;
}

#s-c426ce15-41b6-4e4e-8b02-d40d677312ec {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
}

#s-b7889cc1-9927-4aac-b689-36d90548d914 {
  margin-left: 10%;
margin-right: 10%;
}

#s-bdaaad05-89b0-4ffc-9c43-5e0af3b13e5b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 13px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
max-width: 100%;
background-color: rgba(253, 249, 235, 1);
}

#s-dc88650d-e763-4ecc-b6db-ac0053e702e3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc88650d-e763-4ecc-b6db-ac0053e702e3 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0fc161de-d2d2-4bce-8d92-b0966f8d4f37 {
  text-align: left;
}

#s-f192db40-5dc8-433b-bcab-0978cfb7fbd7 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
    
    
  }


.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shg-align-container {
  text-align: center
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
    
    
  }


.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shg-align-container {
  text-align: center
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
    
    
  }


.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shg-align-container {
  text-align: center
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
    
    
  }


.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shg-align-container {
  text-align: center
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
    
    
  }


.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shg-align-container {
  text-align: center
}

.s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f192db40-5dc8-433b-bcab-0978cfb7fbd7.shogun-image {
  box-sizing: border-box;
}


}
#s-f2d3a0e4-9269-4600-8730-50c8caaf04d3 {
  margin-left: 10%;
margin-right: 10%;
}

#s-d6e66491-7e53-4a8f-879b-a2959aff6eb9 {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}







  img.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
    
    
  }


.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shg-align-container {
  text-align: center
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
    
    
  }


.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shg-align-container {
  text-align: center
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
    
    
  }


.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shg-align-container {
  text-align: center
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
    
    
  }


.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shg-align-container {
  text-align: center
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
    
    
  }


.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shg-align-container {
  text-align: center
}

.s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e66491-7e53-4a8f-879b-a2959aff6eb9.shogun-image {
  box-sizing: border-box;
}


}
#s-4752836f-84a4-4ea1-8959-c11985157af8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-bafa97f4-287f-4902-8892-ca5f8f774323 {
  text-align: center;
}







  img.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
    
    
  }


.s-bafa97f4-287f-4902-8892-ca5f8f774323 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shg-align-container {
  text-align: center
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
    
    
  }


.s-bafa97f4-287f-4902-8892-ca5f8f774323 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shg-align-container {
  text-align: center
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
    
    
  }


.s-bafa97f4-287f-4902-8892-ca5f8f774323 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shg-align-container {
  text-align: center
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
    
    
  }


.s-bafa97f4-287f-4902-8892-ca5f8f774323 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shg-align-container {
  text-align: center
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
    
    
  }


.s-bafa97f4-287f-4902-8892-ca5f8f774323 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shg-align-container {
  text-align: center
}

.s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafa97f4-287f-4902-8892-ca5f8f774323.shogun-image {
  box-sizing: border-box;
}


}
#s-d9d82085-1caa-40f2-b9f2-eca7a69e239d {
  margin-left: 10%;
margin-right: 10%;
}

#s-60b95c52-cc73-46ca-a142-a24d3afb4c6f {
  text-align: center;
}







  img.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
    
    
  }


.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shg-align-container {
  text-align: center
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
    
    
  }


.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shg-align-container {
  text-align: center
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
    
    
  }


.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shg-align-container {
  text-align: center
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
    
    
  }


.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shg-align-container {
  text-align: center
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
    
    
  }


.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shg-align-container {
  text-align: center
}

.s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b95c52-cc73-46ca-a142-a24d3afb4c6f.shogun-image {
  box-sizing: border-box;
}


}
#s-fc783287-055b-4386-bd2a-c17f7c5b077d {
  margin-left: 10%;
margin-right: 10%;
}

.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-166df322-830a-4917-8fda-664b27bd1776 {
  margin-left: 8%;
margin-right: 8%;
}

#s-f5785601-09c0-4539-984b-cacd4f033da7 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-eea1ecc1-fe97-4967-8bd1-e66533656b10 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eea1ecc1-fe97-4967-8bd1-e66533656b10 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-c8a78381-c327-420b-9435-bef0b7105219 {
  margin-left: 8%;
margin-right: 8%;
}

#s-85787d75-e135-4ac7-af4a-509429807fb0 {
  display: none;
}
#s-faac8356-5af4-4798-80ac-acd575647efd {
  text-align: left;
}



.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faac8356-5af4-4798-80ac-acd575647efd img.shogun-image {
  width: 100%;
}



}
#s-6fb0f35e-ce1b-4f98-8c8a-47f93ce1f481 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fb0f35e-ce1b-4f98-8c8a-47f93ce1f481 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-01e8d9d4-b26f-4c91-a802-8db028b830a5 {
  text-align: center;
}

#s-01e8d9d4-b26f-4c91-a802-8db028b830a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-01e8d9d4-b26f-4c91-a802-8db028b830a5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-01e8d9d4-b26f-4c91-a802-8db028b830a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-850fc32f-0b92-4478-9529-bb91c859b059 {
  display: none;
}
#s-7a13d019-aba8-4010-9a43-0d2e000d0555 {
  text-align: left;
}



.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a13d019-aba8-4010-9a43-0d2e000d0555 img.shogun-image {
  width: 100%;
}



}
#s-b4575aef-6f9c-4cf1-a440-e7e01a12cd4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4575aef-6f9c-4cf1-a440-e7e01a12cd4f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e4fdea8c-7823-4d99-88d2-6fd78062949b {
  text-align: center;
}

#s-e4fdea8c-7823-4d99-88d2-6fd78062949b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4fdea8c-7823-4d99-88d2-6fd78062949b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e4fdea8c-7823-4d99-88d2-6fd78062949b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b58f264e-fe0d-4887-98d2-87c67cc126b3 {
  display: none;
}
#s-36956a86-cfed-4778-927b-85821bb179d5 {
  text-align: left;
}



.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36956a86-cfed-4778-927b-85821bb179d5 img.shogun-image {
  width: 100%;
}



}
#s-c72e8de3-ee9b-4806-a2c3-2208f3931b80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c72e8de3-ee9b-4806-a2c3-2208f3931b80 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-420b758f-a057-4ca7-bd0a-ce81e703e325 {
  text-align: center;
}

#s-420b758f-a057-4ca7-bd0a-ce81e703e325 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-420b758f-a057-4ca7-bd0a-ce81e703e325 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-420b758f-a057-4ca7-bd0a-ce81e703e325 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c499f7c7-a3b3-4291-bb50-55a9d34490ea-root {
    text-align: center;
  }


#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c499f7c7-a3b3-4291-bb50-55a9d34490ea-root {
    text-align: center;
  }


#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c499f7c7-a3b3-4291-bb50-55a9d34490ea-root {
    text-align: center;
  }


#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c499f7c7-a3b3-4291-bb50-55a9d34490ea-root {
    text-align: center;
  }


#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c499f7c7-a3b3-4291-bb50-55a9d34490ea-root {
    text-align: center;
  }


#s-c499f7c7-a3b3-4291-bb50-55a9d34490ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-5a2e3cca-2b3b-401d-a032-56caa042c34f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 40px;
padding-bottom: 10px;
text-align: left;
}

#s-5a2e3cca-2b3b-401d-a032-56caa042c34f .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-267fd4ca-cc8e-4823-b50d-4d98dafec23c {
  text-align: left;
}

#s-7c912898-8c33-46ef-b672-7321b8a608ae {
  margin-left: 10%;
margin-right: 10%;
}

#s-2358f60c-b5d5-4764-896e-1b8d21d91c4b {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
    
    
  }


.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b .shogun-image-content {
  
    align-items: center;
  
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shg-align-container {
  text-align: center
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
    
    
  }


.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b .shogun-image-content {
  
    align-items: center;
  
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shg-align-container {
  text-align: center
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
    
    
  }


.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b .shogun-image-content {
  
    align-items: center;
  
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shg-align-container {
  text-align: center
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
    
    
  }


.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b .shogun-image-content {
  
    align-items: center;
  
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shg-align-container {
  text-align: center
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
    
    
  }


.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b .shogun-image-content {
  
    align-items: center;
  
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shg-align-container {
  text-align: center
}

.s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358f60c-b5d5-4764-896e-1b8d21d91c4b.shogun-image {
  box-sizing: border-box;
}


}
#s-af526faf-48ac-43c0-914e-7400a8a997ec {
  margin-left: 10%;
margin-right: 10%;
}

#s-86f70add-d933-4bc1-88ac-8e030b19c6b8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-2ed1183b-8331-462b-8f15-531358f32f89 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
    
    
  }


.s-2ed1183b-8331-462b-8f15-531358f32f89 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shg-align-container {
  text-align: center
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
    
    
  }


.s-2ed1183b-8331-462b-8f15-531358f32f89 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shg-align-container {
  text-align: center
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
    
    
  }


.s-2ed1183b-8331-462b-8f15-531358f32f89 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shg-align-container {
  text-align: center
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
    
    
  }


.s-2ed1183b-8331-462b-8f15-531358f32f89 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shg-align-container {
  text-align: center
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
    
    
  }


.s-2ed1183b-8331-462b-8f15-531358f32f89 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shg-align-container {
  text-align: center
}

.s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed1183b-8331-462b-8f15-531358f32f89.shogun-image {
  box-sizing: border-box;
}


}
#s-a70666d7-7a53-4c80-b97c-bcdaf356a198 {
  margin-left: 10%;
margin-right: 10%;
}

#s-abe4e21a-c701-48da-8773-2d69da6ffd4d {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
    
    
  }


.s-abe4e21a-c701-48da-8773-2d69da6ffd4d .shogun-image-content {
  
    align-items: center;
  
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shg-align-container {
  text-align: center
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
    
    
  }


.s-abe4e21a-c701-48da-8773-2d69da6ffd4d .shogun-image-content {
  
    align-items: center;
  
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shg-align-container {
  text-align: center
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
    
    
  }


.s-abe4e21a-c701-48da-8773-2d69da6ffd4d .shogun-image-content {
  
    align-items: center;
  
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shg-align-container {
  text-align: center
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
    
    
  }


.s-abe4e21a-c701-48da-8773-2d69da6ffd4d .shogun-image-content {
  
    align-items: center;
  
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shg-align-container {
  text-align: center
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
    
    
  }


.s-abe4e21a-c701-48da-8773-2d69da6ffd4d .shogun-image-content {
  
    align-items: center;
  
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shg-align-container {
  text-align: center
}

.s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe4e21a-c701-48da-8773-2d69da6ffd4d.shogun-image {
  box-sizing: border-box;
}


}
#s-a5a14bb1-9e61-4182-bbaa-102a934646e6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
    
    
  }


.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shg-align-container {
  text-align: center
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
    
    
  }


.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shg-align-container {
  text-align: center
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
    
    
  }


.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shg-align-container {
  text-align: center
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
    
    
  }


.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shg-align-container {
  text-align: center
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
    
    
  }


.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shg-align-container {
  text-align: center
}

.s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d5848a-1b3c-4fd8-866a-dd70f50e7ebc.shogun-image {
  box-sizing: border-box;
}


}
#s-37d95593-5d40-424b-99a6-84c7b6b79d87 {
  margin-left: 10%;
margin-right: 10%;
}

#s-7a7b512d-49da-4739-9e02-4b8f428b6da7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a7b512d-49da-4739-9e02-4b8f428b6da7 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-11b1410e-87f6-40e0-95fe-7966708d3657 {
  text-align: left;
}

#s-fe66844a-c01d-4781-8ec6-f58e68a6bde9 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
    
    
  }


.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shg-align-container {
  text-align: center
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
    
    
  }


.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shg-align-container {
  text-align: center
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
    
    
  }


.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shg-align-container {
  text-align: center
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
    
    
  }


.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shg-align-container {
  text-align: center
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
    
    
  }


.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shg-align-container {
  text-align: center
}

.s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe66844a-c01d-4781-8ec6-f58e68a6bde9.shogun-image {
  box-sizing: border-box;
}


}
#s-03fdc58e-d73a-4f37-8827-3fbcf0779aba {
  margin-left: 10%;
margin-right: 10%;
padding-top: 25px;
}

#s-26320c73-3fbf-4d78-8e1f-41d90b20d9f9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-26320c73-3fbf-4d78-8e1f-41d90b20d9f9 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-dae4b2b9-6c44-450b-9a70-44400a71d038 {
  margin-left: 10%;
margin-right: 10%;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#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:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}