#s-0b12abd1-578c-45cc-85b4-3b60018a88b5 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-4a5224ef-3c59-42ed-8e8d-92b98a648063 {
  opacity: 1;
}

#s-4a5224ef-3c59-42ed-8e8d-92b98a648063 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4a5224ef-3c59-42ed-8e8d-92b98a648063 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-4a5224ef-3c59-42ed-8e8d-92b98a648063 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(2, 167, 233, 1);
}

#s-4a5224ef-3c59-42ed-8e8d-92b98a648063 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4a5224ef-3c59-42ed-8e8d-92b98a648063 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(2, 167, 233, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-4a5224ef-3c59-42ed-8e8d-92b98a648063 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.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-1ecf19d7-bbd9-48cc-8b56-9deda49ea9e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ecf19d7-bbd9-48cc-8b56-9deda49ea9e1 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-45651809-8d22-4441-937d-32ea0c68aa56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45651809-8d22-4441-937d-32ea0c68aa56 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.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: ;
}

.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-43835e6f-508c-47e3-b683-e2cb5306fd78 {
  min-height: 50px;
}








#s-43835e6f-508c-47e3-b683-e2cb5306fd78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43835e6f-508c-47e3-b683-e2cb5306fd78.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-c5f3c600-cf93-4679-af38-d84ba6cb4271 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-c5f3c600-cf93-4679-af38-d84ba6cb4271 img.shogun-image {
    

    
    
    
  }


#s-c5f3c600-cf93-4679-af38-d84ba6cb4271 .shogun-image-content {
  
    align-items: center;
  
}

#s-91b9948a-eecb-4dd7-8926-9a84ee27ffbc {
  min-height: 50px;
}








#s-91b9948a-eecb-4dd7-8926-9a84ee27ffbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b9948a-eecb-4dd7-8926-9a84ee27ffbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-8e471086-55d9-4f5a-b4ff-0525e4cce9b9 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-8e471086-55d9-4f5a-b4ff-0525e4cce9b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e471086-55d9-4f5a-b4ff-0525e4cce9b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e471086-55d9-4f5a-b4ff-0525e4cce9b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e471086-55d9-4f5a-b4ff-0525e4cce9b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c488523-e13a-4ba1-92fc-9527efc3838b {
  text-align: center;
}







  #s-0c488523-e13a-4ba1-92fc-9527efc3838b img.shogun-image {
    

    
    
    
  }


#s-0c488523-e13a-4ba1-92fc-9527efc3838b .shogun-image-content {
  
    align-items: center;
  
}

#s-df3573d2-ac19-4671-b650-fefcbd8db8b9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-df3573d2-ac19-4671-b650-fefcbd8db8b9 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c241451d-1828-407f-81ed-7c658e48dbab {
  padding-top: 0px;
padding-bottom: 0px;
}

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

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

#s-24678b9c-7a5b-4384-b327-7472477f748b hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-b2d09a46-7a89-4fa7-a8bb-afbd855dcbd1 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b2d09a46-7a89-4fa7-a8bb-afbd855dcbd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2d09a46-7a89-4fa7-a8bb-afbd855dcbd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2d09a46-7a89-4fa7-a8bb-afbd855dcbd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2d09a46-7a89-4fa7-a8bb-afbd855dcbd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b2d09a46-7a89-4fa7-a8bb-afbd855dcbd1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-63bd0d46-ed56-46fd-b4fa-f22e4811ca6e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-63bd0d46-ed56-46fd-b4fa-f22e4811ca6e .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2ab9eff7-bf4d-4264-be5a-77521cadcc2a {
  text-align: center;
}







  #s-2ab9eff7-bf4d-4264-be5a-77521cadcc2a img.shogun-image {
    

    
    
    
  }


#s-2ab9eff7-bf4d-4264-be5a-77521cadcc2a .shogun-image-content {
  
    align-items: center;
  
}

#s-f057dc82-71fe-467e-a01a-672282dac242 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-6f50e8d8-b041-4bc4-8077-accef2279c6c {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-6f50e8d8-b041-4bc4-8077-accef2279c6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f50e8d8-b041-4bc4-8077-accef2279c6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f50e8d8-b041-4bc4-8077-accef2279c6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f50e8d8-b041-4bc4-8077-accef2279c6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d91f7898-28e2-4b19-b686-0e5bfe10303a {
  text-align: center;
}







  #s-d91f7898-28e2-4b19-b686-0e5bfe10303a img.shogun-image {
    

    
    
    
  }


#s-d91f7898-28e2-4b19-b686-0e5bfe10303a .shogun-image-content {
  
    align-items: center;
  
}

#s-8bb2f4c9-7785-4560-afa6-e6a671df8c51 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8bb2f4c9-7785-4560-afa6-e6a671df8c51 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0722a395-ee81-4c81-a10d-bd714f4cd0f1 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-8c5a3f01-3adc-4ff8-915a-ffab3f5d4fd0 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-8c5a3f01-3adc-4ff8-915a-ffab3f5d4fd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5a3f01-3adc-4ff8-915a-ffab3f5d4fd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5a3f01-3adc-4ff8-915a-ffab3f5d4fd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5a3f01-3adc-4ff8-915a-ffab3f5d4fd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8c5a3f01-3adc-4ff8-915a-ffab3f5d4fd0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-608f6d5e-2c14-43e2-8ea0-dfbaa36ade7d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-608f6d5e-2c14-43e2-8ea0-dfbaa36ade7d .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8926540f-ead1-4545-8dc5-60dd3aa5ee9a {
  text-align: center;
}







  #s-8926540f-ead1-4545-8dc5-60dd3aa5ee9a img.shogun-image {
    

    
    
    
  }


#s-8926540f-ead1-4545-8dc5-60dd3aa5ee9a .shogun-image-content {
  
    align-items: center;
  
}

#s-9f37cbc0-7750-4be6-8781-35e5e33f8cd3 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-67f08f41-d2fc-40cc-8ee3-070d43cb0924 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-67f08f41-d2fc-40cc-8ee3-070d43cb0924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67f08f41-d2fc-40cc-8ee3-070d43cb0924"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67f08f41-d2fc-40cc-8ee3-070d43cb0924"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67f08f41-d2fc-40cc-8ee3-070d43cb0924"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-24fcbc76-5282-45da-8e8e-3f1cfd41820a {
  text-align: center;
}







  #s-24fcbc76-5282-45da-8e8e-3f1cfd41820a img.shogun-image {
    

    
    
    
  }


#s-24fcbc76-5282-45da-8e8e-3f1cfd41820a .shogun-image-content {
  
    align-items: center;
  
}

#s-c800bd93-7020-422e-827d-62405579ee84 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c800bd93-7020-422e-827d-62405579ee84 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-32172644-b7f0-4ffd-bab1-e48a624771c2 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-cc42e7e8-0385-4876-bd98-94e2ae5fa667 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-cc42e7e8-0385-4876-bd98-94e2ae5fa667"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc42e7e8-0385-4876-bd98-94e2ae5fa667"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc42e7e8-0385-4876-bd98-94e2ae5fa667"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc42e7e8-0385-4876-bd98-94e2ae5fa667"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cc42e7e8-0385-4876-bd98-94e2ae5fa667"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7ebab6b0-2856-4ee0-a011-766d341be69a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7ebab6b0-2856-4ee0-a011-766d341be69a .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0e2bb3d0-3714-492a-b82a-625a39d0bc54 {
  text-align: center;
}







  #s-0e2bb3d0-3714-492a-b82a-625a39d0bc54 img.shogun-image {
    

    
    
    
  }


#s-0e2bb3d0-3714-492a-b82a-625a39d0bc54 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a2e24c8-1893-4ef8-b623-b563a44039bd hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-a8f66e7f-bb9a-40e5-818c-c33ffd18e869 {
  min-height: 50px;
}








#s-a8f66e7f-bb9a-40e5-818c-c33ffd18e869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f66e7f-bb9a-40e5-818c-c33ffd18e869.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfc5f102-5340-4679-846e-8bf3aa887cd1 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-cfc5f102-5340-4679-846e-8bf3aa887cd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfc5f102-5340-4679-846e-8bf3aa887cd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfc5f102-5340-4679-846e-8bf3aa887cd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfc5f102-5340-4679-846e-8bf3aa887cd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-421a7deb-ffb9-420d-a7d2-a1131a796933 {
  text-align: center;
}







  #s-421a7deb-ffb9-420d-a7d2-a1131a796933 img.shogun-image {
    

    
    
    
  }


#s-421a7deb-ffb9-420d-a7d2-a1131a796933 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b54a383-f794-428a-8685-7e3f36c8af29 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0b54a383-f794-428a-8685-7e3f36c8af29 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d7a19fa2-392f-4984-8e0e-a748f2024067 {
  min-height: 50px;
}








#s-d7a19fa2-392f-4984-8e0e-a748f2024067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7a19fa2-392f-4984-8e0e-a748f2024067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e14ce18c-7be2-4f0c-b58d-11518a9cc367 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e14ce18c-7be2-4f0c-b58d-11518a9cc367 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-42a3e629-889f-4482-afda-ddb0ea62819d hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-08677d40-0208-4307-a278-f1de429e6539"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08677d40-0208-4307-a278-f1de429e6539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08677d40-0208-4307-a278-f1de429e6539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08677d40-0208-4307-a278-f1de429e6539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b5ec2ece-f60a-4119-88e3-352dbaf22c1a {
  min-height: 50px;
}








#s-b5ec2ece-f60a-4119-88e3-352dbaf22c1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5ec2ece-f60a-4119-88e3-352dbaf22c1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2a18099b-9373-4c95-a131-4030f728bb64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a18099b-9373-4c95-a131-4030f728bb64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a18099b-9373-4c95-a131-4030f728bb64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a18099b-9373-4c95-a131-4030f728bb64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-32413c92-5c70-4f2e-a4b8-f9264d82f6d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32413c92-5c70-4f2e-a4b8-f9264d82f6d2 .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-7984574c-318f-48b6-858f-38d34c8e7b8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7984574c-318f-48b6-858f-38d34c8e7b8b .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-4d05c751-b05e-4eae-8304-691c5223e72e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d05c751-b05e-4eae-8304-691c5223e72e .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-af960bfe-3fba-4285-b877-c66aa465eb85 {
  opacity: 0;
}

#s-af960bfe-3fba-4285-b877-c66aa465eb85 hr {
  border-top: 1px solid #ddd;
}

#s-acfdb94b-d9e1-434f-a684-77026e22a2e6 {
  min-height: 50px;
}








#s-acfdb94b-d9e1-434f-a684-77026e22a2e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acfdb94b-d9e1-434f-a684-77026e22a2e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e21c5179-9677-4b2f-8e87-6b3ba290d65b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e21c5179-9677-4b2f-8e87-6b3ba290d65b .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-012e88f0-87fb-4cd3-abf1-acd162934e23 hr {
  border-top: 1px solid #ddd;
}

#s-44afea09-3ff5-4f7b-8404-ecf826f6bcae {
  min-height: 50px;
}








#s-44afea09-3ff5-4f7b-8404-ecf826f6bcae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44afea09-3ff5-4f7b-8404-ecf826f6bcae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-78eb1111-ef02-4bb7-aa51-7380bf760979 {
  padding-left: 20px;
padding-right: 20px;
}

.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-36cb44df-7093-404a-9666-89aefdad5278 {
  text-align: left;
}



.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36cb44df-7093-404a-9666-89aefdad5278 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-63ee29bd-e407-4122-a24c-beefe4b6a0d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63ee29bd-e407-4122-a24c-beefe4b6a0d9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4e275897-1e12-4297-bad9-fdd48361384b {
  text-align: left;
}

#s-4e275897-1e12-4297-bad9-fdd48361384b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4e275897-1e12-4297-bad9-fdd48361384b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e275897-1e12-4297-bad9-fdd48361384b .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-2d16a142-d7d3-4b94-9b66-db996194b3d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2d16a142-d7d3-4b94-9b66-db996194b3d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d16a142-d7d3-4b94-9b66-db996194b3d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d16a142-d7d3-4b94-9b66-db996194b3d3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d16a142-d7d3-4b94-9b66-db996194b3d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d16a142-d7d3-4b94-9b66-db996194b3d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d16a142-d7d3-4b94-9b66-db996194b3d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 {
  text-align: left;
}



.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e1908d4-a749-4753-a016-1f5d2f1047e5 img.shogun-image {
  width: 100%;
}



}
#s-7e3da094-09da-4d69-8c91-bb4f409b3036 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e3da094-09da-4d69-8c91-bb4f409b3036 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-de056ad9-d2a7-465b-a425-6695b094fe23 {
  text-align: left;
}

#s-de056ad9-d2a7-465b-a425-6695b094fe23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-de056ad9-d2a7-465b-a425-6695b094fe23 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-de056ad9-d2a7-465b-a425-6695b094fe23 .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-6f9be7bc-b75a-4845-8491-a798b189b82f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6f9be7bc-b75a-4845-8491-a798b189b82f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f9be7bc-b75a-4845-8491-a798b189b82f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f9be7bc-b75a-4845-8491-a798b189b82f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f9be7bc-b75a-4845-8491-a798b189b82f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f9be7bc-b75a-4845-8491-a798b189b82f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f9be7bc-b75a-4845-8491-a798b189b82f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d {
  text-align: left;
}



.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3c8ca04-ce7d-4e23-9996-3767d4262f1d img.shogun-image {
  width: 100%;
}



}
#s-f28d55ca-6a9c-4e5e-88c0-f26ef31bd6b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f28d55ca-6a9c-4e5e-88c0-f26ef31bd6b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ac23fb9a-7c50-4d97-93b6-40f2138dfa03 {
  text-align: left;
}

#s-ac23fb9a-7c50-4d97-93b6-40f2138dfa03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ac23fb9a-7c50-4d97-93b6-40f2138dfa03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac23fb9a-7c50-4d97-93b6-40f2138dfa03 .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-e9fab79e-fd3c-4dc1-bf53-e74ddcdf0bfb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e9fab79e-fd3c-4dc1-bf53-e74ddcdf0bfb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9fab79e-fd3c-4dc1-bf53-e74ddcdf0bfb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9fab79e-fd3c-4dc1-bf53-e74ddcdf0bfb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9fab79e-fd3c-4dc1-bf53-e74ddcdf0bfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9fab79e-fd3c-4dc1-bf53-e74ddcdf0bfb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9fab79e-fd3c-4dc1-bf53-e74ddcdf0bfb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bae811e3-cedc-471b-86f1-b001c9583d9c {
  text-align: left;
}



.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bae811e3-cedc-471b-86f1-b001c9583d9c img.shogun-image {
  width: 100%;
}



}
#s-b87afefd-284b-442e-b448-29f0ef17ffb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b87afefd-284b-442e-b448-29f0ef17ffb2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4ab24193-d2de-4fa8-8ee1-93b3cab149f6 {
  text-align: left;
}

#s-4ab24193-d2de-4fa8-8ee1-93b3cab149f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ab24193-d2de-4fa8-8ee1-93b3cab149f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ab24193-d2de-4fa8-8ee1-93b3cab149f6 .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-f0660562-2fbc-4ad0-8cb6-ebd33eff29c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f0660562-2fbc-4ad0-8cb6-ebd33eff29c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0660562-2fbc-4ad0-8cb6-ebd33eff29c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0660562-2fbc-4ad0-8cb6-ebd33eff29c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f0660562-2fbc-4ad0-8cb6-ebd33eff29c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0660562-2fbc-4ad0-8cb6-ebd33eff29c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f0660562-2fbc-4ad0-8cb6-ebd33eff29c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c {
  text-align: left;
}



.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee163ca-4e4d-45ad-91b2-69fd05422d6c img.shogun-image {
  width: 100%;
}



}
#s-bb57c0fc-1c54-421a-ad0a-0ecb784431d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb57c0fc-1c54-421a-ad0a-0ecb784431d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b3b0bd7e-a03a-4aba-b9cd-4f6c8b1408e4 {
  text-align: left;
}

#s-b3b0bd7e-a03a-4aba-b9cd-4f6c8b1408e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3b0bd7e-a03a-4aba-b9cd-4f6c8b1408e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3b0bd7e-a03a-4aba-b9cd-4f6c8b1408e4 .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-dca67581-1a27-40eb-85d6-2a6030f255d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dca67581-1a27-40eb-85d6-2a6030f255d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dca67581-1a27-40eb-85d6-2a6030f255d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dca67581-1a27-40eb-85d6-2a6030f255d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dca67581-1a27-40eb-85d6-2a6030f255d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dca67581-1a27-40eb-85d6-2a6030f255d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dca67581-1a27-40eb-85d6-2a6030f255d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c026865b-e17c-4785-84cc-094612c20832 {
  text-align: left;
}



.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c026865b-e17c-4785-84cc-094612c20832 img.shogun-image {
  width: 100%;
}



}
#s-70566345-0eac-4735-83fa-d9716fd433eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70566345-0eac-4735-83fa-d9716fd433eb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-128c29f5-0bcc-47a1-b4cc-fb9011168bf0 {
  text-align: left;
}

#s-128c29f5-0bcc-47a1-b4cc-fb9011168bf0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-128c29f5-0bcc-47a1-b4cc-fb9011168bf0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-128c29f5-0bcc-47a1-b4cc-fb9011168bf0 .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-03f4cf23-ce05-4be4-9117-fd32f5a15545 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-03f4cf23-ce05-4be4-9117-fd32f5a15545:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03f4cf23-ce05-4be4-9117-fd32f5a15545:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03f4cf23-ce05-4be4-9117-fd32f5a15545 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f4cf23-ce05-4be4-9117-fd32f5a15545.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f4cf23-ce05-4be4-9117-fd32f5a15545.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03f4cf23-ce05-4be4-9117-fd32f5a15545.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a9181773-661f-4773-b851-fccdf0a9f713 {
  text-align: left;
}



.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9181773-661f-4773-b851-fccdf0a9f713 img.shogun-image {
  width: 100%;
}



}
#s-e1b3ea0f-51ee-4b4b-b4aa-81c2185e51a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1b3ea0f-51ee-4b4b-b4aa-81c2185e51a0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-71d2b1e7-5cf5-4cd8-9dec-c7f0160780c8 {
  text-align: left;
}

#s-71d2b1e7-5cf5-4cd8-9dec-c7f0160780c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-71d2b1e7-5cf5-4cd8-9dec-c7f0160780c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-71d2b1e7-5cf5-4cd8-9dec-c7f0160780c8 .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-6f2bfbd7-7c45-442b-a786-126f32d558dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6f2bfbd7-7c45-442b-a786-126f32d558dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f2bfbd7-7c45-442b-a786-126f32d558dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f2bfbd7-7c45-442b-a786-126f32d558dd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f2bfbd7-7c45-442b-a786-126f32d558dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f2bfbd7-7c45-442b-a786-126f32d558dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f2bfbd7-7c45-442b-a786-126f32d558dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 {
  text-align: left;
}



.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c7fd4-8f53-4a62-b2fa-a22990683e03 img.shogun-image {
  width: 100%;
}



}
#s-601a7e1b-5aaa-41c7-ba87-09f62e090e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-601a7e1b-5aaa-41c7-ba87-09f62e090e4b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-aad2e92d-7283-4d16-aafd-83644bdb3b52 {
  text-align: left;
}

#s-aad2e92d-7283-4d16-aafd-83644bdb3b52 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aad2e92d-7283-4d16-aafd-83644bdb3b52 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aad2e92d-7283-4d16-aafd-83644bdb3b52 .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-2b1f4d1a-6d72-4cc6-a6b7-92470c8d0b11 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2b1f4d1a-6d72-4cc6-a6b7-92470c8d0b11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b1f4d1a-6d72-4cc6-a6b7-92470c8d0b11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b1f4d1a-6d72-4cc6-a6b7-92470c8d0b11 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b1f4d1a-6d72-4cc6-a6b7-92470c8d0b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b1f4d1a-6d72-4cc6-a6b7-92470c8d0b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b1f4d1a-6d72-4cc6-a6b7-92470c8d0b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc {
  text-align: left;
}



.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4272dee-db72-43a9-a557-40ab3ca3f6cc img.shogun-image {
  width: 100%;
}



}
#s-a4a70a45-b9ce-4bd3-92cd-f573f68bef49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4a70a45-b9ce-4bd3-92cd-f573f68bef49 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-87c1a4b7-c5b7-47da-a283-af09c3e4180e {
  text-align: left;
}

#s-87c1a4b7-c5b7-47da-a283-af09c3e4180e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-87c1a4b7-c5b7-47da-a283-af09c3e4180e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-87c1a4b7-c5b7-47da-a283-af09c3e4180e .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-265c8550-e6d3-44d0-b42d-0b06d4c53010 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-265c8550-e6d3-44d0-b42d-0b06d4c53010:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-265c8550-e6d3-44d0-b42d-0b06d4c53010:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-265c8550-e6d3-44d0-b42d-0b06d4c53010 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-265c8550-e6d3-44d0-b42d-0b06d4c53010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-265c8550-e6d3-44d0-b42d-0b06d4c53010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-265c8550-e6d3-44d0-b42d-0b06d4c53010.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-267019fa-b4cd-4cab-8f53-08a078959ffb {
  text-align: left;
}



.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-267019fa-b4cd-4cab-8f53-08a078959ffb img.shogun-image {
  width: 100%;
}



}
#s-1e608fc0-2217-4484-8e82-7b04e8134401 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e608fc0-2217-4484-8e82-7b04e8134401 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-62a5f288-5e37-48c6-8bb6-fe2ef959871f {
  text-align: left;
}

#s-62a5f288-5e37-48c6-8bb6-fe2ef959871f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62a5f288-5e37-48c6-8bb6-fe2ef959871f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-62a5f288-5e37-48c6-8bb6-fe2ef959871f .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-3bd93c42-300e-4372-8093-a57a711443cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3bd93c42-300e-4372-8093-a57a711443cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bd93c42-300e-4372-8093-a57a711443cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3bd93c42-300e-4372-8093-a57a711443cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bd93c42-300e-4372-8093-a57a711443cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bd93c42-300e-4372-8093-a57a711443cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3bd93c42-300e-4372-8093-a57a711443cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad {
  text-align: left;
}



.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a4e6f-166e-4cfd-9f33-98e157b5f4ad img.shogun-image {
  width: 100%;
}



}
#s-290e5089-3ba5-4c57-aac7-8e13a9750446 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-290e5089-3ba5-4c57-aac7-8e13a9750446 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a231ee44-ce04-4aba-8388-5021a6960e25 {
  text-align: left;
}

#s-a231ee44-ce04-4aba-8388-5021a6960e25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a231ee44-ce04-4aba-8388-5021a6960e25 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a231ee44-ce04-4aba-8388-5021a6960e25 .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-f6dea621-345a-4b22-99c0-9485a487b1b3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f6dea621-345a-4b22-99c0-9485a487b1b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6dea621-345a-4b22-99c0-9485a487b1b3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6dea621-345a-4b22-99c0-9485a487b1b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6dea621-345a-4b22-99c0-9485a487b1b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6dea621-345a-4b22-99c0-9485a487b1b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6dea621-345a-4b22-99c0-9485a487b1b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3529f0c6-1b81-470d-a0bb-d54167afe59d {
  text-align: left;
}



.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3529f0c6-1b81-470d-a0bb-d54167afe59d img.shogun-image {
  width: 100%;
}



}
#s-c2b32074-e263-4acd-9fe2-e5ecf894c0f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2b32074-e263-4acd-9fe2-e5ecf894c0f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-048f61db-cac8-48b5-9a25-fea1034a7c38 {
  text-align: left;
}

#s-048f61db-cac8-48b5-9a25-fea1034a7c38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-048f61db-cac8-48b5-9a25-fea1034a7c38 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-048f61db-cac8-48b5-9a25-fea1034a7c38 .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-63382d61-c60d-4508-b2de-be8c7ea5c056 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-63382d61-c60d-4508-b2de-be8c7ea5c056:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63382d61-c60d-4508-b2de-be8c7ea5c056:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63382d61-c60d-4508-b2de-be8c7ea5c056 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63382d61-c60d-4508-b2de-be8c7ea5c056.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63382d61-c60d-4508-b2de-be8c7ea5c056.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63382d61-c60d-4508-b2de-be8c7ea5c056.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c {
  text-align: left;
}



.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50f5f6d-f8fa-44dc-b2f4-c46c7fc46b5c img.shogun-image {
  width: 100%;
}



}
#s-b6927d87-a9ff-46b5-a740-36390ac497e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6927d87-a9ff-46b5-a740-36390ac497e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-adc48751-9673-47e8-a379-39b51f3010e1 {
  text-align: left;
}

#s-adc48751-9673-47e8-a379-39b51f3010e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-adc48751-9673-47e8-a379-39b51f3010e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-adc48751-9673-47e8-a379-39b51f3010e1 .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-2d70b0a6-dd06-49e4-85bb-d86e32dbd11c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2d70b0a6-dd06-49e4-85bb-d86e32dbd11c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d70b0a6-dd06-49e4-85bb-d86e32dbd11c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d70b0a6-dd06-49e4-85bb-d86e32dbd11c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d70b0a6-dd06-49e4-85bb-d86e32dbd11c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d70b0a6-dd06-49e4-85bb-d86e32dbd11c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d70b0a6-dd06-49e4-85bb-d86e32dbd11c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 {
  text-align: left;
}



.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed65029f-3a81-43b5-b1e8-a0a037d00479 img.shogun-image {
  width: 100%;
}



}
#s-a17cf3e0-80dc-488c-8732-c89f69c4eb04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a17cf3e0-80dc-488c-8732-c89f69c4eb04 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-78538173-a244-4ad8-89d8-ebd84d3d0a11 {
  text-align: left;
}

#s-78538173-a244-4ad8-89d8-ebd84d3d0a11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78538173-a244-4ad8-89d8-ebd84d3d0a11 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-78538173-a244-4ad8-89d8-ebd84d3d0a11 .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-ded8aa74-4bac-44fe-ac2b-ec3c7c3fce38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ded8aa74-4bac-44fe-ac2b-ec3c7c3fce38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ded8aa74-4bac-44fe-ac2b-ec3c7c3fce38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ded8aa74-4bac-44fe-ac2b-ec3c7c3fce38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ded8aa74-4bac-44fe-ac2b-ec3c7c3fce38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ded8aa74-4bac-44fe-ac2b-ec3c7c3fce38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ded8aa74-4bac-44fe-ac2b-ec3c7c3fce38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9d4a22c-dac5-49cb-816d-01c767feae8b {
  text-align: left;
}



.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d4a22c-dac5-49cb-816d-01c767feae8b img.shogun-image {
  width: 100%;
}



}
#s-6d6c5daf-c84a-4924-b5ae-e758a5cceb96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d6c5daf-c84a-4924-b5ae-e758a5cceb96 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7098bd67-e280-417f-b82b-d4db6e9d322e {
  text-align: left;
}

#s-7098bd67-e280-417f-b82b-d4db6e9d322e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7098bd67-e280-417f-b82b-d4db6e9d322e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7098bd67-e280-417f-b82b-d4db6e9d322e .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-b7fdda0a-baad-4740-bf2e-8dc072fec21e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b7fdda0a-baad-4740-bf2e-8dc072fec21e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7fdda0a-baad-4740-bf2e-8dc072fec21e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7fdda0a-baad-4740-bf2e-8dc072fec21e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7fdda0a-baad-4740-bf2e-8dc072fec21e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7fdda0a-baad-4740-bf2e-8dc072fec21e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b7fdda0a-baad-4740-bf2e-8dc072fec21e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d2edd9bb-f460-4edd-99c2-c440b75361fd {
  padding-top: 19px;
padding-bottom: 19px;
}

#s-d2edd9bb-f460-4edd-99c2-c440b75361fd hr {
  border-top: 2px solid #ddd;
}

#s-0582a5b1-cc13-4582-9ced-9fdbcc1311c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0582a5b1-cc13-4582-9ced-9fdbcc1311c2 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-21268185-75c3-4551-9c59-95ba7f317472 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-21268185-75c3-4551-9c59-95ba7f317472:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21268185-75c3-4551-9c59-95ba7f317472:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-21268185-75c3-4551-9c59-95ba7f317472-root {
    text-align: center;
  }


#s-21268185-75c3-4551-9c59-95ba7f317472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21268185-75c3-4551-9c59-95ba7f317472-root {
    text-align: center;
  }


#s-21268185-75c3-4551-9c59-95ba7f317472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21268185-75c3-4551-9c59-95ba7f317472-root {
    text-align: center;
  }


#s-21268185-75c3-4551-9c59-95ba7f317472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21268185-75c3-4551-9c59-95ba7f317472-root {
    text-align: center;
  }


#s-21268185-75c3-4551-9c59-95ba7f317472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21268185-75c3-4551-9c59-95ba7f317472-root {
    text-align: center;
  }


#s-21268185-75c3-4551-9c59-95ba7f317472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-74dba45b-9444-4bf1-abf1-e4a0e30da6d6 {
  padding-top: 19px;
padding-bottom: 19px;
}

#s-74dba45b-9444-4bf1-abf1-e4a0e30da6d6 hr {
  border-top: 2px solid #ddd;
}

#s-9e6bda15-639c-4a8c-9a1f-9a91a0eff2a7 {
  min-height: 50px;
}








#s-9e6bda15-639c-4a8c-9a1f-9a91a0eff2a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e6bda15-639c-4a8c-9a1f-9a91a0eff2a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78bb1bfe-d671-476d-a3dc-978ba133e1b3-root {
    text-align: center;
  }


#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78bb1bfe-d671-476d-a3dc-978ba133e1b3-root {
    text-align: center;
  }


#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78bb1bfe-d671-476d-a3dc-978ba133e1b3-root {
    text-align: center;
  }


#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78bb1bfe-d671-476d-a3dc-978ba133e1b3-root {
    text-align: center;
  }


#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78bb1bfe-d671-476d-a3dc-978ba133e1b3-root {
    text-align: center;
  }


#s-78bb1bfe-d671-476d-a3dc-978ba133e1b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fab17238-54e1-4d21-b37c-0b9fd2ca98fe hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-bd5ca26c-9df1-4e76-bee3-e8228a78d203 {
  min-height: 50px;
}








#s-bd5ca26c-9df1-4e76-bee3-e8228a78d203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd5ca26c-9df1-4e76-bee3-e8228a78d203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8bf9cadb-8c72-4ef7-a62a-ebcb0bd63bd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bf9cadb-8c72-4ef7-a62a-ebcb0bd63bd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8bf9cadb-8c72-4ef7-a62a-ebcb0bd63bd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bf9cadb-8c72-4ef7-a62a-ebcb0bd63bd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-ca86c1d5-ddc2-40a1-bf71-b9e005d9a252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca86c1d5-ddc2-40a1-bf71-b9e005d9a252"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca86c1d5-ddc2-40a1-bf71-b9e005d9a252"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca86c1d5-ddc2-40a1-bf71-b9e005d9a252"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a150458-2d68-4202-8905-aec0af298f92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a150458-2d68-4202-8905-aec0af298f92 .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-05d6a124-585e-4faf-946d-4a5ccc323049 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05d6a124-585e-4faf-946d-4a5ccc323049 .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2ec6604f-473d-4cb0-bc69-24105ac190f5 {
  opacity: 0;
}

#s-2ec6604f-473d-4cb0-bc69-24105ac190f5 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-9783b528-4838-4acf-a102-075a0fe9a452"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9783b528-4838-4acf-a102-075a0fe9a452"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9783b528-4838-4acf-a102-075a0fe9a452"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9783b528-4838-4acf-a102-075a0fe9a452"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9656d90c-d1ea-4c5a-bacc-a3fbdee6d804 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-9656d90c-d1ea-4c5a-bacc-a3fbdee6d804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9656d90c-d1ea-4c5a-bacc-a3fbdee6d804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9656d90c-d1ea-4c5a-bacc-a3fbdee6d804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9656d90c-d1ea-4c5a-bacc-a3fbdee6d804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71fa1dbf-58b3-4b66-a42a-a1ebf8730617 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-71fa1dbf-58b3-4b66-a42a-a1ebf8730617"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71fa1dbf-58b3-4b66-a42a-a1ebf8730617"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71fa1dbf-58b3-4b66-a42a-a1ebf8730617"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71fa1dbf-58b3-4b66-a42a-a1ebf8730617"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-71fa1dbf-58b3-4b66-a42a-a1ebf8730617"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b7647d88-38f5-4168-8f81-f571e21c2977 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b7647d88-38f5-4168-8f81-f571e21c2977 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2b7e50a7-be44-4cc2-86d3-244f9e66b7c2 {
  text-align: center;
}







  #s-2b7e50a7-be44-4cc2-86d3-244f9e66b7c2 img.shogun-image {
    

    
    
    
  }


#s-2b7e50a7-be44-4cc2-86d3-244f9e66b7c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-16edc18c-90cc-4481-b4ff-27a772935d86 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-4b16d6d0-9a0e-4253-8287-ca5e7cf78f3c {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-4b16d6d0-9a0e-4253-8287-ca5e7cf78f3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b16d6d0-9a0e-4253-8287-ca5e7cf78f3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b16d6d0-9a0e-4253-8287-ca5e7cf78f3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b16d6d0-9a0e-4253-8287-ca5e7cf78f3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8b76968a-fa1f-406f-beda-00cbde2b0806 {
  text-align: center;
}







  #s-8b76968a-fa1f-406f-beda-00cbde2b0806 img.shogun-image {
    

    
    
    
  }


#s-8b76968a-fa1f-406f-beda-00cbde2b0806 .shogun-image-content {
  
    align-items: center;
  
}

#s-16e6553a-2320-4739-aea1-ec400fc92563 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-16e6553a-2320-4739-aea1-ec400fc92563 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-06f735e7-6e7e-4aa5-ae6f-bff76fc7bccc hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-510a70c5-9cfb-43ed-a076-b7a478dc1560 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-510a70c5-9cfb-43ed-a076-b7a478dc1560"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-510a70c5-9cfb-43ed-a076-b7a478dc1560"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-510a70c5-9cfb-43ed-a076-b7a478dc1560"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-510a70c5-9cfb-43ed-a076-b7a478dc1560"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-510a70c5-9cfb-43ed-a076-b7a478dc1560"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0f5e6f0e-260f-4156-bf40-b852542ddb7d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0f5e6f0e-260f-4156-bf40-b852542ddb7d .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-49afaf38-d349-4ce7-814f-56df81c51646 {
  text-align: center;
}







  #s-49afaf38-d349-4ce7-814f-56df81c51646 img.shogun-image {
    

    
    
    
  }


#s-49afaf38-d349-4ce7-814f-56df81c51646 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ac11def-2a61-48d4-a2f3-292679eda20a hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-31b629ed-ea19-4f60-a37f-1bc8083c028d {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-31b629ed-ea19-4f60-a37f-1bc8083c028d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31b629ed-ea19-4f60-a37f-1bc8083c028d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31b629ed-ea19-4f60-a37f-1bc8083c028d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31b629ed-ea19-4f60-a37f-1bc8083c028d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5289942b-9ef5-4254-bb35-fa4657fe56f3 {
  text-align: center;
}







  #s-5289942b-9ef5-4254-bb35-fa4657fe56f3 img.shogun-image {
    

    
    
    
  }


#s-5289942b-9ef5-4254-bb35-fa4657fe56f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3bb60f4-caf5-4c30-a0e2-42bc06e3db30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b3bb60f4-caf5-4c30-a0e2-42bc06e3db30 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-31d4ae22-3d92-41b0-9784-88a6c51fd777 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-ab274c40-9eae-4cf1-b120-66ee2a96a097 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-ab274c40-9eae-4cf1-b120-66ee2a96a097"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab274c40-9eae-4cf1-b120-66ee2a96a097"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab274c40-9eae-4cf1-b120-66ee2a96a097"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab274c40-9eae-4cf1-b120-66ee2a96a097"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ab274c40-9eae-4cf1-b120-66ee2a96a097"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4878fb31-d808-4335-b6eb-6f26ce9b83d7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4878fb31-d808-4335-b6eb-6f26ce9b83d7 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f194a41e-fb52-4e14-bf89-50cdb7d6c55c {
  text-align: center;
}







  #s-f194a41e-fb52-4e14-bf89-50cdb7d6c55c img.shogun-image {
    

    
    
    
  }


#s-f194a41e-fb52-4e14-bf89-50cdb7d6c55c .shogun-image-content {
  
    align-items: center;
  
}

#s-ad18f7a6-8e54-4c60-b237-219a7985f6c4 {
  max-width: 1110px;
text-align: center;
}

#s-d34f00a1-5839-4dda-bfdf-709135b328f3 {
  min-height: 50px;
background-attachment: scroll;
}








#s-d34f00a1-5839-4dda-bfdf-709135b328f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d34f00a1-5839-4dda-bfdf-709135b328f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e9b9f15-1c10-4b3e-9a7e-62c46ade3800 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-2e9b9f15-1c10-4b3e-9a7e-62c46ade3800 hr {
  border-top: 2px solid #ddd;
}

#s-326a2e35-c740-4340-9272-74359921e4a9 {
  padding-top: 10px;
text-align: center;
}

#s-326a2e35-c740-4340-9272-74359921e4a9 .shogun-heading-component h2 {
  color: rgba(89, 89, 89, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-d1b919ec-29fc-4b30-8f00-5591d8e7ad2b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d1b919ec-29fc-4b30-8f00-5591d8e7ad2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1b919ec-29fc-4b30-8f00-5591d8e7ad2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1b919ec-29fc-4b30-8f00-5591d8e7ad2b {
  
}
}@media (max-width: 767px){#s-d1b919ec-29fc-4b30-8f00-5591d8e7ad2b {
  
}
}







#s-d1b919ec-29fc-4b30-8f00-5591d8e7ad2b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d1b919ec-29fc-4b30-8f00-5591d8e7ad2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d726626-8280-43ea-81c0-16354c9bc6ef {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-0d726626-8280-43ea-81c0-16354c9bc6ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0d726626-8280-43ea-81c0-16354c9bc6ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d726626-8280-43ea-81c0-16354c9bc6ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d726626-8280-43ea-81c0-16354c9bc6ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7f64672d-646d-4052-8327-718a49a09e01 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-7f64672d-646d-4052-8327-718a49a09e01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f64672d-646d-4052-8327-718a49a09e01.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9c9b36ea-09c8-4f82-a425-8b3ec28241d2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9c9b36ea-09c8-4f82-a425-8b3ec28241d2 .shogun-icon-wrapper {
  text-align: center;
}


#s-9c9b36ea-09c8-4f82-a425-8b3ec28241d2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(89, 89, 89, 1);
}

#s-7789f49c-43cf-4d32-9e00-30f50bd59367 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7789f49c-43cf-4d32-9e00-30f50bd59367 .shogun-heading-component h2 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f420d5b0-ad4f-461b-a61a-dff90f403662 {
  margin-left: 20px;
margin-right: 20px;
}

#s-11d4240d-d1c9-4d65-a22d-af44c7f50457 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-11d4240d-d1c9-4d65-a22d-af44c7f50457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11d4240d-d1c9-4d65-a22d-af44c7f50457.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-372fcfed-163d-4b75-88fc-a5baeeab3ff2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-372fcfed-163d-4b75-88fc-a5baeeab3ff2 .shogun-icon-wrapper {
  text-align: center;
}


#s-372fcfed-163d-4b75-88fc-a5baeeab3ff2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(89, 89, 89, 1);
}

#s-81f9ebdb-7d24-4570-adda-53e92a14805a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81f9ebdb-7d24-4570-adda-53e92a14805a .shogun-heading-component h2 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-267ab9b2-699c-4793-baff-11e5b0e8b62e {
  margin-left: 20px;
margin-right: 20px;
}

#s-e6ba6236-be66-49dd-a3f1-614e3d634193 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-e6ba6236-be66-49dd-a3f1-614e3d634193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6ba6236-be66-49dd-a3f1-614e3d634193.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ed00d1d-89fc-402d-9978-5a7d7d93e480 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1ed00d1d-89fc-402d-9978-5a7d7d93e480 .shogun-icon-wrapper {
  text-align: center;
}


#s-1ed00d1d-89fc-402d-9978-5a7d7d93e480 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(89, 89, 89, 1);
}

#s-0e2fe74f-bb70-4a56-a120-a777bee9c3bf {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e2fe74f-bb70-4a56-a120-a777bee9c3bf .shogun-heading-component h2 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f56ff8ed-efac-419b-94d9-07ae61ee47dc {
  margin-left: 20px;
margin-right: 20px;
}

#s-96c70715-bba9-4ba2-b24d-dab7f284ccb8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-96c70715-bba9-4ba2-b24d-dab7f284ccb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96c70715-bba9-4ba2-b24d-dab7f284ccb8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-94d0fb86-42ad-446d-b1a5-b60817590bc1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-94d0fb86-42ad-446d-b1a5-b60817590bc1 .shogun-icon-wrapper {
  text-align: center;
}


#s-94d0fb86-42ad-446d-b1a5-b60817590bc1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(89, 89, 89, 1);
}

#s-91907c23-88b6-4e1e-ac75-a70857b64108 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91907c23-88b6-4e1e-ac75-a70857b64108 .shogun-heading-component h2 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-50bd9c31-797d-4490-9c55-23fc4fda44d0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-26f57f81-347f-4fa3-bf1d-383c9696e11a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-26f57f81-347f-4fa3-bf1d-383c9696e11a hr {
  border-top: 2px solid #ddd;
}

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