.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-384502ec-8e70-4bc1-a7d5-3a05a82806f2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-384502ec-8e70-4bc1-a7d5-3a05a82806f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-384502ec-8e70-4bc1-a7d5-3a05a82806f2.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;
}

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

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

#s-46a514e9-c2b7-47da-8afb-e8c54c865a24 {
  text-align: center;
}
@media (min-width: 1200px){#s-46a514e9-c2b7-47da-8afb-e8c54c865a24 {
  display: none;
}
#s-46a514e9-c2b7-47da-8afb-e8c54c865a24, #wrap-s-46a514e9-c2b7-47da-8afb-e8c54c865a24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46a514e9-c2b7-47da-8afb-e8c54c865a24 {
  display: none;
}
#s-46a514e9-c2b7-47da-8afb-e8c54c865a24, #wrap-s-46a514e9-c2b7-47da-8afb-e8c54c865a24 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46a514e9-c2b7-47da-8afb-e8c54c865a24 {
  display: none;
}
#s-46a514e9-c2b7-47da-8afb-e8c54c865a24, #wrap-s-46a514e9-c2b7-47da-8afb-e8c54c865a24 { display:none !important; }}






  #s-46a514e9-c2b7-47da-8afb-e8c54c865a24 img.shogun-image {
    

    
    
    
  }


#s-46a514e9-c2b7-47da-8afb-e8c54c865a24 .shogun-image-content {
  
    align-items: center;
  
}

#s-011f57be-02a0-4a4d-b022-75b0a544f2ec {
  text-align: center;
}
@media (max-width: 767px){#s-011f57be-02a0-4a4d-b022-75b0a544f2ec {
  display: none;
}
#s-011f57be-02a0-4a4d-b022-75b0a544f2ec, #wrap-s-011f57be-02a0-4a4d-b022-75b0a544f2ec { display:none !important; }}






  #s-011f57be-02a0-4a4d-b022-75b0a544f2ec img.shogun-image {
    

    
    
    
  }


#s-011f57be-02a0-4a4d-b022-75b0a544f2ec .shogun-image-content {
  
    align-items: center;
  
}

.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-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 {
  display: none;
}
#s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3, #wrap-s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 {
  display: none;
}
#s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3, #wrap-s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 {
  display: none;
}
#s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3, #wrap-s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 { display:none !important; }}
#s-c8dc224a-6207-4ae1-896a-b5bca7adfcb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8f049924-d322-4175-9165-c5da6a5de15e {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8f049924-d322-4175-9165-c5da6a5de15e {
  display: none;
}
#s-8f049924-d322-4175-9165-c5da6a5de15e, #wrap-s-8f049924-d322-4175-9165-c5da6a5de15e { display:none !important; }}
#s-8f049924-d322-4175-9165-c5da6a5de15e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-412b4473-d746-4ba9-a88d-e8c3f22cb723 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-412b4473-d746-4ba9-a88d-e8c3f22cb723 {
  display: none;
}
#s-412b4473-d746-4ba9-a88d-e8c3f22cb723, #wrap-s-412b4473-d746-4ba9-a88d-e8c3f22cb723 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-412b4473-d746-4ba9-a88d-e8c3f22cb723 {
  display: none;
}
#s-412b4473-d746-4ba9-a88d-e8c3f22cb723, #wrap-s-412b4473-d746-4ba9-a88d-e8c3f22cb723 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-412b4473-d746-4ba9-a88d-e8c3f22cb723 {
  display: none;
}
#s-412b4473-d746-4ba9-a88d-e8c3f22cb723, #wrap-s-412b4473-d746-4ba9-a88d-e8c3f22cb723 { display:none !important; }}
#s-36d66692-af45-4aeb-a180-d44179af1ca9 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-36d66692-af45-4aeb-a180-d44179af1ca9 {
  display: none;
}
#s-36d66692-af45-4aeb-a180-d44179af1ca9, #wrap-s-36d66692-af45-4aeb-a180-d44179af1ca9 { display:none !important; }}
#s-e302cccf-52c6-4444-a810-e4421da2ae62 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e302cccf-52c6-4444-a810-e4421da2ae62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e302cccf-52c6-4444-a810-e4421da2ae62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c454971-f0bf-490d-83cb-868dbf3d4828 {
  text-align: center;
}
@media (min-width: 1200px){#s-1c454971-f0bf-490d-83cb-868dbf3d4828 {
  display: none;
}
#s-1c454971-f0bf-490d-83cb-868dbf3d4828, #wrap-s-1c454971-f0bf-490d-83cb-868dbf3d4828 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c454971-f0bf-490d-83cb-868dbf3d4828 {
  display: none;
}
#s-1c454971-f0bf-490d-83cb-868dbf3d4828, #wrap-s-1c454971-f0bf-490d-83cb-868dbf3d4828 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c454971-f0bf-490d-83cb-868dbf3d4828 {
  display: none;
}
#s-1c454971-f0bf-490d-83cb-868dbf3d4828, #wrap-s-1c454971-f0bf-490d-83cb-868dbf3d4828 { display:none !important; }}






  #s-1c454971-f0bf-490d-83cb-868dbf3d4828 img.shogun-image {
    

    
    
    
  }


#s-1c454971-f0bf-490d-83cb-868dbf3d4828 .shogun-image-content {
  
    align-items: center;
  
}

#s-c764bda6-a095-4fc5-88ce-34276bc02285 {
  text-align: center;
}
@media (max-width: 767px){#s-c764bda6-a095-4fc5-88ce-34276bc02285 {
  display: none;
}
#s-c764bda6-a095-4fc5-88ce-34276bc02285, #wrap-s-c764bda6-a095-4fc5-88ce-34276bc02285 { display:none !important; }}






  #s-c764bda6-a095-4fc5-88ce-34276bc02285 img.shogun-image {
    

    
    
    
  }


#s-c764bda6-a095-4fc5-88ce-34276bc02285 .shogun-image-content {
  
    align-items: center;
  
}

#s-53b40bc4-34f2-45db-bf1a-b41ba1720542 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-53b40bc4-34f2-45db-bf1a-b41ba1720542 {
  display: none;
}
#s-53b40bc4-34f2-45db-bf1a-b41ba1720542, #wrap-s-53b40bc4-34f2-45db-bf1a-b41ba1720542 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53b40bc4-34f2-45db-bf1a-b41ba1720542 {
  display: none;
}
#s-53b40bc4-34f2-45db-bf1a-b41ba1720542, #wrap-s-53b40bc4-34f2-45db-bf1a-b41ba1720542 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53b40bc4-34f2-45db-bf1a-b41ba1720542 {
  display: none;
}
#s-53b40bc4-34f2-45db-bf1a-b41ba1720542, #wrap-s-53b40bc4-34f2-45db-bf1a-b41ba1720542 { display:none !important; }}
#s-53b40bc4-34f2-45db-bf1a-b41ba1720542 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1e68cd37-c4b5-42bc-ab20-9f93abd121f1 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1e68cd37-c4b5-42bc-ab20-9f93abd121f1 {
  display: none;
}
#s-1e68cd37-c4b5-42bc-ab20-9f93abd121f1, #wrap-s-1e68cd37-c4b5-42bc-ab20-9f93abd121f1 { display:none !important; }}
#s-1e68cd37-c4b5-42bc-ab20-9f93abd121f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7ee672a9-7e53-4abc-a227-78856e280e21 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-7ee672a9-7e53-4abc-a227-78856e280e21 {
  display: none;
}
#s-7ee672a9-7e53-4abc-a227-78856e280e21, #wrap-s-7ee672a9-7e53-4abc-a227-78856e280e21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ee672a9-7e53-4abc-a227-78856e280e21 {
  display: none;
}
#s-7ee672a9-7e53-4abc-a227-78856e280e21, #wrap-s-7ee672a9-7e53-4abc-a227-78856e280e21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ee672a9-7e53-4abc-a227-78856e280e21 {
  display: none;
}
#s-7ee672a9-7e53-4abc-a227-78856e280e21, #wrap-s-7ee672a9-7e53-4abc-a227-78856e280e21 { display:none !important; }}
#s-894c7bc3-e5ff-4761-8bb9-796c198aeb9e {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-894c7bc3-e5ff-4761-8bb9-796c198aeb9e {
  display: none;
}
#s-894c7bc3-e5ff-4761-8bb9-796c198aeb9e, #wrap-s-894c7bc3-e5ff-4761-8bb9-796c198aeb9e { display:none !important; }}
#s-fb6a3ce3-cfe4-45fe-b9b2-86ca123a1a85 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-fb6a3ce3-cfe4-45fe-b9b2-86ca123a1a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb6a3ce3-cfe4-45fe-b9b2-86ca123a1a85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14e7d30b-5986-41b3-b327-0f3be0dae78c {
  text-align: center;
}
@media (min-width: 1200px){#s-14e7d30b-5986-41b3-b327-0f3be0dae78c {
  display: none;
}
#s-14e7d30b-5986-41b3-b327-0f3be0dae78c, #wrap-s-14e7d30b-5986-41b3-b327-0f3be0dae78c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14e7d30b-5986-41b3-b327-0f3be0dae78c {
  display: none;
}
#s-14e7d30b-5986-41b3-b327-0f3be0dae78c, #wrap-s-14e7d30b-5986-41b3-b327-0f3be0dae78c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14e7d30b-5986-41b3-b327-0f3be0dae78c {
  display: none;
}
#s-14e7d30b-5986-41b3-b327-0f3be0dae78c, #wrap-s-14e7d30b-5986-41b3-b327-0f3be0dae78c { display:none !important; }}






  #s-14e7d30b-5986-41b3-b327-0f3be0dae78c img.shogun-image {
    

    
    
    
  }


#s-14e7d30b-5986-41b3-b327-0f3be0dae78c .shogun-image-content {
  
    align-items: center;
  
}

#s-a89e1deb-6118-46ee-9808-ee9c57d093ea {
  text-align: center;
}
@media (max-width: 767px){#s-a89e1deb-6118-46ee-9808-ee9c57d093ea {
  display: none;
}
#s-a89e1deb-6118-46ee-9808-ee9c57d093ea, #wrap-s-a89e1deb-6118-46ee-9808-ee9c57d093ea { display:none !important; }}






  #s-a89e1deb-6118-46ee-9808-ee9c57d093ea img.shogun-image {
    

    
    
    
  }


#s-a89e1deb-6118-46ee-9808-ee9c57d093ea .shogun-image-content {
  
    align-items: center;
  
}

#s-35950e53-ff44-49c5-8b99-5f4d3ab31361 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-35950e53-ff44-49c5-8b99-5f4d3ab31361 {
  display: none;
}
#s-35950e53-ff44-49c5-8b99-5f4d3ab31361, #wrap-s-35950e53-ff44-49c5-8b99-5f4d3ab31361 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35950e53-ff44-49c5-8b99-5f4d3ab31361 {
  display: none;
}
#s-35950e53-ff44-49c5-8b99-5f4d3ab31361, #wrap-s-35950e53-ff44-49c5-8b99-5f4d3ab31361 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35950e53-ff44-49c5-8b99-5f4d3ab31361 {
  display: none;
}
#s-35950e53-ff44-49c5-8b99-5f4d3ab31361, #wrap-s-35950e53-ff44-49c5-8b99-5f4d3ab31361 { display:none !important; }}
#s-35950e53-ff44-49c5-8b99-5f4d3ab31361 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-13ed8c94-95e3-4004-ae6a-5653961e0d35 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-13ed8c94-95e3-4004-ae6a-5653961e0d35 {
  display: none;
}
#s-13ed8c94-95e3-4004-ae6a-5653961e0d35, #wrap-s-13ed8c94-95e3-4004-ae6a-5653961e0d35 { display:none !important; }}
#s-13ed8c94-95e3-4004-ae6a-5653961e0d35 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d421463c-1d35-4a5f-ad66-d5302a89c0ca {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-d421463c-1d35-4a5f-ad66-d5302a89c0ca {
  display: none;
}
#s-d421463c-1d35-4a5f-ad66-d5302a89c0ca, #wrap-s-d421463c-1d35-4a5f-ad66-d5302a89c0ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d421463c-1d35-4a5f-ad66-d5302a89c0ca {
  display: none;
}
#s-d421463c-1d35-4a5f-ad66-d5302a89c0ca, #wrap-s-d421463c-1d35-4a5f-ad66-d5302a89c0ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d421463c-1d35-4a5f-ad66-d5302a89c0ca {
  display: none;
}
#s-d421463c-1d35-4a5f-ad66-d5302a89c0ca, #wrap-s-d421463c-1d35-4a5f-ad66-d5302a89c0ca { display:none !important; }}
#s-0485524f-e2c0-4ece-b53b-fbf028ff43f5 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-0485524f-e2c0-4ece-b53b-fbf028ff43f5 {
  display: none;
}
#s-0485524f-e2c0-4ece-b53b-fbf028ff43f5, #wrap-s-0485524f-e2c0-4ece-b53b-fbf028ff43f5 { display:none !important; }}
#s-230deb70-9462-4e9f-b9c6-afadce2f8778 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-230deb70-9462-4e9f-b9c6-afadce2f8778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-230deb70-9462-4e9f-b9c6-afadce2f8778.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e {
  text-align: center;
}
@media (min-width: 1200px){#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e {
  display: none;
}
#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e, #wrap-s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e {
  display: none;
}
#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e, #wrap-s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e {
  display: none;
}
#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e, #wrap-s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e { display:none !important; }}






  #s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e img.shogun-image {
    

    
    
    
  }


#s-f3e0ffcf-7d9e-4175-80ac-b4f94562778e .shogun-image-content {
  
    align-items: center;
  
}

#s-88078f4e-2a58-44f2-8dad-10c0f2a98c99 {
  text-align: center;
}
@media (max-width: 767px){#s-88078f4e-2a58-44f2-8dad-10c0f2a98c99 {
  display: none;
}
#s-88078f4e-2a58-44f2-8dad-10c0f2a98c99, #wrap-s-88078f4e-2a58-44f2-8dad-10c0f2a98c99 { display:none !important; }}






  #s-88078f4e-2a58-44f2-8dad-10c0f2a98c99 img.shogun-image {
    

    
    
    
  }


#s-88078f4e-2a58-44f2-8dad-10c0f2a98c99 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 {
  display: none;
}
#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6, #wrap-s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 {
  display: none;
}
#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6, #wrap-s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 {
  display: none;
}
#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6, #wrap-s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 { display:none !important; }}
#s-1e9e940c-2f49-4738-a368-45c5bc89a1f6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-43981a82-721c-4450-b7a1-760dd065934c {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-43981a82-721c-4450-b7a1-760dd065934c {
  display: none;
}
#s-43981a82-721c-4450-b7a1-760dd065934c, #wrap-s-43981a82-721c-4450-b7a1-760dd065934c { display:none !important; }}
#s-43981a82-721c-4450-b7a1-760dd065934c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-066b13e4-2904-479c-88eb-a66cf49b0f08 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-066b13e4-2904-479c-88eb-a66cf49b0f08 {
  display: none;
}
#s-066b13e4-2904-479c-88eb-a66cf49b0f08, #wrap-s-066b13e4-2904-479c-88eb-a66cf49b0f08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-066b13e4-2904-479c-88eb-a66cf49b0f08 {
  display: none;
}
#s-066b13e4-2904-479c-88eb-a66cf49b0f08, #wrap-s-066b13e4-2904-479c-88eb-a66cf49b0f08 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-066b13e4-2904-479c-88eb-a66cf49b0f08 {
  display: none;
}
#s-066b13e4-2904-479c-88eb-a66cf49b0f08, #wrap-s-066b13e4-2904-479c-88eb-a66cf49b0f08 { display:none !important; }}
#s-99481545-67ec-4260-919b-02c0296e8859 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-99481545-67ec-4260-919b-02c0296e8859 {
  display: none;
}
#s-99481545-67ec-4260-919b-02c0296e8859, #wrap-s-99481545-67ec-4260-919b-02c0296e8859 { display:none !important; }}
#s-9e2a428f-b486-4fec-9668-511ba6356eb6 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-9e2a428f-b486-4fec-9668-511ba6356eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e2a428f-b486-4fec-9668-511ba6356eb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07a58479-f8bd-4438-8503-7cec7948ecc9 {
  text-align: center;
}
@media (min-width: 1200px){#s-07a58479-f8bd-4438-8503-7cec7948ecc9 {
  display: none;
}
#s-07a58479-f8bd-4438-8503-7cec7948ecc9, #wrap-s-07a58479-f8bd-4438-8503-7cec7948ecc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07a58479-f8bd-4438-8503-7cec7948ecc9 {
  display: none;
}
#s-07a58479-f8bd-4438-8503-7cec7948ecc9, #wrap-s-07a58479-f8bd-4438-8503-7cec7948ecc9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07a58479-f8bd-4438-8503-7cec7948ecc9 {
  display: none;
}
#s-07a58479-f8bd-4438-8503-7cec7948ecc9, #wrap-s-07a58479-f8bd-4438-8503-7cec7948ecc9 { display:none !important; }}






  #s-07a58479-f8bd-4438-8503-7cec7948ecc9 img.shogun-image {
    

    
    
    
  }


#s-07a58479-f8bd-4438-8503-7cec7948ecc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6979664-e2a5-4a6f-ad57-ae390de9564f {
  text-align: center;
}
@media (max-width: 767px){#s-d6979664-e2a5-4a6f-ad57-ae390de9564f {
  display: none;
}
#s-d6979664-e2a5-4a6f-ad57-ae390de9564f, #wrap-s-d6979664-e2a5-4a6f-ad57-ae390de9564f { display:none !important; }}






  #s-d6979664-e2a5-4a6f-ad57-ae390de9564f img.shogun-image {
    

    
    
    
  }


#s-d6979664-e2a5-4a6f-ad57-ae390de9564f .shogun-image-content {
  
    align-items: center;
  
}

#s-9eb455b0-f61f-480f-ba61-5c4e4f409498 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9eb455b0-f61f-480f-ba61-5c4e4f409498 {
  display: none;
}
#s-9eb455b0-f61f-480f-ba61-5c4e4f409498, #wrap-s-9eb455b0-f61f-480f-ba61-5c4e4f409498 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eb455b0-f61f-480f-ba61-5c4e4f409498 {
  display: none;
}
#s-9eb455b0-f61f-480f-ba61-5c4e4f409498, #wrap-s-9eb455b0-f61f-480f-ba61-5c4e4f409498 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9eb455b0-f61f-480f-ba61-5c4e4f409498 {
  display: none;
}
#s-9eb455b0-f61f-480f-ba61-5c4e4f409498, #wrap-s-9eb455b0-f61f-480f-ba61-5c4e4f409498 { display:none !important; }}
#s-9eb455b0-f61f-480f-ba61-5c4e4f409498 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8a7b819e-0c0b-424c-a684-1ec1c4367cde {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8a7b819e-0c0b-424c-a684-1ec1c4367cde {
  display: none;
}
#s-8a7b819e-0c0b-424c-a684-1ec1c4367cde, #wrap-s-8a7b819e-0c0b-424c-a684-1ec1c4367cde { display:none !important; }}
#s-8a7b819e-0c0b-424c-a684-1ec1c4367cde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2470d8f4-fce8-413b-8e5e-95b477146ff2 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-2470d8f4-fce8-413b-8e5e-95b477146ff2 {
  display: none;
}
#s-2470d8f4-fce8-413b-8e5e-95b477146ff2, #wrap-s-2470d8f4-fce8-413b-8e5e-95b477146ff2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2470d8f4-fce8-413b-8e5e-95b477146ff2 {
  display: none;
}
#s-2470d8f4-fce8-413b-8e5e-95b477146ff2, #wrap-s-2470d8f4-fce8-413b-8e5e-95b477146ff2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2470d8f4-fce8-413b-8e5e-95b477146ff2 {
  display: none;
}
#s-2470d8f4-fce8-413b-8e5e-95b477146ff2, #wrap-s-2470d8f4-fce8-413b-8e5e-95b477146ff2 { display:none !important; }}
#s-fdcfab40-71e5-44e5-a124-f769c9771185 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-fdcfab40-71e5-44e5-a124-f769c9771185 {
  display: none;
}
#s-fdcfab40-71e5-44e5-a124-f769c9771185, #wrap-s-fdcfab40-71e5-44e5-a124-f769c9771185 { display:none !important; }}
#s-4cdc7983-9536-49a0-84b2-f40876f56d67 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-4cdc7983-9536-49a0-84b2-f40876f56d67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cdc7983-9536-49a0-84b2-f40876f56d67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 {
  text-align: center;
}
@media (min-width: 1200px){#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 {
  display: none;
}
#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437, #wrap-s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 {
  display: none;
}
#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437, #wrap-s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 {
  display: none;
}
#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437, #wrap-s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 { display:none !important; }}






  #s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 img.shogun-image {
    

    
    
    
  }


#s-2e1ab5a3-afe3-4b33-8d2e-e370b173f437 .shogun-image-content {
  
    align-items: center;
  
}

#s-75f715bb-0f1f-4c21-be97-40512a9f6c30 {
  text-align: center;
}
@media (max-width: 767px){#s-75f715bb-0f1f-4c21-be97-40512a9f6c30 {
  display: none;
}
#s-75f715bb-0f1f-4c21-be97-40512a9f6c30, #wrap-s-75f715bb-0f1f-4c21-be97-40512a9f6c30 { display:none !important; }}






  #s-75f715bb-0f1f-4c21-be97-40512a9f6c30 img.shogun-image {
    

    
    
    
  }


#s-75f715bb-0f1f-4c21-be97-40512a9f6c30 .shogun-image-content {
  
    align-items: center;
  
}

#s-8265c74d-4cf6-4529-9571-d74ced1126ab {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8265c74d-4cf6-4529-9571-d74ced1126ab {
  display: none;
}
#s-8265c74d-4cf6-4529-9571-d74ced1126ab, #wrap-s-8265c74d-4cf6-4529-9571-d74ced1126ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8265c74d-4cf6-4529-9571-d74ced1126ab {
  display: none;
}
#s-8265c74d-4cf6-4529-9571-d74ced1126ab, #wrap-s-8265c74d-4cf6-4529-9571-d74ced1126ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8265c74d-4cf6-4529-9571-d74ced1126ab {
  display: none;
}
#s-8265c74d-4cf6-4529-9571-d74ced1126ab, #wrap-s-8265c74d-4cf6-4529-9571-d74ced1126ab { display:none !important; }}
#s-8265c74d-4cf6-4529-9571-d74ced1126ab .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5cf7c55a-4841-455c-9785-512814d13878 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5cf7c55a-4841-455c-9785-512814d13878 {
  display: none;
}
#s-5cf7c55a-4841-455c-9785-512814d13878, #wrap-s-5cf7c55a-4841-455c-9785-512814d13878 { display:none !important; }}
#s-5cf7c55a-4841-455c-9785-512814d13878 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-85699610-0114-4e35-8f7c-6e44401990ad {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-85699610-0114-4e35-8f7c-6e44401990ad {
  display: none;
}
#s-85699610-0114-4e35-8f7c-6e44401990ad, #wrap-s-85699610-0114-4e35-8f7c-6e44401990ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85699610-0114-4e35-8f7c-6e44401990ad {
  display: none;
}
#s-85699610-0114-4e35-8f7c-6e44401990ad, #wrap-s-85699610-0114-4e35-8f7c-6e44401990ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85699610-0114-4e35-8f7c-6e44401990ad {
  display: none;
}
#s-85699610-0114-4e35-8f7c-6e44401990ad, #wrap-s-85699610-0114-4e35-8f7c-6e44401990ad { display:none !important; }}
#s-8009a5a0-5a16-49b4-9437-5c9ff24b5e3d {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-8009a5a0-5a16-49b4-9437-5c9ff24b5e3d {
  display: none;
}
#s-8009a5a0-5a16-49b4-9437-5c9ff24b5e3d, #wrap-s-8009a5a0-5a16-49b4-9437-5c9ff24b5e3d { display:none !important; }}
#s-30146aae-f275-4e75-9285-62d749ac066c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-30146aae-f275-4e75-9285-62d749ac066c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30146aae-f275-4e75-9285-62d749ac066c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a627ee9-c237-4054-9168-4113bae428d9 {
  text-align: center;
}
@media (min-width: 1200px){#s-3a627ee9-c237-4054-9168-4113bae428d9 {
  display: none;
}
#s-3a627ee9-c237-4054-9168-4113bae428d9, #wrap-s-3a627ee9-c237-4054-9168-4113bae428d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a627ee9-c237-4054-9168-4113bae428d9 {
  display: none;
}
#s-3a627ee9-c237-4054-9168-4113bae428d9, #wrap-s-3a627ee9-c237-4054-9168-4113bae428d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a627ee9-c237-4054-9168-4113bae428d9 {
  display: none;
}
#s-3a627ee9-c237-4054-9168-4113bae428d9, #wrap-s-3a627ee9-c237-4054-9168-4113bae428d9 { display:none !important; }}






  #s-3a627ee9-c237-4054-9168-4113bae428d9 img.shogun-image {
    

    
    
    
  }


#s-3a627ee9-c237-4054-9168-4113bae428d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-83485b69-58c3-4382-9f72-96c1e9a6a3fe {
  text-align: center;
}
@media (max-width: 767px){#s-83485b69-58c3-4382-9f72-96c1e9a6a3fe {
  display: none;
}
#s-83485b69-58c3-4382-9f72-96c1e9a6a3fe, #wrap-s-83485b69-58c3-4382-9f72-96c1e9a6a3fe { display:none !important; }}






  #s-83485b69-58c3-4382-9f72-96c1e9a6a3fe img.shogun-image {
    

    
    
    
  }


#s-83485b69-58c3-4382-9f72-96c1e9a6a3fe .shogun-image-content {
  
    align-items: center;
  
}

#s-d29b8dab-05d8-410e-9855-553762ca8712 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d29b8dab-05d8-410e-9855-553762ca8712 {
  display: none;
}
#s-d29b8dab-05d8-410e-9855-553762ca8712, #wrap-s-d29b8dab-05d8-410e-9855-553762ca8712 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d29b8dab-05d8-410e-9855-553762ca8712 {
  display: none;
}
#s-d29b8dab-05d8-410e-9855-553762ca8712, #wrap-s-d29b8dab-05d8-410e-9855-553762ca8712 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d29b8dab-05d8-410e-9855-553762ca8712 {
  display: none;
}
#s-d29b8dab-05d8-410e-9855-553762ca8712, #wrap-s-d29b8dab-05d8-410e-9855-553762ca8712 { display:none !important; }}
#s-d29b8dab-05d8-410e-9855-553762ca8712 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9bc3a55b-8ec0-4f15-b214-f1d423d701c6 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9bc3a55b-8ec0-4f15-b214-f1d423d701c6 {
  display: none;
}
#s-9bc3a55b-8ec0-4f15-b214-f1d423d701c6, #wrap-s-9bc3a55b-8ec0-4f15-b214-f1d423d701c6 { display:none !important; }}
#s-9bc3a55b-8ec0-4f15-b214-f1d423d701c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c {
  display: none;
}
#s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c, #wrap-s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c {
  display: none;
}
#s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c, #wrap-s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c {
  display: none;
}
#s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c, #wrap-s-fb427cb2-79e5-4e2a-9257-3914c8cb2c7c { display:none !important; }}
#s-e0c21c75-54b7-4ec3-8319-55d2e9935615 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-e0c21c75-54b7-4ec3-8319-55d2e9935615 {
  display: none;
}
#s-e0c21c75-54b7-4ec3-8319-55d2e9935615, #wrap-s-e0c21c75-54b7-4ec3-8319-55d2e9935615 { display:none !important; }}
#s-e5b328e1-e658-4cc6-933d-7ee7a8134faa {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e5b328e1-e658-4cc6-933d-7ee7a8134faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5b328e1-e658-4cc6-933d-7ee7a8134faa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7631e892-ffcd-4536-83bc-800cb3140825 {
  text-align: center;
}
@media (min-width: 1200px){#s-7631e892-ffcd-4536-83bc-800cb3140825 {
  display: none;
}
#s-7631e892-ffcd-4536-83bc-800cb3140825, #wrap-s-7631e892-ffcd-4536-83bc-800cb3140825 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7631e892-ffcd-4536-83bc-800cb3140825 {
  display: none;
}
#s-7631e892-ffcd-4536-83bc-800cb3140825, #wrap-s-7631e892-ffcd-4536-83bc-800cb3140825 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7631e892-ffcd-4536-83bc-800cb3140825 {
  display: none;
}
#s-7631e892-ffcd-4536-83bc-800cb3140825, #wrap-s-7631e892-ffcd-4536-83bc-800cb3140825 { display:none !important; }}






  #s-7631e892-ffcd-4536-83bc-800cb3140825 img.shogun-image {
    

    
    
    
  }


#s-7631e892-ffcd-4536-83bc-800cb3140825 .shogun-image-content {
  
    align-items: center;
  
}

#s-abc5525a-253a-48fb-9b47-0e0766bd680c {
  text-align: center;
}
@media (max-width: 767px){#s-abc5525a-253a-48fb-9b47-0e0766bd680c {
  display: none;
}
#s-abc5525a-253a-48fb-9b47-0e0766bd680c, #wrap-s-abc5525a-253a-48fb-9b47-0e0766bd680c { display:none !important; }}






  #s-abc5525a-253a-48fb-9b47-0e0766bd680c img.shogun-image {
    

    
    
    
  }


#s-abc5525a-253a-48fb-9b47-0e0766bd680c .shogun-image-content {
  
    align-items: center;
  
}

#s-452246eb-ab46-4019-98a7-b5c6c2da3edc {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-452246eb-ab46-4019-98a7-b5c6c2da3edc {
  display: none;
}
#s-452246eb-ab46-4019-98a7-b5c6c2da3edc, #wrap-s-452246eb-ab46-4019-98a7-b5c6c2da3edc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-452246eb-ab46-4019-98a7-b5c6c2da3edc {
  display: none;
}
#s-452246eb-ab46-4019-98a7-b5c6c2da3edc, #wrap-s-452246eb-ab46-4019-98a7-b5c6c2da3edc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-452246eb-ab46-4019-98a7-b5c6c2da3edc {
  display: none;
}
#s-452246eb-ab46-4019-98a7-b5c6c2da3edc, #wrap-s-452246eb-ab46-4019-98a7-b5c6c2da3edc { display:none !important; }}
#s-452246eb-ab46-4019-98a7-b5c6c2da3edc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d222eba-93c5-4f76-b4ac-18d2f9974296 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9d222eba-93c5-4f76-b4ac-18d2f9974296 {
  display: none;
}
#s-9d222eba-93c5-4f76-b4ac-18d2f9974296, #wrap-s-9d222eba-93c5-4f76-b4ac-18d2f9974296 { display:none !important; }}
#s-9d222eba-93c5-4f76-b4ac-18d2f9974296 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d1bb9ad-a240-4de0-b219-2552a000e939 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-9d1bb9ad-a240-4de0-b219-2552a000e939 {
  display: none;
}
#s-9d1bb9ad-a240-4de0-b219-2552a000e939, #wrap-s-9d1bb9ad-a240-4de0-b219-2552a000e939 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d1bb9ad-a240-4de0-b219-2552a000e939 {
  display: none;
}
#s-9d1bb9ad-a240-4de0-b219-2552a000e939, #wrap-s-9d1bb9ad-a240-4de0-b219-2552a000e939 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d1bb9ad-a240-4de0-b219-2552a000e939 {
  display: none;
}
#s-9d1bb9ad-a240-4de0-b219-2552a000e939, #wrap-s-9d1bb9ad-a240-4de0-b219-2552a000e939 { display:none !important; }}
#s-9f60d3f1-c66d-4787-811e-2238fb3c02cd {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-9f60d3f1-c66d-4787-811e-2238fb3c02cd {
  display: none;
}
#s-9f60d3f1-c66d-4787-811e-2238fb3c02cd, #wrap-s-9f60d3f1-c66d-4787-811e-2238fb3c02cd { display:none !important; }}
#s-e8fa8553-d7ef-4b29-b966-e7b712401c38 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e8fa8553-d7ef-4b29-b966-e7b712401c38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8fa8553-d7ef-4b29-b966-e7b712401c38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 {
  text-align: center;
}
@media (min-width: 1200px){#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 {
  display: none;
}
#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61, #wrap-s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 {
  display: none;
}
#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61, #wrap-s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 {
  display: none;
}
#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61, #wrap-s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 { display:none !important; }}






  #s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 img.shogun-image {
    

    
    
    
  }


#s-92b4b6e5-d9a9-4153-bab0-915885fa5f61 .shogun-image-content {
  
    align-items: center;
  
}

#s-794de3a8-5c78-49f0-bc1c-a3ac64a43a5b {
  text-align: center;
}
@media (max-width: 767px){#s-794de3a8-5c78-49f0-bc1c-a3ac64a43a5b {
  display: none;
}
#s-794de3a8-5c78-49f0-bc1c-a3ac64a43a5b, #wrap-s-794de3a8-5c78-49f0-bc1c-a3ac64a43a5b { display:none !important; }}






  #s-794de3a8-5c78-49f0-bc1c-a3ac64a43a5b img.shogun-image {
    

    
    
    
  }


#s-794de3a8-5c78-49f0-bc1c-a3ac64a43a5b .shogun-image-content {
  
    align-items: center;
  
}

#s-add1ae65-e3e2-469d-a160-91a5cb59531f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-add1ae65-e3e2-469d-a160-91a5cb59531f {
  display: none;
}
#s-add1ae65-e3e2-469d-a160-91a5cb59531f, #wrap-s-add1ae65-e3e2-469d-a160-91a5cb59531f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-add1ae65-e3e2-469d-a160-91a5cb59531f {
  display: none;
}
#s-add1ae65-e3e2-469d-a160-91a5cb59531f, #wrap-s-add1ae65-e3e2-469d-a160-91a5cb59531f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-add1ae65-e3e2-469d-a160-91a5cb59531f {
  display: none;
}
#s-add1ae65-e3e2-469d-a160-91a5cb59531f, #wrap-s-add1ae65-e3e2-469d-a160-91a5cb59531f { display:none !important; }}
#s-add1ae65-e3e2-469d-a160-91a5cb59531f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bae4dc27-c450-4a82-a0f2-9b4558afd198 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bae4dc27-c450-4a82-a0f2-9b4558afd198 {
  display: none;
}
#s-bae4dc27-c450-4a82-a0f2-9b4558afd198, #wrap-s-bae4dc27-c450-4a82-a0f2-9b4558afd198 { display:none !important; }}
#s-bae4dc27-c450-4a82-a0f2-9b4558afd198 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0f79eac4-e1be-4108-aedb-38d0bf4b0276 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-0f79eac4-e1be-4108-aedb-38d0bf4b0276 {
  display: none;
}
#s-0f79eac4-e1be-4108-aedb-38d0bf4b0276, #wrap-s-0f79eac4-e1be-4108-aedb-38d0bf4b0276 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f79eac4-e1be-4108-aedb-38d0bf4b0276 {
  display: none;
}
#s-0f79eac4-e1be-4108-aedb-38d0bf4b0276, #wrap-s-0f79eac4-e1be-4108-aedb-38d0bf4b0276 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f79eac4-e1be-4108-aedb-38d0bf4b0276 {
  display: none;
}
#s-0f79eac4-e1be-4108-aedb-38d0bf4b0276, #wrap-s-0f79eac4-e1be-4108-aedb-38d0bf4b0276 { display:none !important; }}
#s-bc3c0f88-717d-4d38-a3af-f9c4a0760bc4 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-bc3c0f88-717d-4d38-a3af-f9c4a0760bc4 {
  display: none;
}
#s-bc3c0f88-717d-4d38-a3af-f9c4a0760bc4, #wrap-s-bc3c0f88-717d-4d38-a3af-f9c4a0760bc4 { display:none !important; }}
#s-119eeca7-9d73-4828-9ac4-0aaf132a433d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-119eeca7-9d73-4828-9ac4-0aaf132a433d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-119eeca7-9d73-4828-9ac4-0aaf132a433d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd18a02d-91d4-4047-be05-10353f8e3add {
  text-align: center;
}
@media (min-width: 1200px){#s-fd18a02d-91d4-4047-be05-10353f8e3add {
  display: none;
}
#s-fd18a02d-91d4-4047-be05-10353f8e3add, #wrap-s-fd18a02d-91d4-4047-be05-10353f8e3add { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd18a02d-91d4-4047-be05-10353f8e3add {
  display: none;
}
#s-fd18a02d-91d4-4047-be05-10353f8e3add, #wrap-s-fd18a02d-91d4-4047-be05-10353f8e3add { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd18a02d-91d4-4047-be05-10353f8e3add {
  display: none;
}
#s-fd18a02d-91d4-4047-be05-10353f8e3add, #wrap-s-fd18a02d-91d4-4047-be05-10353f8e3add { display:none !important; }}






  #s-fd18a02d-91d4-4047-be05-10353f8e3add img.shogun-image {
    

    
    
    
  }


#s-fd18a02d-91d4-4047-be05-10353f8e3add .shogun-image-content {
  
    align-items: center;
  
}

#s-7c11e261-e5b4-4f32-94d7-b0c074187dd3 {
  text-align: center;
}
@media (max-width: 767px){#s-7c11e261-e5b4-4f32-94d7-b0c074187dd3 {
  display: none;
}
#s-7c11e261-e5b4-4f32-94d7-b0c074187dd3, #wrap-s-7c11e261-e5b4-4f32-94d7-b0c074187dd3 { display:none !important; }}






  #s-7c11e261-e5b4-4f32-94d7-b0c074187dd3 img.shogun-image {
    

    
    
    
  }


#s-7c11e261-e5b4-4f32-94d7-b0c074187dd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eef00ba-0222-465c-a9b5-5b671343e431 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9eef00ba-0222-465c-a9b5-5b671343e431 {
  display: none;
}
#s-9eef00ba-0222-465c-a9b5-5b671343e431, #wrap-s-9eef00ba-0222-465c-a9b5-5b671343e431 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eef00ba-0222-465c-a9b5-5b671343e431 {
  display: none;
}
#s-9eef00ba-0222-465c-a9b5-5b671343e431, #wrap-s-9eef00ba-0222-465c-a9b5-5b671343e431 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9eef00ba-0222-465c-a9b5-5b671343e431 {
  display: none;
}
#s-9eef00ba-0222-465c-a9b5-5b671343e431, #wrap-s-9eef00ba-0222-465c-a9b5-5b671343e431 { display:none !important; }}
#s-9eef00ba-0222-465c-a9b5-5b671343e431 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d1b40fa2-4826-40db-988a-a3fbc336c24f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d1b40fa2-4826-40db-988a-a3fbc336c24f {
  display: none;
}
#s-d1b40fa2-4826-40db-988a-a3fbc336c24f, #wrap-s-d1b40fa2-4826-40db-988a-a3fbc336c24f { display:none !important; }}
#s-d1b40fa2-4826-40db-988a-a3fbc336c24f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-270a5dc5-71c9-4dd0-a90b-579ec465a92d {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-270a5dc5-71c9-4dd0-a90b-579ec465a92d {
  display: none;
}
#s-270a5dc5-71c9-4dd0-a90b-579ec465a92d, #wrap-s-270a5dc5-71c9-4dd0-a90b-579ec465a92d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-270a5dc5-71c9-4dd0-a90b-579ec465a92d {
  display: none;
}
#s-270a5dc5-71c9-4dd0-a90b-579ec465a92d, #wrap-s-270a5dc5-71c9-4dd0-a90b-579ec465a92d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-270a5dc5-71c9-4dd0-a90b-579ec465a92d {
  display: none;
}
#s-270a5dc5-71c9-4dd0-a90b-579ec465a92d, #wrap-s-270a5dc5-71c9-4dd0-a90b-579ec465a92d { display:none !important; }}
#s-0dfeef01-759e-40f7-a770-dedb75dbf0f2 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-0dfeef01-759e-40f7-a770-dedb75dbf0f2 {
  display: none;
}
#s-0dfeef01-759e-40f7-a770-dedb75dbf0f2, #wrap-s-0dfeef01-759e-40f7-a770-dedb75dbf0f2 { display:none !important; }}
#s-29fbf01c-ce97-4653-abf7-984ac41bad40 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-29fbf01c-ce97-4653-abf7-984ac41bad40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29fbf01c-ce97-4653-abf7-984ac41bad40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b25f9c9-a1ce-4071-ad47-7ec7dfec28e7 {
  text-align: center;
}
@media (max-width: 767px){#s-1b25f9c9-a1ce-4071-ad47-7ec7dfec28e7 {
  display: none;
}
#s-1b25f9c9-a1ce-4071-ad47-7ec7dfec28e7, #wrap-s-1b25f9c9-a1ce-4071-ad47-7ec7dfec28e7 { display:none !important; }}






  #s-1b25f9c9-a1ce-4071-ad47-7ec7dfec28e7 img.shogun-image {
    

    
    
    
  }


#s-1b25f9c9-a1ce-4071-ad47-7ec7dfec28e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-90ce903a-2f0e-42d0-be93-e5cdf808146f {
  text-align: center;
}
@media (min-width: 1200px){#s-90ce903a-2f0e-42d0-be93-e5cdf808146f {
  display: none;
}
#s-90ce903a-2f0e-42d0-be93-e5cdf808146f, #wrap-s-90ce903a-2f0e-42d0-be93-e5cdf808146f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90ce903a-2f0e-42d0-be93-e5cdf808146f {
  display: none;
}
#s-90ce903a-2f0e-42d0-be93-e5cdf808146f, #wrap-s-90ce903a-2f0e-42d0-be93-e5cdf808146f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90ce903a-2f0e-42d0-be93-e5cdf808146f {
  display: none;
}
#s-90ce903a-2f0e-42d0-be93-e5cdf808146f, #wrap-s-90ce903a-2f0e-42d0-be93-e5cdf808146f { display:none !important; }}






  #s-90ce903a-2f0e-42d0-be93-e5cdf808146f img.shogun-image {
    

    
    
    
  }


#s-90ce903a-2f0e-42d0-be93-e5cdf808146f .shogun-image-content {
  
    align-items: center;
  
}

#s-ec791d2c-3fdd-419e-9830-376edc1f59aa {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ec791d2c-3fdd-419e-9830-376edc1f59aa {
  display: none;
}
#s-ec791d2c-3fdd-419e-9830-376edc1f59aa, #wrap-s-ec791d2c-3fdd-419e-9830-376edc1f59aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec791d2c-3fdd-419e-9830-376edc1f59aa {
  display: none;
}
#s-ec791d2c-3fdd-419e-9830-376edc1f59aa, #wrap-s-ec791d2c-3fdd-419e-9830-376edc1f59aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec791d2c-3fdd-419e-9830-376edc1f59aa {
  display: none;
}
#s-ec791d2c-3fdd-419e-9830-376edc1f59aa, #wrap-s-ec791d2c-3fdd-419e-9830-376edc1f59aa { display:none !important; }}
#s-ec791d2c-3fdd-419e-9830-376edc1f59aa .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-697fbe4d-bbaf-4818-935a-8433df782843 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-697fbe4d-bbaf-4818-935a-8433df782843 {
  display: none;
}
#s-697fbe4d-bbaf-4818-935a-8433df782843, #wrap-s-697fbe4d-bbaf-4818-935a-8433df782843 { display:none !important; }}
#s-697fbe4d-bbaf-4818-935a-8433df782843 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5734fad4-c79e-494c-9cb1-60966a5ce373 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-5734fad4-c79e-494c-9cb1-60966a5ce373 {
  display: none;
}
#s-5734fad4-c79e-494c-9cb1-60966a5ce373, #wrap-s-5734fad4-c79e-494c-9cb1-60966a5ce373 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5734fad4-c79e-494c-9cb1-60966a5ce373 {
  display: none;
}
#s-5734fad4-c79e-494c-9cb1-60966a5ce373, #wrap-s-5734fad4-c79e-494c-9cb1-60966a5ce373 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5734fad4-c79e-494c-9cb1-60966a5ce373 {
  display: none;
}
#s-5734fad4-c79e-494c-9cb1-60966a5ce373, #wrap-s-5734fad4-c79e-494c-9cb1-60966a5ce373 { display:none !important; }}
#s-9ebf6944-3967-412e-a69c-06ff9259f6f3 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-9ebf6944-3967-412e-a69c-06ff9259f6f3 {
  display: none;
}
#s-9ebf6944-3967-412e-a69c-06ff9259f6f3, #wrap-s-9ebf6944-3967-412e-a69c-06ff9259f6f3 { display:none !important; }}
#s-168b0390-f13e-4435-9010-665b5ddaa067 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-168b0390-f13e-4435-9010-665b5ddaa067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-168b0390-f13e-4435-9010-665b5ddaa067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f45bc79e-b680-4006-842f-503fddc10805 {
  max-width: 686px;
aspect-ratio: 686/1050;
text-align: center;
}
@media (min-width: 1200px){#s-f45bc79e-b680-4006-842f-503fddc10805 {
  display: none;
}
#s-f45bc79e-b680-4006-842f-503fddc10805, #wrap-s-f45bc79e-b680-4006-842f-503fddc10805 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f45bc79e-b680-4006-842f-503fddc10805 {
  display: none;
}
#s-f45bc79e-b680-4006-842f-503fddc10805, #wrap-s-f45bc79e-b680-4006-842f-503fddc10805 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f45bc79e-b680-4006-842f-503fddc10805 {
  display: none;
}
#s-f45bc79e-b680-4006-842f-503fddc10805, #wrap-s-f45bc79e-b680-4006-842f-503fddc10805 { display:none !important; }}




  #s-f45bc79e-b680-4006-842f-503fddc10805 img.shogun-image,
  #s-f45bc79e-b680-4006-842f-503fddc10805 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f45bc79e-b680-4006-842f-503fddc10805 {
    width: 100%;
    height: auto;
  }



  #s-f45bc79e-b680-4006-842f-503fddc10805 img.shogun-image {
    

    
    
    
  }


#s-f45bc79e-b680-4006-842f-503fddc10805 .shogun-image-content {
  
    align-items: center;
  
}

#s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 {
  max-width: 2120px;
aspect-ratio: 2120/816;
text-align: center;
}
@media (max-width: 767px){#s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 {
  display: none;
}
#s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8, #wrap-s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 { display:none !important; }}




  #s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 img.shogun-image,
  #s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 {
    width: 100%;
    height: auto;
  }



  #s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 img.shogun-image {
    

    
    
    
  }


#s-d43c872a-946d-4093-b2ba-5ff3d6d3daa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee61afcc-62a1-4f58-a081-86ea36e1515e {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ee61afcc-62a1-4f58-a081-86ea36e1515e {
  display: none;
}
#s-ee61afcc-62a1-4f58-a081-86ea36e1515e, #wrap-s-ee61afcc-62a1-4f58-a081-86ea36e1515e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee61afcc-62a1-4f58-a081-86ea36e1515e {
  display: none;
}
#s-ee61afcc-62a1-4f58-a081-86ea36e1515e, #wrap-s-ee61afcc-62a1-4f58-a081-86ea36e1515e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee61afcc-62a1-4f58-a081-86ea36e1515e {
  display: none;
}
#s-ee61afcc-62a1-4f58-a081-86ea36e1515e, #wrap-s-ee61afcc-62a1-4f58-a081-86ea36e1515e { display:none !important; }}
#s-ee61afcc-62a1-4f58-a081-86ea36e1515e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0d707c26-3c7d-4e96-9ea9-9132ddcb92e6 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0d707c26-3c7d-4e96-9ea9-9132ddcb92e6 {
  display: none;
}
#s-0d707c26-3c7d-4e96-9ea9-9132ddcb92e6, #wrap-s-0d707c26-3c7d-4e96-9ea9-9132ddcb92e6 { display:none !important; }}
#s-0d707c26-3c7d-4e96-9ea9-9132ddcb92e6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6 {
  display: none;
}
#s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6, #wrap-s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6 {
  display: none;
}
#s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6, #wrap-s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6 {
  display: none;
}
#s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6, #wrap-s-9fe76ac1-d77c-44fc-86ee-42ca6972f7a6 { display:none !important; }}
#s-30083ae0-f267-4d66-a5c9-0cec260a32d3 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-30083ae0-f267-4d66-a5c9-0cec260a32d3 {
  display: none;
}
#s-30083ae0-f267-4d66-a5c9-0cec260a32d3, #wrap-s-30083ae0-f267-4d66-a5c9-0cec260a32d3 { display:none !important; }}
#s-5db1e147-2161-41dd-bcc6-13f597aee4cd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-5db1e147-2161-41dd-bcc6-13f597aee4cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5db1e147-2161-41dd-bcc6-13f597aee4cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ad0cec9-513c-4f6a-82ee-edc9ee51a07c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ad0cec9-513c-4f6a-82ee-edc9ee51a07c .shogun-heading-component h3 {
  color: rgba(141, 151, 165, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a {
  margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a {
  display: none;
}
#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a, #wrap-s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a {
  display: none;
}
#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a, #wrap-s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a {
  display: none;
}
#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a, #wrap-s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a { display:none !important; }}
#s-f40eff81-ac8c-439a-b0af-0cdd90b4f00a hr {
  border-top: 2px solid rgba(141, 151, 165, 1);
}

#s-a7bd74cb-5b22-427b-af17-4f43ea0af21c {
  margin-top: 10px;
margin-left: 450px;
margin-bottom: 10px;
margin-right: 450px;
}
@media (max-width: 767px){#s-a7bd74cb-5b22-427b-af17-4f43ea0af21c {
  display: none;
}
#s-a7bd74cb-5b22-427b-af17-4f43ea0af21c, #wrap-s-a7bd74cb-5b22-427b-af17-4f43ea0af21c { display:none !important; }}
#s-a7bd74cb-5b22-427b-af17-4f43ea0af21c hr {
  border-top: 2px solid rgba(141, 151, 165, 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;
  }
}

@media (min-width: 1200px){#s-5757d1c5-d1f1-4702-9b0e-fe46145c8700 {
  display: none;
}
#s-5757d1c5-d1f1-4702-9b0e-fe46145c8700, #wrap-s-5757d1c5-d1f1-4702-9b0e-fe46145c8700 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5757d1c5-d1f1-4702-9b0e-fe46145c8700 {
  display: none;
}
#s-5757d1c5-d1f1-4702-9b0e-fe46145c8700, #wrap-s-5757d1c5-d1f1-4702-9b0e-fe46145c8700 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5757d1c5-d1f1-4702-9b0e-fe46145c8700 {
  display: none;
}
#s-5757d1c5-d1f1-4702-9b0e-fe46145c8700, #wrap-s-5757d1c5-d1f1-4702-9b0e-fe46145c8700 { display:none !important; }}
#s-d819bce1-e9c4-4c5c-9ce0-82606fe87011 {
  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-d051dea2-f653-45c1-8cf1-b6fce7db809b {
  text-align: left;
}



.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d051dea2-f653-45c1-8cf1-b6fce7db809b 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-9b98d4e2-2bd2-4cc2-92f1-17a6e4413e00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b98d4e2-2bd2-4cc2-92f1-17a6e4413e00 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-29c57583-9e2e-474f-ad4d-d1c08cacec4c {
  text-align: left;
}

#s-29c57583-9e2e-474f-ad4d-d1c08cacec4c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-29c57583-9e2e-474f-ad4d-d1c08cacec4c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-29c57583-9e2e-474f-ad4d-d1c08cacec4c .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-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-98c2a522-5bc3-445a-8941-64ddd84fa079 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-98c2a522-5bc3-445a-8941-64ddd84fa079:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98c2a522-5bc3-445a-8941-64ddd84fa079:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-98c2a522-5bc3-445a-8941-64ddd84fa079 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98c2a522-5bc3-445a-8941-64ddd84fa079.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98c2a522-5bc3-445a-8941-64ddd84fa079.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-98c2a522-5bc3-445a-8941-64ddd84fa079.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d2058e72-7765-472a-bb8f-3c6e6ec9c953 {
  display: none;
}
#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 {
  text-align: left;
}



.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd68377d-a011-4f8f-b9e2-081eb5840c87 img.shogun-image {
  width: 100%;
}



}
#s-5feac4a3-7384-46f4-97e2-76b8499829cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5feac4a3-7384-46f4-97e2-76b8499829cc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9701fd28-2b83-4e36-be69-82be7d575e97 {
  text-align: left;
}

#s-9701fd28-2b83-4e36-be69-82be7d575e97 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9701fd28-2b83-4e36-be69-82be7d575e97 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9701fd28-2b83-4e36-be69-82be7d575e97 .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-24ea668d-aa2c-4f6d-9d6f-fb216519c1c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-24ea668d-aa2c-4f6d-9d6f-fb216519c1c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24ea668d-aa2c-4f6d-9d6f-fb216519c1c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-24ea668d-aa2c-4f6d-9d6f-fb216519c1c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24ea668d-aa2c-4f6d-9d6f-fb216519c1c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24ea668d-aa2c-4f6d-9d6f-fb216519c1c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24ea668d-aa2c-4f6d-9d6f-fb216519c1c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38583aca-ca51-46a1-beb7-4f3ddacea574 {
  display: none;
}
#s-d092ddd8-f627-4d87-802b-8a8c93b29742 {
  text-align: left;
}



.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092ddd8-f627-4d87-802b-8a8c93b29742 img.shogun-image {
  width: 100%;
}



}
#s-e1a7bae1-6578-4dd1-b8b9-b988c960c1d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1a7bae1-6578-4dd1-b8b9-b988c960c1d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-551f0561-c560-4fd8-a834-1263ab4500cf {
  text-align: left;
}

#s-551f0561-c560-4fd8-a834-1263ab4500cf .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-551f0561-c560-4fd8-a834-1263ab4500cf .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-551f0561-c560-4fd8-a834-1263ab4500cf .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-62cf2584-ea32-4c70-b9cb-b7457b45d4f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-62cf2584-ea32-4c70-b9cb-b7457b45d4f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62cf2584-ea32-4c70-b9cb-b7457b45d4f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62cf2584-ea32-4c70-b9cb-b7457b45d4f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62cf2584-ea32-4c70-b9cb-b7457b45d4f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62cf2584-ea32-4c70-b9cb-b7457b45d4f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-62cf2584-ea32-4c70-b9cb-b7457b45d4f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4e0ef69e-3af8-4ad2-b54a-8817923af78f {
  display: none;
}
#s-578cefdc-89ce-4a49-be41-3a3be6349f92 {
  text-align: left;
}



.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578cefdc-89ce-4a49-be41-3a3be6349f92 img.shogun-image {
  width: 100%;
}



}
#s-6cb7fd41-3b67-459e-96ab-875f5d23248c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6cb7fd41-3b67-459e-96ab-875f5d23248c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-714d4f75-b90a-458a-a820-4cba7da9bb79 {
  text-align: left;
}

#s-714d4f75-b90a-458a-a820-4cba7da9bb79 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-714d4f75-b90a-458a-a820-4cba7da9bb79 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-714d4f75-b90a-458a-a820-4cba7da9bb79 .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-d8d1f522-839c-4433-b318-e40d708d29e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d8d1f522-839c-4433-b318-e40d708d29e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8d1f522-839c-4433-b318-e40d708d29e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8d1f522-839c-4433-b318-e40d708d29e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8d1f522-839c-4433-b318-e40d708d29e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8d1f522-839c-4433-b318-e40d708d29e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8d1f522-839c-4433-b318-e40d708d29e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b623876-735d-4bda-ad22-35ebddcfcd3a {
  display: none;
}
#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 {
  text-align: left;
}



.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc43bb35-0a49-498d-b15a-ab78a189fc72 img.shogun-image {
  width: 100%;
}



}
#s-73e471a7-7360-4d83-b559-f7fbe5772546 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73e471a7-7360-4d83-b559-f7fbe5772546 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5f294b98-1e9f-4a61-b25f-378b768f8cf9 {
  text-align: left;
}

#s-5f294b98-1e9f-4a61-b25f-378b768f8cf9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5f294b98-1e9f-4a61-b25f-378b768f8cf9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5f294b98-1e9f-4a61-b25f-378b768f8cf9 .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-d1a48236-0699-48df-ac8d-567b1003d942 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d1a48236-0699-48df-ac8d-567b1003d942:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1a48236-0699-48df-ac8d-567b1003d942:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1a48236-0699-48df-ac8d-567b1003d942 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1a48236-0699-48df-ac8d-567b1003d942.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1a48236-0699-48df-ac8d-567b1003d942.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d1a48236-0699-48df-ac8d-567b1003d942.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4809331a-cc4b-43e7-9a74-57b7f99703e8 {
  display: none;
}
#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 {
  text-align: left;
}



.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-710b5806-9670-46e3-bf31-7e1b5437bdf6 img.shogun-image {
  width: 100%;
}



}
#s-3df25003-1dc9-40e2-8587-777f13193349 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3df25003-1dc9-40e2-8587-777f13193349 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ba999caf-4872-45fb-864c-10b58fa09f2e {
  text-align: left;
}

#s-ba999caf-4872-45fb-864c-10b58fa09f2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba999caf-4872-45fb-864c-10b58fa09f2e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba999caf-4872-45fb-864c-10b58fa09f2e .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-9c06bdcc-a9fe-4575-a759-05d087481b38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9c06bdcc-a9fe-4575-a759-05d087481b38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c06bdcc-a9fe-4575-a759-05d087481b38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c06bdcc-a9fe-4575-a759-05d087481b38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c06bdcc-a9fe-4575-a759-05d087481b38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c06bdcc-a9fe-4575-a759-05d087481b38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9c06bdcc-a9fe-4575-a759-05d087481b38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e2cf5c6-2571-4795-8235-d7926e6a2805 {
  display: none;
}
#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 {
  text-align: left;
}



.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a28b605-7ac1-4452-b5f5-d047b65c04e6 img.shogun-image {
  width: 100%;
}



}
#s-26276f0b-83c6-47b2-a12c-8a265b9b0b42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-26276f0b-83c6-47b2-a12c-8a265b9b0b42 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-845a06f9-e22d-4e00-b13c-b83a64d11d5d {
  text-align: left;
}

#s-845a06f9-e22d-4e00-b13c-b83a64d11d5d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-845a06f9-e22d-4e00-b13c-b83a64d11d5d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-845a06f9-e22d-4e00-b13c-b83a64d11d5d .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-e644ce24-3685-4877-8298-022214f5f93e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e644ce24-3685-4877-8298-022214f5f93e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e644ce24-3685-4877-8298-022214f5f93e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e644ce24-3685-4877-8298-022214f5f93e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e644ce24-3685-4877-8298-022214f5f93e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e644ce24-3685-4877-8298-022214f5f93e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e644ce24-3685-4877-8298-022214f5f93e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f7f59812-514b-4b9f-8e30-3b9f95ff7d7f {
  display: none;
}
#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d {
  text-align: left;
}



.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a9468ec-16be-4863-8b7e-4f7a8dc05a9d img.shogun-image {
  width: 100%;
}



}
#s-bb86ec86-31b9-4ea0-93f4-18d2230cb3fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb86ec86-31b9-4ea0-93f4-18d2230cb3fa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6fb65190-2283-4766-be1d-f3fa82dbf7a1 {
  text-align: left;
}

#s-6fb65190-2283-4766-be1d-f3fa82dbf7a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6fb65190-2283-4766-be1d-f3fa82dbf7a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6fb65190-2283-4766-be1d-f3fa82dbf7a1 .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-8a396f9f-f442-485f-b51f-1841dd245f47 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8a396f9f-f442-485f-b51f-1841dd245f47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a396f9f-f442-485f-b51f-1841dd245f47:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a396f9f-f442-485f-b51f-1841dd245f47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a396f9f-f442-485f-b51f-1841dd245f47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a396f9f-f442-485f-b51f-1841dd245f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8a396f9f-f442-485f-b51f-1841dd245f47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (max-width: 767px){#s-a898f591-936c-4977-bd79-1d1d41b8a49c {
  display: none;
}
#s-a898f591-936c-4977-bd79-1d1d41b8a49c, #wrap-s-a898f591-936c-4977-bd79-1d1d41b8a49c { display:none !important; }}
#s-36914e6a-9eb0-4e3b-b046-f415cd2a99ce {
  display: none;
}
#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 {
  text-align: left;
}



.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c86abc4-41f6-4c77-9e64-b8f7ecef0d43 img.shogun-image {
  width: 100%;
}



}
#s-b370abc8-dd0c-424a-98e0-15622e895445 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b370abc8-dd0c-424a-98e0-15622e895445 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4e34499b-142f-44c8-8b7e-9e6760347e5d {
  text-align: left;
}

#s-4e34499b-142f-44c8-8b7e-9e6760347e5d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4e34499b-142f-44c8-8b7e-9e6760347e5d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e34499b-142f-44c8-8b7e-9e6760347e5d .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-fa822880-4924-4886-9c8c-3550884d1d74 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fa822880-4924-4886-9c8c-3550884d1d74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa822880-4924-4886-9c8c-3550884d1d74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa822880-4924-4886-9c8c-3550884d1d74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa822880-4924-4886-9c8c-3550884d1d74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa822880-4924-4886-9c8c-3550884d1d74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa822880-4924-4886-9c8c-3550884d1d74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c26ff436-38b2-4c20-95cc-5bcefbc0bf43 {
  display: none;
}
#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e {
  text-align: left;
}



.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-316a8f1f-bf47-4b85-a958-ce28de5c9c7e img.shogun-image {
  width: 100%;
}



}
#s-0dbe83a1-3ef6-412e-9130-4f0d4ee69cf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0dbe83a1-3ef6-412e-9130-4f0d4ee69cf6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-267a5f0d-97ef-4d1d-9965-2f6a414c2604 {
  text-align: left;
}

#s-267a5f0d-97ef-4d1d-9965-2f6a414c2604 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-267a5f0d-97ef-4d1d-9965-2f6a414c2604 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-267a5f0d-97ef-4d1d-9965-2f6a414c2604 .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-f2f21c01-6e2d-46a0-b60c-19ad559db391 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f2f21c01-6e2d-46a0-b60c-19ad559db391:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2f21c01-6e2d-46a0-b60c-19ad559db391:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2f21c01-6e2d-46a0-b60c-19ad559db391 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2f21c01-6e2d-46a0-b60c-19ad559db391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2f21c01-6e2d-46a0-b60c-19ad559db391.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2f21c01-6e2d-46a0-b60c-19ad559db391.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62a9542b-bef6-4dec-a026-318afed4f29e {
  display: none;
}
#s-2d453f44-1f29-40e1-91f3-b066f7b20750 {
  text-align: left;
}



.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d453f44-1f29-40e1-91f3-b066f7b20750 img.shogun-image {
  width: 100%;
}



}
#s-664e046d-98d1-4404-bf8a-5a6f7fb3da08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-664e046d-98d1-4404-bf8a-5a6f7fb3da08 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d7d88392-f860-49f1-82ef-95d8e2ca94e6 {
  text-align: left;
}

#s-d7d88392-f860-49f1-82ef-95d8e2ca94e6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d7d88392-f860-49f1-82ef-95d8e2ca94e6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d7d88392-f860-49f1-82ef-95d8e2ca94e6 .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-99c80bc3-990c-47ee-861b-27ba57c5779d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-99c80bc3-990c-47ee-861b-27ba57c5779d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99c80bc3-990c-47ee-861b-27ba57c5779d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99c80bc3-990c-47ee-861b-27ba57c5779d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99c80bc3-990c-47ee-861b-27ba57c5779d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99c80bc3-990c-47ee-861b-27ba57c5779d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-99c80bc3-990c-47ee-861b-27ba57c5779d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b5936349-38ac-49e6-90bd-67a8e245e3ab {
  display: none;
}
#s-18b385ab-1886-4ebd-8fbc-415110d45da5 {
  text-align: left;
}



.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b385ab-1886-4ebd-8fbc-415110d45da5 img.shogun-image {
  width: 100%;
}



}
#s-c51677e3-ad9a-409e-b0a9-cf1e719a8e21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c51677e3-ad9a-409e-b0a9-cf1e719a8e21 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b802eefb-7339-4afa-ac6d-96a89df8e4b0 {
  text-align: left;
}

#s-b802eefb-7339-4afa-ac6d-96a89df8e4b0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b802eefb-7339-4afa-ac6d-96a89df8e4b0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b802eefb-7339-4afa-ac6d-96a89df8e4b0 .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-b933f4f7-57f1-4bf1-96a4-a794199d4244 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b933f4f7-57f1-4bf1-96a4-a794199d4244:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b933f4f7-57f1-4bf1-96a4-a794199d4244:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b933f4f7-57f1-4bf1-96a4-a794199d4244 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b933f4f7-57f1-4bf1-96a4-a794199d4244.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b933f4f7-57f1-4bf1-96a4-a794199d4244.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b933f4f7-57f1-4bf1-96a4-a794199d4244.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d8f6e73b-3bb4-4db0-80f3-e006360599f1 {
  display: none;
}
#s-79ede2bb-61f9-4fea-9b24-c3766cb091af {
  text-align: left;
}



.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ede2bb-61f9-4fea-9b24-c3766cb091af img.shogun-image {
  width: 100%;
}



}
#s-f90802f8-1bdb-4834-9a50-7682e9c2f305 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f90802f8-1bdb-4834-9a50-7682e9c2f305 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-36ab9f87-1cb3-41a2-8805-3ee3114b02af {
  text-align: left;
}

#s-36ab9f87-1cb3-41a2-8805-3ee3114b02af .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-36ab9f87-1cb3-41a2-8805-3ee3114b02af .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-36ab9f87-1cb3-41a2-8805-3ee3114b02af .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-3ee1f009-2b91-4801-b9ac-b711775b7b6b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ee1f009-2b91-4801-b9ac-b711775b7b6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ee1f009-2b91-4801-b9ac-b711775b7b6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ee1f009-2b91-4801-b9ac-b711775b7b6b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ee1f009-2b91-4801-b9ac-b711775b7b6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ee1f009-2b91-4801-b9ac-b711775b7b6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ee1f009-2b91-4801-b9ac-b711775b7b6b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fc6aa9a4-bdf3-4508-921b-7df16e3258ad {
  display: none;
}
#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c {
  text-align: left;
}



.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8fd41d-38ab-4b20-b0d7-ce223c45b55c img.shogun-image {
  width: 100%;
}



}
#s-0e60bcab-4e77-407b-8aba-7435822d3450 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e60bcab-4e77-407b-8aba-7435822d3450 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2b9dd8db-dc5d-4f53-a757-3b26c5230ffb {
  text-align: left;
}

#s-2b9dd8db-dc5d-4f53-a757-3b26c5230ffb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2b9dd8db-dc5d-4f53-a757-3b26c5230ffb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b9dd8db-dc5d-4f53-a757-3b26c5230ffb .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-12f34084-b0a0-4e8f-bb7e-67745616bdbe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-12f34084-b0a0-4e8f-bb7e-67745616bdbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12f34084-b0a0-4e8f-bb7e-67745616bdbe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-12f34084-b0a0-4e8f-bb7e-67745616bdbe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12f34084-b0a0-4e8f-bb7e-67745616bdbe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12f34084-b0a0-4e8f-bb7e-67745616bdbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-12f34084-b0a0-4e8f-bb7e-67745616bdbe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0903656a-b19a-45b5-8e6b-e121329279f5 {
  display: none;
}
#s-09722a77-c78e-4378-a9dd-b5a14c54569f {
  text-align: left;
}



.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09722a77-c78e-4378-a9dd-b5a14c54569f img.shogun-image {
  width: 100%;
}



}
#s-9263f231-99d7-4a6c-b478-b21267ec881d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9263f231-99d7-4a6c-b478-b21267ec881d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-36441606-ba15-45d0-8a04-4b463b59e716 {
  text-align: left;
}

#s-36441606-ba15-45d0-8a04-4b463b59e716 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-36441606-ba15-45d0-8a04-4b463b59e716 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-36441606-ba15-45d0-8a04-4b463b59e716 .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-a4062f7f-16be-48c1-8f95-5f0196780288 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a4062f7f-16be-48c1-8f95-5f0196780288:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4062f7f-16be-48c1-8f95-5f0196780288:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a4062f7f-16be-48c1-8f95-5f0196780288 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4062f7f-16be-48c1-8f95-5f0196780288.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4062f7f-16be-48c1-8f95-5f0196780288.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4062f7f-16be-48c1-8f95-5f0196780288.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c4248801-0a3d-4637-81b1-15bc97bd0344 {
  display: none;
}
#s-3b14373f-a172-4767-9aa4-f223347fea9e {
  text-align: left;
}



.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b14373f-a172-4767-9aa4-f223347fea9e img.shogun-image {
  width: 100%;
}



}
#s-a2a468e3-8312-4020-b62f-24434a5f7dc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2a468e3-8312-4020-b62f-24434a5f7dc9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-526cb4af-6755-450c-a2e5-bb1de204417f {
  text-align: left;
}

#s-526cb4af-6755-450c-a2e5-bb1de204417f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-526cb4af-6755-450c-a2e5-bb1de204417f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-526cb4af-6755-450c-a2e5-bb1de204417f .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-ae4392d1-b21f-4013-bdaa-33c197760d66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ae4392d1-b21f-4013-bdaa-33c197760d66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae4392d1-b21f-4013-bdaa-33c197760d66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ae4392d1-b21f-4013-bdaa-33c197760d66 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae4392d1-b21f-4013-bdaa-33c197760d66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae4392d1-b21f-4013-bdaa-33c197760d66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ae4392d1-b21f-4013-bdaa-33c197760d66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-91ca0c48-a41d-4024-971b-d664ed5379e2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-91ca0c48-a41d-4024-971b-d664ed5379e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ca0c48-a41d-4024-971b-d664ed5379e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5929d843-62ca-433a-b0b3-7faea6c26461 {
  text-align: center;
}
@media (min-width: 1200px){#s-5929d843-62ca-433a-b0b3-7faea6c26461 {
  display: none;
}
#s-5929d843-62ca-433a-b0b3-7faea6c26461, #wrap-s-5929d843-62ca-433a-b0b3-7faea6c26461 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5929d843-62ca-433a-b0b3-7faea6c26461 {
  display: none;
}
#s-5929d843-62ca-433a-b0b3-7faea6c26461, #wrap-s-5929d843-62ca-433a-b0b3-7faea6c26461 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5929d843-62ca-433a-b0b3-7faea6c26461 {
  display: none;
}
#s-5929d843-62ca-433a-b0b3-7faea6c26461, #wrap-s-5929d843-62ca-433a-b0b3-7faea6c26461 { display:none !important; }}






  #s-5929d843-62ca-433a-b0b3-7faea6c26461 img.shogun-image {
    

    
    
    
  }


#s-5929d843-62ca-433a-b0b3-7faea6c26461 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb243b23-0a45-43b6-b1b0-f17e2536bdc6 {
  text-align: center;
}
#s-bb243b23-0a45-43b6-b1b0-f17e2536bdc6:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-bb243b23-0a45-43b6-b1b0-f17e2536bdc6 {
  display: none;
}
#s-bb243b23-0a45-43b6-b1b0-f17e2536bdc6, #wrap-s-bb243b23-0a45-43b6-b1b0-f17e2536bdc6 { display:none !important; }}






  #s-bb243b23-0a45-43b6-b1b0-f17e2536bdc6 img.shogun-image {
    

    
    
    
  }


#s-bb243b23-0a45-43b6-b1b0-f17e2536bdc6 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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}