.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-32d1c112-c9f7-4774-93f0-51a057f29fd4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32d1c112-c9f7-4774-93f0-51a057f29fd4 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-32d1c112-c9f7-4774-93f0-51a057f29fd4 {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-32d1c112-c9f7-4774-93f0-51a057f29fd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d1c112-c9f7-4774-93f0-51a057f29fd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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%;
}

.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-a3288214-4ef1-4caf-b47e-7c2469e3ba36 {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-a3288214-4ef1-4caf-b47e-7c2469e3ba36 img.shogun-image {
    

    
    
    
  }


#s-a3288214-4ef1-4caf-b47e-7c2469e3ba36 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f5fc3893-8709-4e3f-bd7d-d28260100c3b {
  margin-top: 0px;
margin-bottom: 19px;
}

.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-9bc2d4f5-6864-4175-8f45-347f056d5d34 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9bc2d4f5-6864-4175-8f45-347f056d5d34 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3a53b391-6887-4a41-9451-a91e4b820b4b {
  margin-bottom: 10px;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-c28c3d84-5a34-4c1f-bca1-033d4204841b {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}

#s-f93fc85f-366f-4ddf-849b-ad9aabc4002e {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f93fc85f-366f-4ddf-849b-ad9aabc4002e {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-f93fc85f-366f-4ddf-849b-ad9aabc4002e {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-f93fc85f-366f-4ddf-849b-ad9aabc4002e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f93fc85f-366f-4ddf-849b-ad9aabc4002e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dae68ad-6ede-4941-b2f7-2f72b8d3a405 {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-5dae68ad-6ede-4941-b2f7-2f72b8d3a405 img.shogun-image {
    

    
    
    
  }


#s-5dae68ad-6ede-4941-b2f7-2f72b8d3a405 .shogun-image-content {
  
    align-items: center;
  
}

#s-3779befe-f064-494e-a9d0-58650ce5dca3 {
  margin-bottom: 34px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3779befe-f064-494e-a9d0-58650ce5dca3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-88fb8121-8558-4f0d-b847-2ac234059eb5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-afa81257-7c2a-4fb9-8127-fb1a61cdceae {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-afa81257-7c2a-4fb9-8127-fb1a61cdceae {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-afa81257-7c2a-4fb9-8127-fb1a61cdceae {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-afa81257-7c2a-4fb9-8127-fb1a61cdceae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afa81257-7c2a-4fb9-8127-fb1a61cdceae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b6cadc7-4171-4947-95f8-ed0dcc02e951 {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-7b6cadc7-4171-4947-95f8-ed0dcc02e951 img.shogun-image {
    

    
    
    
  }


#s-7b6cadc7-4171-4947-95f8-ed0dcc02e951 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc0a6dcf-e247-4c40-acfe-fee5740a67db {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6ae9e0c2-5f7b-4a7c-9938-20f7e9b7bcad {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ae9e0c2-5f7b-4a7c-9938-20f7e9b7bcad {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-6ae9e0c2-5f7b-4a7c-9938-20f7e9b7bcad {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-6ae9e0c2-5f7b-4a7c-9938-20f7e9b7bcad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ae9e0c2-5f7b-4a7c-9938-20f7e9b7bcad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47170a4a-20ea-451a-b1d9-0459a98b42dd {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-47170a4a-20ea-451a-b1d9-0459a98b42dd img.shogun-image {
    

    
    
    
  }


#s-47170a4a-20ea-451a-b1d9-0459a98b42dd .shogun-image-content {
  
    align-items: center;
  
}

#s-4e60d614-3fc6-43d9-a20a-e1ed8ab9e4b4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c01518a9-137a-40cb-880e-d0cae45a8c5e {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c01518a9-137a-40cb-880e-d0cae45a8c5e {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-c01518a9-137a-40cb-880e-d0cae45a8c5e {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-c01518a9-137a-40cb-880e-d0cae45a8c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c01518a9-137a-40cb-880e-d0cae45a8c5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9208a9ca-92d9-4259-a26e-78347b56a6c4 {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-9208a9ca-92d9-4259-a26e-78347b56a6c4 img.shogun-image {
    

    
    
    
  }


#s-9208a9ca-92d9-4259-a26e-78347b56a6c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f3e40d7-5515-4243-8d99-b92c8e842498 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-16bbd261-1b9a-4bbe-81bd-4e400e631f81 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-16bbd261-1b9a-4bbe-81bd-4e400e631f81 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-16bbd261-1b9a-4bbe-81bd-4e400e631f81 {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-16bbd261-1b9a-4bbe-81bd-4e400e631f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16bbd261-1b9a-4bbe-81bd-4e400e631f81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d96d0a81-6322-4faa-92e2-bbb8af6a5e2c {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-d96d0a81-6322-4faa-92e2-bbb8af6a5e2c img.shogun-image {
    

    
    
    
  }


#s-d96d0a81-6322-4faa-92e2-bbb8af6a5e2c .shogun-image-content {
  
    align-items: center;
  
}

#s-24be8f9b-c246-489f-8e2e-72403ada8612 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6967079e-b020-41c8-8d3a-f077830b7616 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6967079e-b020-41c8-8d3a-f077830b7616 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-6967079e-b020-41c8-8d3a-f077830b7616 {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-6967079e-b020-41c8-8d3a-f077830b7616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6967079e-b020-41c8-8d3a-f077830b7616.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-041078ff-c568-4c50-b0dc-3d95fb88a99f {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-041078ff-c568-4c50-b0dc-3d95fb88a99f img.shogun-image {
    

    
    
    
  }


#s-041078ff-c568-4c50-b0dc-3d95fb88a99f .shogun-image-content {
  
    align-items: center;
  
}

#s-45d303ec-4793-4d01-8dcd-126903296958 {
  margin-top: 0px;
margin-bottom: 0px;
}

.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-cd68564b-9ae9-4d00-9b7a-d9b10fe07041 {
  margin-top: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(84, 130, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041 {
  margin-bottom: 0px;
}
}

  #s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041-btn-wrapper {
    text-align: center;
  }


#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041-btn-wrapper {
    text-align: center;
  }


#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041-btn-wrapper {
    text-align: center;
  }


#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041-btn-wrapper {
    text-align: center;
  }


#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041-btn-wrapper {
    text-align: center;
  }


#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041-btn-wrapper {
    text-align: center;
  }


#s-cd68564b-9ae9-4d00-9b7a-d9b10fe07041.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8fed5bac-ab04-4ee4-b029-17c5adce8db1 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fed5bac-ab04-4ee4-b029-17c5adce8db1 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-8fed5bac-ab04-4ee4-b029-17c5adce8db1 {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-8fed5bac-ab04-4ee4-b029-17c5adce8db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fed5bac-ab04-4ee4-b029-17c5adce8db1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ace6abe4-37a4-4651-b7ac-1b15a3c71944 {
  margin-top: 24px;
margin-bottom: 24px;
max-width: 903.33px;
text-align: center;
}







  #s-ace6abe4-37a4-4651-b7ac-1b15a3c71944 img.shogun-image {
    

    
    
    
  }


#s-ace6abe4-37a4-4651-b7ac-1b15a3c71944 .shogun-image-content {
  
    align-items: center;
  
}

#s-524c38f3-46e7-4df3-8ea3-8c82809d912a {
  margin-bottom: 34px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-524c38f3-46e7-4df3-8ea3-8c82809d912a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7f934c23-a6ea-4b99-9c46-a0d2cce2c08d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28 {
  margin-top: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(84, 130, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28 {
  margin-bottom: 0px;
}
}

  #s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28-btn-wrapper {
    text-align: center;
  }


#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28-btn-wrapper {
    text-align: center;
  }


#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28-btn-wrapper {
    text-align: center;
  }


#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28-btn-wrapper {
    text-align: center;
  }


#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28-btn-wrapper {
    text-align: center;
  }


#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28-btn-wrapper {
    text-align: center;
  }


#s-b3ddc0e3-e2a4-45d1-a64d-80dc25fb3b28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24da78b6-7ef3-481a-8e19-191f761f730e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24da78b6-7ef3-481a-8e19-191f761f730e {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-24da78b6-7ef3-481a-8e19-191f761f730e {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-24da78b6-7ef3-481a-8e19-191f761f730e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24da78b6-7ef3-481a-8e19-191f761f730e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-f25c6a60-49bc-4900-b62f-b0fba75af6f2 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(201, 201, 201, 1);
}

@media (min-width: 0px) {
[id="s-f25c6a60-49bc-4900-b62f-b0fba75af6f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f25c6a60-49bc-4900-b62f-b0fba75af6f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f25c6a60-49bc-4900-b62f-b0fba75af6f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f25c6a60-49bc-4900-b62f-b0fba75af6f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1cb05004-ee52-4b40-af5c-6a9e3bdc7a57 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-1cb05004-ee52-4b40-af5c-6a9e3bdc7a57 {
  padding-bottom: 0px;
}
}






  #s-1cb05004-ee52-4b40-af5c-6a9e3bdc7a57 img.shogun-image {
    

    
    
    
  }


#s-1cb05004-ee52-4b40-af5c-6a9e3bdc7a57 .shogun-image-content {
  
    align-items: center;
  
}

#s-233315b4-5cd0-49f6-8225-c3a4853b60ae {
  margin-top: 15px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-233315b4-5cd0-49f6-8225-c3a4853b60ae {
  padding-left: 0px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-233315b4-5cd0-49f6-8225-c3a4853b60ae {
  padding-left: 0px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-233315b4-5cd0-49f6-8225-c3a4853b60ae {
  padding-left: 0px;
padding-right: 30px;
}
}
#s-233315b4-5cd0-49f6-8225-c3a4853b60ae .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8873a92e-d078-4dc6-8165-966a20b8cd69 {
  padding-bottom: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-8873a92e-d078-4dc6-8165-966a20b8cd69 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}
#s-e9206e33-bdc5-4b1c-915f-a96d58d21434 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(84, 130, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e9206e33-bdc5-4b1c-915f-a96d58d21434:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9206e33-bdc5-4b1c-915f-a96d58d21434:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e9206e33-bdc5-4b1c-915f-a96d58d21434 {
  margin-bottom: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9206e33-bdc5-4b1c-915f-a96d58d21434 {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9206e33-bdc5-4b1c-915f-a96d58d21434 {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-e9206e33-bdc5-4b1c-915f-a96d58d21434 {
  margin-bottom: 24px;
}
}

  #s-e9206e33-bdc5-4b1c-915f-a96d58d21434-btn-wrapper {
    text-align: center;
  }


#s-e9206e33-bdc5-4b1c-915f-a96d58d21434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9206e33-bdc5-4b1c-915f-a96d58d21434-btn-wrapper {
    text-align: center;
  }


#s-e9206e33-bdc5-4b1c-915f-a96d58d21434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9206e33-bdc5-4b1c-915f-a96d58d21434-btn-wrapper {
    text-align: center;
  }


#s-e9206e33-bdc5-4b1c-915f-a96d58d21434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9206e33-bdc5-4b1c-915f-a96d58d21434-btn-wrapper {
    text-align: center;
  }


#s-e9206e33-bdc5-4b1c-915f-a96d58d21434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9206e33-bdc5-4b1c-915f-a96d58d21434-btn-wrapper {
    text-align: center;
  }


#s-e9206e33-bdc5-4b1c-915f-a96d58d21434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-e9206e33-bdc5-4b1c-915f-a96d58d21434-btn-wrapper {
    text-align: center;
  }


#s-e9206e33-bdc5-4b1c-915f-a96d58d21434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab055fa4-7819-4326-89c8-cb9f439d3d94 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab055fa4-7819-4326-89c8-cb9f439d3d94 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-ab055fa4-7819-4326-89c8-cb9f439d3d94 {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-ab055fa4-7819-4326-89c8-cb9f439d3d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab055fa4-7819-4326-89c8-cb9f439d3d94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b397862-09de-4737-9f88-96cdd6009170 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(201, 201, 201, 1);
}

@media (min-width: 0px) {
[id="s-5b397862-09de-4737-9f88-96cdd6009170"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b397862-09de-4737-9f88-96cdd6009170"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b397862-09de-4737-9f88-96cdd6009170"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b397862-09de-4737-9f88-96cdd6009170"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-04718502-55a4-4c3d-a711-1ec12bd60966 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-04718502-55a4-4c3d-a711-1ec12bd60966 {
  padding-bottom: 0px;
}
}






  #s-04718502-55a4-4c3d-a711-1ec12bd60966 img.shogun-image {
    

    
    
    
  }


#s-04718502-55a4-4c3d-a711-1ec12bd60966 .shogun-image-content {
  
    align-items: center;
  
}

#s-30a0443f-5e95-4aa3-a71c-b6fcb0cd4b66 {
  margin-top: 15px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-30a0443f-5e95-4aa3-a71c-b6fcb0cd4b66 {
  padding-left: 0px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30a0443f-5e95-4aa3-a71c-b6fcb0cd4b66 {
  padding-left: 0px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30a0443f-5e95-4aa3-a71c-b6fcb0cd4b66 {
  padding-left: 0px;
padding-right: 30px;
}
}
#s-30a0443f-5e95-4aa3-a71c-b6fcb0cd4b66 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-580b2851-1981-4cfe-b880-cb23c3050c4b {
  padding-bottom: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-580b2851-1981-4cfe-b880-cb23c3050c4b {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}
#s-cba11f7d-9394-4422-9c5b-3fcf9601f125 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cba11f7d-9394-4422-9c5b-3fcf9601f125 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-cba11f7d-9394-4422-9c5b-3fcf9601f125 {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-cba11f7d-9394-4422-9c5b-3fcf9601f125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba11f7d-9394-4422-9c5b-3fcf9601f125.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eecfeb2a-f564-4a09-abb3-1d1ce7d3e025 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(201, 201, 201, 1);
}

@media (min-width: 0px) {
[id="s-eecfeb2a-f564-4a09-abb3-1d1ce7d3e025"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eecfeb2a-f564-4a09-abb3-1d1ce7d3e025"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eecfeb2a-f564-4a09-abb3-1d1ce7d3e025"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eecfeb2a-f564-4a09-abb3-1d1ce7d3e025"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-837b263c-9fdf-49e4-be70-a16ec4eacb18 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-837b263c-9fdf-49e4-be70-a16ec4eacb18 {
  padding-bottom: 0px;
}
}






  #s-837b263c-9fdf-49e4-be70-a16ec4eacb18 img.shogun-image {
    

    
    
    
  }


#s-837b263c-9fdf-49e4-be70-a16ec4eacb18 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed06e606-1bd0-4497-b499-76d8c8c83911 {
  margin-top: 15px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-ed06e606-1bd0-4497-b499-76d8c8c83911 {
  padding-left: 0px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed06e606-1bd0-4497-b499-76d8c8c83911 {
  padding-left: 0px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed06e606-1bd0-4497-b499-76d8c8c83911 {
  padding-left: 0px;
padding-right: 30px;
}
}
#s-ed06e606-1bd0-4497-b499-76d8c8c83911 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-013d281c-aea1-4105-8451-9e0e5a1a6820 {
  padding-bottom: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-013d281c-aea1-4105-8451-9e0e5a1a6820 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}
#s-49617d1c-2d99-40c8-9c83-45d31ece96b0 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49617d1c-2d99-40c8-9c83-45d31ece96b0 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-49617d1c-2d99-40c8-9c83-45d31ece96b0 {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-49617d1c-2d99-40c8-9c83-45d31ece96b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49617d1c-2d99-40c8-9c83-45d31ece96b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c95635-7a12-4470-838f-70d6d17fb479 {
  margin-top: 0px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-85c95635-7a12-4470-838f-70d6d17fb479"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85c95635-7a12-4470-838f-70d6d17fb479"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85c95635-7a12-4470-838f-70d6d17fb479"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85c95635-7a12-4470-838f-70d6d17fb479"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-80b4589e-f007-4ef8-9455-137eea6ea63e {
  margin-bottom: 30px;
}
}
#s-80b4589e-f007-4ef8-9455-137eea6ea63e {
  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-4705cb03-ce75-4c57-95b0-3c695bf745f2 {
  text-align: left;
}



.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4705cb03-ce75-4c57-95b0-3c695bf745f2 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-f85d65da-a737-43f3-8af2-bf229f9a5dfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f85d65da-a737-43f3-8af2-bf229f9a5dfe .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a299042b-c373-4691-9ac3-41f64d4f4a16 {
  text-align: left;
}

#s-a299042b-c373-4691-9ac3-41f64d4f4a16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a299042b-c373-4691-9ac3-41f64d4f4a16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a299042b-c373-4691-9ac3-41f64d4f4a16 .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;
}

@media (max-width: 767px){#s-b4cd12ca-17f1-4ed4-a5d4-1b2ca8b607f8 {
  margin-bottom: 30px;
}
}
#s-b4cd12ca-17f1-4ed4-a5d4-1b2ca8b607f8 {
  display: none;
}
#s-958788c1-8002-4041-ad71-94a3287fccaa {
  text-align: left;
}



.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958788c1-8002-4041-ad71-94a3287fccaa img.shogun-image {
  width: 100%;
}



}
#s-c8baafda-7b81-45b0-b166-fecde9205cac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8baafda-7b81-45b0-b166-fecde9205cac .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-fb4968d7-0687-4c08-bf12-c20240697abe {
  text-align: left;
}

#s-fb4968d7-0687-4c08-bf12-c20240697abe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb4968d7-0687-4c08-bf12-c20240697abe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb4968d7-0687-4c08-bf12-c20240697abe .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-28be65f3-79be-4743-85d3-cb9dbc346f02 {
  display: none;
}
#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f {
  text-align: left;
}



.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5be3f0a-33a2-40ac-bd9e-d91d1383e73f img.shogun-image {
  width: 100%;
}



}
#s-233d666f-14e2-4a85-8a5f-fcefecfd0704 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-233d666f-14e2-4a85-8a5f-fcefecfd0704 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5f76df9b-2fd8-4967-9a15-3bb5b078074b {
  text-align: left;
}

#s-5f76df9b-2fd8-4967-9a15-3bb5b078074b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5f76df9b-2fd8-4967-9a15-3bb5b078074b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5f76df9b-2fd8-4967-9a15-3bb5b078074b .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-252a15e2-5c3c-4dff-b318-5214b0cebe66 {
  display: none;
}
#s-b039d521-13df-481e-8fc6-c2478e1402ef {
  text-align: left;
}



.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b039d521-13df-481e-8fc6-c2478e1402ef img.shogun-image {
  width: 100%;
}



}
#s-8f9e43b7-a471-43a7-9a6b-78506ae2c26d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f9e43b7-a471-43a7-9a6b-78506ae2c26d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8d47e7cb-ae84-42be-adb4-230fe608ba95 {
  text-align: left;
}

#s-8d47e7cb-ae84-42be-adb4-230fe608ba95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8d47e7cb-ae84-42be-adb4-230fe608ba95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8d47e7cb-ae84-42be-adb4-230fe608ba95 .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-025da858-f4ca-4bb2-a4ff-8dfbc46c8c08 {
  margin-top: 0px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-025da858-f4ca-4bb2-a4ff-8dfbc46c8c08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-025da858-f4ca-4bb2-a4ff-8dfbc46c8c08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-025da858-f4ca-4bb2-a4ff-8dfbc46c8c08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-025da858-f4ca-4bb2-a4ff-8dfbc46c8c08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-edd2b64a-ee95-4713-8630-f69fad8ef16e {
  margin-bottom: 30px;
}
}
#s-edd2b64a-ee95-4713-8630-f69fad8ef16e {
  display: none;
}
#s-1e145911-f26f-46f0-bd8c-08617c2e9941 {
  text-align: left;
}



.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e145911-f26f-46f0-bd8c-08617c2e9941 img.shogun-image {
  width: 100%;
}



}
#s-ce8ee390-eb85-476d-8158-5a8631127339 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce8ee390-eb85-476d-8158-5a8631127339 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-53c436d0-109d-4852-a7d5-6c31f49f8d97 {
  text-align: left;
}

#s-53c436d0-109d-4852-a7d5-6c31f49f8d97 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53c436d0-109d-4852-a7d5-6c31f49f8d97 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53c436d0-109d-4852-a7d5-6c31f49f8d97 .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;
}

@media (max-width: 767px){#s-b0f95f1f-5867-4471-a3b8-1b69a58e59f8 {
  margin-bottom: 30px;
}
}
#s-b0f95f1f-5867-4471-a3b8-1b69a58e59f8 {
  display: none;
}
#s-a3e96f9b-1781-43d7-93f4-9373baeab263 {
  text-align: left;
}



.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3e96f9b-1781-43d7-93f4-9373baeab263 img.shogun-image {
  width: 100%;
}



}
#s-f08ed02f-87bc-47b2-88cd-88ff61d76ec9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f08ed02f-87bc-47b2-88cd-88ff61d76ec9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f0fb9487-a1cc-4bb3-9f41-06f0284588f7 {
  text-align: left;
}

#s-f0fb9487-a1cc-4bb3-9f41-06f0284588f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f0fb9487-a1cc-4bb3-9f41-06f0284588f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f0fb9487-a1cc-4bb3-9f41-06f0284588f7 .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-300cb858-cd79-4cbb-977f-3daaa0a00e69 {
  display: none;
}
#s-406212a9-e892-40b8-97de-d4bcb5af0308 {
  text-align: left;
}



.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-406212a9-e892-40b8-97de-d4bcb5af0308 img.shogun-image {
  width: 100%;
}



}
#s-ef6e9167-2281-4f83-ad08-2991139a5be7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef6e9167-2281-4f83-ad08-2991139a5be7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6da2e167-d081-45a6-9dcb-6e8971057a38 {
  text-align: left;
}

#s-6da2e167-d081-45a6-9dcb-6e8971057a38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6da2e167-d081-45a6-9dcb-6e8971057a38 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6da2e167-d081-45a6-9dcb-6e8971057a38 .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-cf910323-54c9-4a09-9641-72a7c5604983 {
  display: none;
}
#s-b6be331a-28b2-4137-a034-a0022329614b {
  text-align: left;
}



.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6be331a-28b2-4137-a034-a0022329614b img.shogun-image {
  width: 100%;
}



}
#s-04e838ef-dde4-44f8-b498-7efaa9dfd793 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04e838ef-dde4-44f8-b498-7efaa9dfd793 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9ce56c80-b2c7-400e-a4ce-02e2f361594b {
  text-align: left;
}

#s-9ce56c80-b2c7-400e-a4ce-02e2f361594b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ce56c80-b2c7-400e-a4ce-02e2f361594b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ce56c80-b2c7-400e-a4ce-02e2f361594b .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-31155da7-fef2-4f98-8d26-255b9f640f26 {
  margin-top: 0px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-31155da7-fef2-4f98-8d26-255b9f640f26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31155da7-fef2-4f98-8d26-255b9f640f26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-31155da7-fef2-4f98-8d26-255b9f640f26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-31155da7-fef2-4f98-8d26-255b9f640f26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-61f98058-70fa-4ce7-a156-9a7ff82e1107 {
  margin-bottom: 30px;
}
}
#s-61f98058-70fa-4ce7-a156-9a7ff82e1107 {
  display: none;
}
#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 {
  text-align: left;
}



.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ca9b29a-7aee-4443-97d7-e5fbb3206ab3 img.shogun-image {
  width: 100%;
}



}
#s-7c69bf97-c108-414f-864b-e818b8273c71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c69bf97-c108-414f-864b-e818b8273c71 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-98868b2d-1c57-4949-9508-95e7848746b0 {
  text-align: left;
}

#s-98868b2d-1c57-4949-9508-95e7848746b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-98868b2d-1c57-4949-9508-95e7848746b0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-98868b2d-1c57-4949-9508-95e7848746b0 .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;
}

@media (max-width: 767px){#s-b1ca52ff-7bcd-48d0-93c3-aac8bf8447b8 {
  margin-bottom: 30px;
}
}
#s-b1ca52ff-7bcd-48d0-93c3-aac8bf8447b8 {
  display: none;
}
#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 {
  text-align: left;
}



.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1bda94f-d101-4ffa-965d-cda928b65ce9 img.shogun-image {
  width: 100%;
}



}
#s-7e8296e8-a89a-448b-b073-209d9573b0e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e8296e8-a89a-448b-b073-209d9573b0e2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bab61fd1-26fa-46ba-a10d-7c68926d86be {
  text-align: left;
}

#s-bab61fd1-26fa-46ba-a10d-7c68926d86be .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bab61fd1-26fa-46ba-a10d-7c68926d86be .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bab61fd1-26fa-46ba-a10d-7c68926d86be .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;
}

@media (max-width: 767px){#s-8ea8b45b-6b5d-4065-af7a-707cc1e021be {
  margin-bottom: 30px;
}
}
#s-8ea8b45b-6b5d-4065-af7a-707cc1e021be {
  display: none;
}
#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e {
  text-align: left;
}



.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae44823-fdb0-4230-b0b3-201d2845ef7e img.shogun-image {
  width: 100%;
}



}
#s-38f886d8-305f-4af6-84d1-1b834a960ddc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38f886d8-305f-4af6-84d1-1b834a960ddc .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5b83a5aa-ec60-4eae-aad0-e72c6612d4ef {
  text-align: left;
}

#s-5b83a5aa-ec60-4eae-aad0-e72c6612d4ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b83a5aa-ec60-4eae-aad0-e72c6612d4ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5b83a5aa-ec60-4eae-aad0-e72c6612d4ef .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-c5a16e10-5d72-4ec1-ad10-29440ca549e5 {
  display: none;
}
#s-e494382e-326f-4ac6-815e-916bdb60eebf {
  text-align: left;
}



.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e494382e-326f-4ac6-815e-916bdb60eebf img.shogun-image {
  width: 100%;
}



}
#s-9de7efbf-c12a-4e31-b374-76dc87c4a71a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9de7efbf-c12a-4e31-b374-76dc87c4a71a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-585ae2c6-439a-44fd-bdf6-bbe9d98b99df {
  text-align: left;
}

#s-585ae2c6-439a-44fd-bdf6-bbe9d98b99df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-585ae2c6-439a-44fd-bdf6-bbe9d98b99df .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-585ae2c6-439a-44fd-bdf6-bbe9d98b99df .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-fcd12819-37b1-4fea-bc99-e213f1c088e5 {
  margin-top: 0px;
margin-bottom: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(84, 130, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fcd12819-37b1-4fea-bc99-e213f1c088e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcd12819-37b1-4fea-bc99-e213f1c088e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcd12819-37b1-4fea-bc99-e213f1c088e5-btn-wrapper {
    text-align: center;
  }


#s-fcd12819-37b1-4fea-bc99-e213f1c088e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcd12819-37b1-4fea-bc99-e213f1c088e5-btn-wrapper {
    text-align: center;
  }


#s-fcd12819-37b1-4fea-bc99-e213f1c088e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcd12819-37b1-4fea-bc99-e213f1c088e5-btn-wrapper {
    text-align: center;
  }


#s-fcd12819-37b1-4fea-bc99-e213f1c088e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcd12819-37b1-4fea-bc99-e213f1c088e5-btn-wrapper {
    text-align: center;
  }


#s-fcd12819-37b1-4fea-bc99-e213f1c088e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcd12819-37b1-4fea-bc99-e213f1c088e5-btn-wrapper {
    text-align: center;
  }


#s-fcd12819-37b1-4fea-bc99-e213f1c088e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-192837af-ef2d-4c31-8a61-d96046f58807 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 903.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-192837af-ef2d-4c31-8a61-d96046f58807 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-192837af-ef2d-4c31-8a61-d96046f58807 {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-192837af-ef2d-4c31-8a61-d96046f58807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192837af-ef2d-4c31-8a61-d96046f58807.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c20f72-a86d-4985-9e81-51fa4ba34471 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-85c20f72-a86d-4985-9e81-51fa4ba34471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85c20f72-a86d-4985-9e81-51fa4ba34471"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85c20f72-a86d-4985-9e81-51fa4ba34471"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85c20f72-a86d-4985-9e81-51fa4ba34471"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1048e6d4-56c6-4ece-aa41-146e7fc64e26 {
  padding-top: 24px;
padding-bottom: 20px;
text-align: center;
}







  #s-1048e6d4-56c6-4ece-aa41-146e7fc64e26 img.shogun-image {
    

    
    
    
  }


#s-1048e6d4-56c6-4ece-aa41-146e7fc64e26 .shogun-image-content {
  
    align-items: center;
  
}

#s-12196a6b-7017-46bd-a65c-160cb25ce6ae {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-12196a6b-7017-46bd-a65c-160cb25ce6ae .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0388496b-32db-484f-bf54-6fabed51cd88 {
  margin-bottom: 20px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-0388496b-32db-484f-bf54-6fabed51cd88 {
  padding-left: 0px;
}
}
#s-bd3dac6a-9812-430f-8f68-5c4feff82a76 {
  margin-top: 0px;
margin-bottom: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 100%;
background-color: rgba(84, 130, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bd3dac6a-9812-430f-8f68-5c4feff82a76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd3dac6a-9812-430f-8f68-5c4feff82a76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd3dac6a-9812-430f-8f68-5c4feff82a76-btn-wrapper {
    text-align: center;
  }


#s-bd3dac6a-9812-430f-8f68-5c4feff82a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd3dac6a-9812-430f-8f68-5c4feff82a76-btn-wrapper {
    text-align: center;
  }


#s-bd3dac6a-9812-430f-8f68-5c4feff82a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd3dac6a-9812-430f-8f68-5c4feff82a76-btn-wrapper {
    text-align: center;
  }


#s-bd3dac6a-9812-430f-8f68-5c4feff82a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd3dac6a-9812-430f-8f68-5c4feff82a76-btn-wrapper {
    text-align: center;
  }


#s-bd3dac6a-9812-430f-8f68-5c4feff82a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd3dac6a-9812-430f-8f68-5c4feff82a76-btn-wrapper {
    text-align: center;
  }


#s-bd3dac6a-9812-430f-8f68-5c4feff82a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2ffa7e57-2dac-4804-90e9-40934eeecfbd {
  padding-top: 24px;
padding-bottom: 20px;
text-align: center;
}







  #s-2ffa7e57-2dac-4804-90e9-40934eeecfbd img.shogun-image {
    

    
    
    
  }


#s-2ffa7e57-2dac-4804-90e9-40934eeecfbd .shogun-image-content {
  
    align-items: center;
  
}

#s-0ebc78d5-5f98-431b-b393-bb66a6a0755d {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-0ebc78d5-5f98-431b-b393-bb66a6a0755d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a13031d5-8741-4b35-968d-1600f910a19a {
  margin-top: 0px;
margin-bottom: 20px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-a13031d5-8741-4b35-968d-1600f910a19a {
  padding-left: 0px;
}
}
#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370 {
  margin-top: 0px;
margin-bottom: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 100%;
background-color: rgba(84, 130, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec89e48c-5fea-40a5-a1da-3c02b82dc370-btn-wrapper {
    text-align: center;
  }


#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec89e48c-5fea-40a5-a1da-3c02b82dc370-btn-wrapper {
    text-align: center;
  }


#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec89e48c-5fea-40a5-a1da-3c02b82dc370-btn-wrapper {
    text-align: center;
  }


#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec89e48c-5fea-40a5-a1da-3c02b82dc370-btn-wrapper {
    text-align: center;
  }


#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec89e48c-5fea-40a5-a1da-3c02b82dc370-btn-wrapper {
    text-align: center;
  }


#s-ec89e48c-5fea-40a5-a1da-3c02b82dc370.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(84, 130, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae-btn-wrapper {
    text-align: center;
  }


#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae-btn-wrapper {
    text-align: center;
  }


#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae-btn-wrapper {
    text-align: center;
  }


#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae-btn-wrapper {
    text-align: center;
  }


#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae-btn-wrapper {
    text-align: center;
  }


#s-0a989b5c-b2c1-40a4-b26d-fe1b1c1046ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e779f68f-f97b-468a-9014-70eb47522db4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000.33px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e779f68f-f97b-468a-9014-70eb47522db4 {
  padding-left: 22px;
padding-right: 22px;
}
}@media (max-width: 767px){#s-e779f68f-f97b-468a-9014-70eb47522db4 {
  padding-left: 22px;
padding-right: 22px;
}
}







#s-e779f68f-f97b-468a-9014-70eb47522db4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e779f68f-f97b-468a-9014-70eb47522db4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec4a119f-1cc8-4306-903b-85b1a0fa32e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec4a119f-1cc8-4306-903b-85b1a0fa32e0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}



#s-2aef7ec2-d9dd-4a2d-8387-eb3f2a010ac0 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-212f985d-c732-45bb-af01-490708bd4063"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-212f985d-c732-45bb-af01-490708bd4063"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-212f985d-c732-45bb-af01-490708bd4063"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-212f985d-c732-45bb-af01-490708bd4063"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-731b3888-bbe4-445e-9807-4fadb457f234 {
  text-align: center;
}







  #s-731b3888-bbe4-445e-9807-4fadb457f234 img.shogun-image {
    

    
    
    
  }


#s-731b3888-bbe4-445e-9807-4fadb457f234 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bb02c7b-21c7-43b5-8530-dd1d10140451 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-7f7badbc-aefd-4a02-b629-6f4921d9e316 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2df7cbca-dc8e-4409-ac79-c146fdc03155 {
  text-align: center;
}







  #s-2df7cbca-dc8e-4409-ac79-c146fdc03155 img.shogun-image {
    

    
    
    
  }


#s-2df7cbca-dc8e-4409-ac79-c146fdc03155 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bd5ad35-058a-4259-9344-5cad5f2c7f7d {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-151f5148-0817-461d-901b-445fd19428c7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a528c11-dbe1-4561-b60f-f8502ae2f223 {
  text-align: center;
}







  #s-4a528c11-dbe1-4561-b60f-f8502ae2f223 img.shogun-image {
    

    
    
    
  }


#s-4a528c11-dbe1-4561-b60f-f8502ae2f223 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcd3d2f0-6283-4588-9a1d-88be176d2e76 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-375d5f22-f71f-4d73-81f6-8cdf9d377847 {
  margin-top: 10px;
margin-bottom: 10px;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
