.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-9ba52fd7-f799-433f-b1e6-aa1024638885 {
  margin-top: -60px;
margin-bottom: -60px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-9ba52fd7-f799-433f-b1e6-aa1024638885 {
  
}
}







#s-9ba52fd7-f799-433f-b1e6-aa1024638885 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-a8cc2ad6-10a7-41e7-8a6f-f56f932e9896 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a8cc2ad6-10a7-41e7-8a6f-f56f932e9896 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

.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-768d37e0-1c85-4e1f-b6cb-ff868b83bc32 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-768d37e0-1c85-4e1f-b6cb-ff868b83bc32 .shogun-heading-component h1 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-164c8d54-ec07-483e-a11b-64ccf2f02124 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-90f5f482-119b-435c-ae16-d799e9e5a2c0 {
  box-shadow:0px 0px 0px 0px rgba(236, 232, 232, 1);
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
background-color: rgba(253, 249, 235, 1);
}

#s-74fe91be-0f82-487c-919b-bff5293c55eb {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-74fe91be-0f82-487c-919b-bff5293c55eb hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-55a77a72-ec3f-43d3-868a-3dce870f070f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55a77a72-ec3f-43d3-868a-3dce870f070f .shogun-heading-component h1 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-e7225c3f-0fb1-454d-8412-136a77d751d5 {
  padding-left: 20px;
padding-right: 20px;
}

.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-ffdc5c2e-ad3d-4c01-8851-a4bba76ce72d {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ffdc5c2e-ad3d-4c01-8851-a4bba76ce72d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffdc5c2e-ad3d-4c01-8851-a4bba76ce72d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ffdc5c2e-ad3d-4c01-8851-a4bba76ce72d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffdc5c2e-ad3d-4c01-8851-a4bba76ce72d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8aef27fa-4ad7-42d4-91ee-9f7fbed2bac5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-8aef27fa-4ad7-42d4-91ee-9f7fbed2bac5 img.shogun-image {
    

    
    
    
  }


#s-8aef27fa-4ad7-42d4-91ee-9f7fbed2bac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f020bf99-6c31-4887-9256-ae6f1ae03a4b {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-f020bf99-6c31-4887-9256-ae6f1ae03a4b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-2297dbad-bb9c-4fbe-a1b8-b06a2613562c {
  padding-left: 40px;
padding-right: 40px;
}

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

  #s-e1806406-bd27-4d8a-b67f-dc0d428edc99-root {
    text-align: center;
  }


#s-e1806406-bd27-4d8a-b67f-dc0d428edc99.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1806406-bd27-4d8a-b67f-dc0d428edc99-root {
    text-align: center;
  }


#s-e1806406-bd27-4d8a-b67f-dc0d428edc99.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1806406-bd27-4d8a-b67f-dc0d428edc99-root {
    text-align: center;
  }


#s-e1806406-bd27-4d8a-b67f-dc0d428edc99.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1806406-bd27-4d8a-b67f-dc0d428edc99-root {
    text-align: center;
  }


#s-e1806406-bd27-4d8a-b67f-dc0d428edc99.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1806406-bd27-4d8a-b67f-dc0d428edc99-root {
    text-align: center;
  }


#s-e1806406-bd27-4d8a-b67f-dc0d428edc99.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-0b7a788c-722e-44b8-b55b-949f77bf8794 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a7a14593-2856-434d-93bf-69e7ea868747 {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a7a14593-2856-434d-93bf-69e7ea868747"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7a14593-2856-434d-93bf-69e7ea868747"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a7a14593-2856-434d-93bf-69e7ea868747"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7a14593-2856-434d-93bf-69e7ea868747"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c132f9fb-2048-4d72-a817-17e91e2953b4 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-c132f9fb-2048-4d72-a817-17e91e2953b4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-a8553265-2124-45f1-ab5c-d915c71e1b1a {
  padding-left: 40px;
padding-right: 40px;
}

#s-475490fc-8895-44d9-8808-0bfcad2e6292 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-475490fc-8895-44d9-8808-0bfcad2e6292:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-475490fc-8895-44d9-8808-0bfcad2e6292:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-475490fc-8895-44d9-8808-0bfcad2e6292-root {
    text-align: center;
  }


#s-475490fc-8895-44d9-8808-0bfcad2e6292.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-475490fc-8895-44d9-8808-0bfcad2e6292-root {
    text-align: center;
  }


#s-475490fc-8895-44d9-8808-0bfcad2e6292.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-475490fc-8895-44d9-8808-0bfcad2e6292-root {
    text-align: center;
  }


#s-475490fc-8895-44d9-8808-0bfcad2e6292.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-475490fc-8895-44d9-8808-0bfcad2e6292-root {
    text-align: center;
  }


#s-475490fc-8895-44d9-8808-0bfcad2e6292.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-475490fc-8895-44d9-8808-0bfcad2e6292-root {
    text-align: center;
  }


#s-475490fc-8895-44d9-8808-0bfcad2e6292.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-07c189df-ce19-4227-852d-ae20be5aa929 {
  text-align: center;
}







  #s-07c189df-ce19-4227-852d-ae20be5aa929 img.shogun-image {
    

    
    
    
  }


#s-07c189df-ce19-4227-852d-ae20be5aa929 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b60020-dd11-4044-9049-21473b3138fe hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d156fbda-7620-446c-ae8c-e2ba37aad8fe {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d156fbda-7620-446c-ae8c-e2ba37aad8fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d156fbda-7620-446c-ae8c-e2ba37aad8fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d156fbda-7620-446c-ae8c-e2ba37aad8fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d156fbda-7620-446c-ae8c-e2ba37aad8fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5df2a98f-872a-46df-8f28-059287f07da6 {
  text-align: center;
}







  #s-5df2a98f-872a-46df-8f28-059287f07da6 img.shogun-image {
    

    
    
    
  }


#s-5df2a98f-872a-46df-8f28-059287f07da6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c83a720-5d54-490c-b856-663ed4f4e1b6 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-4c83a720-5d54-490c-b856-663ed4f4e1b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-66be9109-ed3d-4f93-a9fa-fd5729872db0 {
  padding-left: 40px;
padding-right: 40px;
}

#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b-root {
    text-align: center;
  }


#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b-root {
    text-align: center;
  }


#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b-root {
    text-align: center;
  }


#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b-root {
    text-align: center;
  }


#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b-root {
    text-align: center;
  }


#s-569d3bd1-90bc-4fd0-879e-ed0a9dd8953b.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-7831f1d0-b9fc-4709-abb8-0706adbb050b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7831f1d0-b9fc-4709-abb8-0706adbb050b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d6449e1b-0b8f-43b1-9f69-eb361aebc318 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1e944f6b-98f2-41a8-911f-ef1d56b38bd9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1e944f6b-98f2-41a8-911f-ef1d56b38bd9 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



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

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

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

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

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

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

#s-94c08b66-f26d-49fd-b769-7403088dfbae .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-94c08b66-f26d-49fd-b769-7403088dfbae table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-94c08b66-f26d-49fd-b769-7403088dfbae td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-94c08b66-f26d-49fd-b769-7403088dfbae td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-94c08b66-f26d-49fd-b769-7403088dfbae td.shogun-table-column, #s-94c08b66-f26d-49fd-b769-7403088dfbae td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}

#s-91af524b-43b3-4680-af4c-089613691874 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-4e45a01f-a71a-4128-af12-fccb775316b5 {
  text-align: left;
}



.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e45a01f-a71a-4128-af12-fccb775316b5 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-42170d43-3551-4077-a435-55ab3d304c84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42170d43-3551-4077-a435-55ab3d304c84 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-032351c7-ad5b-4bc0-902b-c26cf08d06eb {
  text-align: center;
}

#s-032351c7-ad5b-4bc0-902b-c26cf08d06eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-032351c7-ad5b-4bc0-902b-c26cf08d06eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-032351c7-ad5b-4bc0-902b-c26cf08d06eb .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-f6fccdbd-8b57-43fb-86de-bf4e359bcc48 {
  display: none;
}
#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 {
  text-align: left;
}



.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2056a34f-f3d7-44cc-a8f0-d5e1ac646299 img.shogun-image {
  width: 100%;
}



}
#s-92999c97-7efa-45ce-81c9-320cc0eecb8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92999c97-7efa-45ce-81c9-320cc0eecb8a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0113bd5f-b731-42f6-b017-aeadc8a6ffa4 {
  text-align: center;
}

#s-0113bd5f-b731-42f6-b017-aeadc8a6ffa4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0113bd5f-b731-42f6-b017-aeadc8a6ffa4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0113bd5f-b731-42f6-b017-aeadc8a6ffa4 .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-a135dd7a-8a32-4964-87cf-38c0a2100a54 {
  display: none;
}
#s-91b6bba5-68af-4a34-b19d-054575e79903 {
  text-align: left;
}



.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b6bba5-68af-4a34-b19d-054575e79903 img.shogun-image {
  width: 100%;
}



}
#s-17fe42e6-f8ab-46ec-8412-8a3e8cc6e73e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17fe42e6-f8ab-46ec-8412-8a3e8cc6e73e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ee9475fd-6d35-4042-99bb-8e59861194c9 {
  text-align: center;
}

#s-ee9475fd-6d35-4042-99bb-8e59861194c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee9475fd-6d35-4042-99bb-8e59861194c9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee9475fd-6d35-4042-99bb-8e59861194c9 .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-3634e252-6839-48ba-8b3c-6e645ff4776a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-3634e252-6839-48ba-8b3c-6e645ff4776a:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3634e252-6839-48ba-8b3c-6e645ff4776a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3634e252-6839-48ba-8b3c-6e645ff4776a-root {
    text-align: center;
  }


#s-3634e252-6839-48ba-8b3c-6e645ff4776a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3634e252-6839-48ba-8b3c-6e645ff4776a-root {
    text-align: center;
  }


#s-3634e252-6839-48ba-8b3c-6e645ff4776a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3634e252-6839-48ba-8b3c-6e645ff4776a-root {
    text-align: center;
  }


#s-3634e252-6839-48ba-8b3c-6e645ff4776a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3634e252-6839-48ba-8b3c-6e645ff4776a-root {
    text-align: center;
  }


#s-3634e252-6839-48ba-8b3c-6e645ff4776a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3634e252-6839-48ba-8b3c-6e645ff4776a-root {
    text-align: center;
  }


#s-3634e252-6839-48ba-8b3c-6e645ff4776a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-44ce59d6-d844-4000-a821-a48d15b8043e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-44ce59d6-d844-4000-a821-a48d15b8043e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a0bdc8b5-cd7d-49fd-bf6d-483f3f2b4256 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a0bdc8b5-cd7d-49fd-bf6d-483f3f2b4256 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0abd88e1-0448-4525-a0e1-92aae220a792 {
  padding-left: 20px;
padding-right: 20px;
}

#s-e54a0950-4769-40e8-a45e-e732a324e525 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-e54a0950-4769-40e8-a45e-e732a324e525"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e54a0950-4769-40e8-a45e-e732a324e525"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e54a0950-4769-40e8-a45e-e732a324e525"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e54a0950-4769-40e8-a45e-e732a324e525"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5a69bebc-a348-4ddb-b152-e4f4c74e187e {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-5a69bebc-a348-4ddb-b152-e4f4c74e187e img.shogun-image {
    

    
    
    
  }


#s-5a69bebc-a348-4ddb-b152-e4f4c74e187e .shogun-image-content {
  
    align-items: center;
  
}

#s-db07e5ee-cd46-47c3-a31d-288b1f4437b1 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-db07e5ee-cd46-47c3-a31d-288b1f4437b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-d7aeffa9-be93-4420-9af1-fa14bd82de97 {
  padding-left: 40px;
padding-right: 40px;
}

#s-33fd0da0-85ef-4486-a479-d378cac2b2a1 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-202847dc-f531-46fb-b856-7d9cbd042b52 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-202847dc-f531-46fb-b856-7d9cbd042b52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-202847dc-f531-46fb-b856-7d9cbd042b52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-202847dc-f531-46fb-b856-7d9cbd042b52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-202847dc-f531-46fb-b856-7d9cbd042b52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-20ba5f0e-5583-470f-b1c2-a776cffa45df {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-20ba5f0e-5583-470f-b1c2-a776cffa45df .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-2c79b863-f666-4ba1-a61f-c5919cdbdec3 {
  padding-left: 40px;
padding-right: 40px;
}

#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818-root {
    text-align: center;
  }


#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818-root {
    text-align: center;
  }


#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818-root {
    text-align: center;
  }


#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818-root {
    text-align: center;
  }


#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818-root {
    text-align: center;
  }


#s-ce417a9a-ec1b-4a97-97d9-f9e8e3fc6818.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-726289b6-c177-45a5-a4ab-91aba5b44411 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-726289b6-c177-45a5-a4ab-91aba5b44411 img.shogun-image {
    

    
    
    
  }


#s-726289b6-c177-45a5-a4ab-91aba5b44411 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e7e75f8-b1c0-4951-9746-71ccf42983a2 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d1097be8-acbd-4497-8512-1604a3ca8ad0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1097be8-acbd-4497-8512-1604a3ca8ad0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d1097be8-acbd-4497-8512-1604a3ca8ad0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1097be8-acbd-4497-8512-1604a3ca8ad0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-73c9453c-2288-4ef7-bd45-b1ecea41e09d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-73c9453c-2288-4ef7-bd45-b1ecea41e09d img.shogun-image {
    

    
    
    
  }


#s-73c9453c-2288-4ef7-bd45-b1ecea41e09d .shogun-image-content {
  
    align-items: center;
  
}

#s-ba619092-f561-42bc-97c8-4b0c3295a2ec {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-ba619092-f561-42bc-97c8-4b0c3295a2ec .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-a47d090f-be84-40bc-92d6-2a36223fcce5 {
  padding-left: 40px;
padding-right: 40px;
}

#s-78eca7b2-69fb-434d-a1fd-81b459bb47c3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-78eca7b2-69fb-434d-a1fd-81b459bb47c3 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d4928304-5f13-4fe7-8e31-0c34ed7e3918 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d4928304-5f13-4fe7-8e31-0c34ed7e3918 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-8394bbe3-ee10-4545-b658-bd6d03282c8a {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8394bbe3-ee10-4545-b658-bd6d03282c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8394bbe3-ee10-4545-b658-bd6d03282c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8394bbe3-ee10-4545-b658-bd6d03282c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8394bbe3-ee10-4545-b658-bd6d03282c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b8144099-2eb2-4c4a-a647-e8adc5aca57f {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-b8144099-2eb2-4c4a-a647-e8adc5aca57f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8144099-2eb2-4c4a-a647-e8adc5aca57f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8144099-2eb2-4c4a-a647-e8adc5aca57f {
  
}
}@media (max-width: 767px){#s-b8144099-2eb2-4c4a-a647-e8adc5aca57f {
  
}
}
#s-859d7efd-eddc-4d8b-80ac-d059c0d45804 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-859d7efd-eddc-4d8b-80ac-d059c0d45804 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-859d7efd-eddc-4d8b-80ac-d059c0d45804 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-859d7efd-eddc-4d8b-80ac-d059c0d45804 {
  
}
}@media (max-width: 767px){#s-859d7efd-eddc-4d8b-80ac-d059c0d45804 {
  
}
}
#s-859d7efd-eddc-4d8b-80ac-d059c0d45804 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8b27cb8c-4004-4290-8d30-c8d3120a7b53 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-8b27cb8c-4004-4290-8d30-c8d3120a7b53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b27cb8c-4004-4290-8d30-c8d3120a7b53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b27cb8c-4004-4290-8d30-c8d3120a7b53 {
  
}
}@media (max-width: 767px){#s-8b27cb8c-4004-4290-8d30-c8d3120a7b53 {
  
}
}
#s-e3344acc-5b3d-4974-a60b-d4d7dfcea481 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-e3344acc-5b3d-4974-a60b-d4d7dfcea481 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3344acc-5b3d-4974-a60b-d4d7dfcea481 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3344acc-5b3d-4974-a60b-d4d7dfcea481 {
  
}
}@media (max-width: 767px){#s-e3344acc-5b3d-4974-a60b-d4d7dfcea481 {
  
}
}
@media (min-width: 0px) {
[id="s-e3344acc-5b3d-4974-a60b-d4d7dfcea481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3344acc-5b3d-4974-a60b-d4d7dfcea481"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3344acc-5b3d-4974-a60b-d4d7dfcea481"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3344acc-5b3d-4974-a60b-d4d7dfcea481"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d92ed504-72a2-44c6-9557-9d159a5c873a {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(15, 33, 57, 1);
font-size: 14px;
font-weight: bold;
color: rgba(248, 248, 248, 1);
text-decoration: none;
}
#s-d92ed504-72a2-44c6-9557-9d159a5c873a:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(176, 178, 179, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-d92ed504-72a2-44c6-9557-9d159a5c873a:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d92ed504-72a2-44c6-9557-9d159a5c873a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d92ed504-72a2-44c6-9557-9d159a5c873a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d92ed504-72a2-44c6-9557-9d159a5c873a {
  
}
}@media (max-width: 767px){#s-d92ed504-72a2-44c6-9557-9d159a5c873a {
  
}
}

  #s-d92ed504-72a2-44c6-9557-9d159a5c873a-root {
    text-align: center;
  }


#s-d92ed504-72a2-44c6-9557-9d159a5c873a.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d92ed504-72a2-44c6-9557-9d159a5c873a-root {
    text-align: center;
  }


#s-d92ed504-72a2-44c6-9557-9d159a5c873a.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d92ed504-72a2-44c6-9557-9d159a5c873a-root {
    text-align: center;
  }


#s-d92ed504-72a2-44c6-9557-9d159a5c873a.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d92ed504-72a2-44c6-9557-9d159a5c873a-root {
    text-align: center;
  }


#s-d92ed504-72a2-44c6-9557-9d159a5c873a.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d92ed504-72a2-44c6-9557-9d159a5c873a-root {
    text-align: center;
  }


#s-d92ed504-72a2-44c6-9557-9d159a5c873a.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-038e190f-1de6-4921-9684-3e0228a2ddb9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-038e190f-1de6-4921-9684-3e0228a2ddb9 img.shogun-image {
    

    
    
    
  }


#s-038e190f-1de6-4921-9684-3e0228a2ddb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-08332132-7506-4b28-816e-e7d7bd77de2b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-08332132-7506-4b28-816e-e7d7bd77de2b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-7b52b490-6ea0-43d6-b7b5-12c36360cdc2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-7b52b490-6ea0-43d6-b7b5-12c36360cdc2 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-f4a5f8f3-1266-47b3-8276-890674bc0f8a {
  padding-left: 20px;
padding-right: 20px;
}

#s-a46190ee-9350-4031-be3b-3fe9c492397f {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-a46190ee-9350-4031-be3b-3fe9c492397f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a46190ee-9350-4031-be3b-3fe9c492397f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a46190ee-9350-4031-be3b-3fe9c492397f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a46190ee-9350-4031-be3b-3fe9c492397f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-618b17f3-6ce1-48cc-9348-b4e5e46af807 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-618b17f3-6ce1-48cc-9348-b4e5e46af807 img.shogun-image {
    

    
    
    
  }


#s-618b17f3-6ce1-48cc-9348-b4e5e46af807 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ed2785b-2cff-4867-8f6f-306e9855d4fa {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-5ed2785b-2cff-4867-8f6f-306e9855d4fa .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-6b8a3ff1-3d58-442f-8806-6e2620a44faf {
  padding-left: 40px;
padding-right: 40px;
}

#s-14e53ee8-b872-4747-8f3a-1cc70a268a5d hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-fcf04899-378a-4232-aa0b-83c2789690d2 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-fcf04899-378a-4232-aa0b-83c2789690d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcf04899-378a-4232-aa0b-83c2789690d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fcf04899-378a-4232-aa0b-83c2789690d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcf04899-378a-4232-aa0b-83c2789690d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3a2793c4-a9ac-4a47-b5c2-3817b43e8f61 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-3a2793c4-a9ac-4a47-b5c2-3817b43e8f61 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-ecb04b43-1585-4f36-9f57-736d07c28376 {
  padding-left: 40px;
padding-right: 40px;
}

#s-63ff88e5-58bf-43f0-b372-6b05dde5f2e9 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-63ff88e5-58bf-43f0-b372-6b05dde5f2e9 img.shogun-image {
    

    
    
    
  }


#s-63ff88e5-58bf-43f0-b372-6b05dde5f2e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b19423d6-f87e-435a-89de-37bcab13e037 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e0949ca0-ab5c-4730-bd8e-bdd70e5dfbd2 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-e0949ca0-ab5c-4730-bd8e-bdd70e5dfbd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0949ca0-ab5c-4730-bd8e-bdd70e5dfbd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e0949ca0-ab5c-4730-bd8e-bdd70e5dfbd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0949ca0-ab5c-4730-bd8e-bdd70e5dfbd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8cd19838-9dd9-4a4a-8146-e653a34de582 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-8cd19838-9dd9-4a4a-8146-e653a34de582 img.shogun-image {
    

    
    
    
  }


#s-8cd19838-9dd9-4a4a-8146-e653a34de582 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe633af6-3091-479c-b5dd-d49fccd9beb9 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-fe633af6-3091-479c-b5dd-d49fccd9beb9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-65268a27-c6fb-4b56-bb6d-a94f37bfb0ef {
  padding-left: 40px;
padding-right: 40px;
}

#s-6d39440f-81ed-49e0-94f3-85d4b49be81c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6d39440f-81ed-49e0-94f3-85d4b49be81c hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-5edc3fa7-2a2d-4040-ab84-a5c258434db8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-5edc3fa7-2a2d-4040-ab84-a5c258434db8 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0d2fdfd8-0aa8-4c09-8fca-8fddc140b2bb {
  padding-left: 20px;
padding-right: 20px;
}

#s-84cca11b-af48-4827-947c-bf75fda59afb {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-84cca11b-af48-4827-947c-bf75fda59afb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84cca11b-af48-4827-947c-bf75fda59afb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-84cca11b-af48-4827-947c-bf75fda59afb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-84cca11b-af48-4827-947c-bf75fda59afb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bf680494-8f81-4267-9081-5462d1ec904b {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-bf680494-8f81-4267-9081-5462d1ec904b img.shogun-image {
    

    
    
    
  }


#s-bf680494-8f81-4267-9081-5462d1ec904b .shogun-image-content {
  
    align-items: center;
  
}

#s-64e0187f-54ec-4c3d-a931-b7cf78243e1a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-64e0187f-54ec-4c3d-a931-b7cf78243e1a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-df38296d-75a1-4e71-bcc2-1e64f3f457f6 {
  padding-left: 40px;
padding-right: 40px;
}

#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f-root {
    text-align: center;
  }


#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f-root {
    text-align: center;
  }


#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f-root {
    text-align: center;
  }


#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f-root {
    text-align: center;
  }


#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f-root {
    text-align: center;
  }


#s-66f1c0c8-6a27-4f2d-9c0a-e2f84b36ab1f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-c636337d-70e0-4641-84d5-1bae3a011fbc hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a8b8a894-f8f1-4d11-874b-a77e93253f4f {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-a8b8a894-f8f1-4d11-874b-a77e93253f4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8b8a894-f8f1-4d11-874b-a77e93253f4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a8b8a894-f8f1-4d11-874b-a77e93253f4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8b8a894-f8f1-4d11-874b-a77e93253f4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a9d401ca-7eab-4dde-9e61-27299b85f18f {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-a9d401ca-7eab-4dde-9e61-27299b85f18f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-8025f113-0a52-4008-84dd-2aaf90dddfeb {
  padding-left: 40px;
padding-right: 40px;
}

#s-789e49ea-6745-47bf-9303-954748e76a5c {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-789e49ea-6745-47bf-9303-954748e76a5c img.shogun-image {
    

    
    
    
  }


#s-789e49ea-6745-47bf-9303-954748e76a5c .shogun-image-content {
  
    align-items: center;
  
}

#s-44bf3e00-44c9-463f-b6a2-64c1a5ff5926 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-44bf3e00-44c9-463f-b6a2-64c1a5ff5926 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-c0dc511e-dcea-4bf2-9a7d-4a5718de3939 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-c0dc511e-dcea-4bf2-9a7d-4a5718de3939 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



/*
  $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-a5b57b4d-158d-4862-a590-944bc005714e {
  display: none;
}
#s-f22ab340-111b-4fe1-b1b4-15386af95e23 {
  text-align: left;
}



.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f22ab340-111b-4fe1-b1b4-15386af95e23 img.shogun-image {
  width: 100%;
}



}
#s-bdb2091d-555e-41f7-9d91-c8a3bc0d03be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdb2091d-555e-41f7-9d91-c8a3bc0d03be .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ee4e412f-435d-49cc-bd34-c980a67bd516 {
  text-align: center;
}

#s-ee4e412f-435d-49cc-bd34-c980a67bd516 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee4e412f-435d-49cc-bd34-c980a67bd516 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee4e412f-435d-49cc-bd34-c980a67bd516 .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-be236354-5771-4b5b-b808-0d165495db3e {
  display: none;
}
#s-dc057456-d553-4d03-9c1e-ad7073957968 {
  text-align: left;
}



.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc057456-d553-4d03-9c1e-ad7073957968 img.shogun-image {
  width: 100%;
}



}
#s-63588bae-7b6a-4bda-a016-cbc5698e21ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63588bae-7b6a-4bda-a016-cbc5698e21ad .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1b0a7503-fdfd-4d9b-a12d-e9c6b63f46f4 {
  text-align: center;
}

#s-1b0a7503-fdfd-4d9b-a12d-e9c6b63f46f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1b0a7503-fdfd-4d9b-a12d-e9c6b63f46f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1b0a7503-fdfd-4d9b-a12d-e9c6b63f46f4 .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-52eb3380-873b-405e-b297-ea785a3c324f {
  display: none;
}
#s-f39aef86-2d34-4923-8034-3cb27aaf77cd {
  text-align: left;
}



.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f39aef86-2d34-4923-8034-3cb27aaf77cd img.shogun-image {
  width: 100%;
}



}
#s-3341766b-a694-42c6-9da6-a191dab16cb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3341766b-a694-42c6-9da6-a191dab16cb0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-527c6d2b-4d3d-483e-bc85-fe531c3857cf {
  text-align: center;
}

#s-527c6d2b-4d3d-483e-bc85-fe531c3857cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-527c6d2b-4d3d-483e-bc85-fe531c3857cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-527c6d2b-4d3d-483e-bc85-fe531c3857cf .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-5028d107-6ddc-4097-8d8e-c329f925e82a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5028d107-6ddc-4097-8d8e-c329f925e82a hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-38faa9b5-c0db-4a74-a275-64de19d71b02 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-38faa9b5-c0db-4a74-a275-64de19d71b02:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-38faa9b5-c0db-4a74-a275-64de19d71b02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38faa9b5-c0db-4a74-a275-64de19d71b02-root {
    text-align: center;
  }


#s-38faa9b5-c0db-4a74-a275-64de19d71b02.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38faa9b5-c0db-4a74-a275-64de19d71b02-root {
    text-align: center;
  }


#s-38faa9b5-c0db-4a74-a275-64de19d71b02.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38faa9b5-c0db-4a74-a275-64de19d71b02-root {
    text-align: center;
  }


#s-38faa9b5-c0db-4a74-a275-64de19d71b02.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38faa9b5-c0db-4a74-a275-64de19d71b02-root {
    text-align: center;
  }


#s-38faa9b5-c0db-4a74-a275-64de19d71b02.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38faa9b5-c0db-4a74-a275-64de19d71b02-root {
    text-align: center;
  }


#s-38faa9b5-c0db-4a74-a275-64de19d71b02.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-f8fe4f19-287e-475c-8ac4-ecfd059cf5ea {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f8fe4f19-287e-475c-8ac4-ecfd059cf5ea .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-c4ced9ee-e3a4-468c-96ea-91c8a79aeaac {
  padding-left: 20px;
padding-right: 20px;
}

#s-641da3e6-6f4b-4402-bbfc-f3407c0267e8 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-641da3e6-6f4b-4402-bbfc-f3407c0267e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-641da3e6-6f4b-4402-bbfc-f3407c0267e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-641da3e6-6f4b-4402-bbfc-f3407c0267e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-641da3e6-6f4b-4402-bbfc-f3407c0267e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5cc18bf7-79fe-47fb-aad1-e0788374097a {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-5cc18bf7-79fe-47fb-aad1-e0788374097a img.shogun-image {
    

    
    
    
  }


#s-5cc18bf7-79fe-47fb-aad1-e0788374097a .shogun-image-content {
  
    align-items: center;
  
}

#s-b24c03d4-624e-4428-b127-489c56d0c6d5 {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-b24c03d4-624e-4428-b127-489c56d0c6d5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-2762fe9d-9e3e-4be8-b630-a3f1b0037a84 {
  padding-left: 40px;
padding-right: 40px;
}

#s-55332ff1-6a0e-4e53-b863-e40921e869ce hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-0cba5159-b092-4f7d-908b-897b87ba3aed {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0cba5159-b092-4f7d-908b-897b87ba3aed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cba5159-b092-4f7d-908b-897b87ba3aed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0cba5159-b092-4f7d-908b-897b87ba3aed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cba5159-b092-4f7d-908b-897b87ba3aed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1118ed1b-cba2-4077-9a31-4fb10141d635 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-1118ed1b-cba2-4077-9a31-4fb10141d635 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-906445f7-a737-4edc-8f3b-64679fd61515 {
  padding-left: 40px;
padding-right: 40px;
}

#s-11edeba5-8380-45f7-a213-e860cd269984 {
  text-align: center;
}







  #s-11edeba5-8380-45f7-a213-e860cd269984 img.shogun-image {
    

    
    
    
  }


#s-11edeba5-8380-45f7-a213-e860cd269984 .shogun-image-content {
  
    align-items: center;
  
}

#s-07dd13d5-d593-4275-8504-9de77c9c5066 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-07dd13d5-d593-4275-8504-9de77c9c5066 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b0127ed9-b790-4528-bfd2-71a99a11e2d7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-b0127ed9-b790-4528-bfd2-71a99a11e2d7 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-8bd860a6-a6aa-4c68-8844-f68383b3db89 {
  padding-left: 20px;
padding-right: 20px;
}

#s-7c4ad867-5f78-4115-a27b-1343a8da4c0c {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-7c4ad867-5f78-4115-a27b-1343a8da4c0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c4ad867-5f78-4115-a27b-1343a8da4c0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7c4ad867-5f78-4115-a27b-1343a8da4c0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c4ad867-5f78-4115-a27b-1343a8da4c0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a78b743c-e4e0-40f4-a5b3-f47f13088a68 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-a78b743c-e4e0-40f4-a5b3-f47f13088a68 img.shogun-image {
    

    
    
    
  }


#s-a78b743c-e4e0-40f4-a5b3-f47f13088a68 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f87dcfa-2bcd-4e6c-8cf8-2d5a29f4098a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f87dcfa-2bcd-4e6c-8cf8-2d5a29f4098a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-b7fd4b2b-cb59-4d5b-ad91-270d1567879d {
  padding-left: 40px;
padding-right: 40px;
}

#s-1e1c7eaa-c901-49ab-8c2a-7a97ecd60c86 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-47bb24eb-7787-41d3-a556-21fa25f1d8e0 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-47bb24eb-7787-41d3-a556-21fa25f1d8e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47bb24eb-7787-41d3-a556-21fa25f1d8e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-47bb24eb-7787-41d3-a556-21fa25f1d8e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-47bb24eb-7787-41d3-a556-21fa25f1d8e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c924018d-1eff-465e-b3ef-0cda1fde0fc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c924018d-1eff-465e-b3ef-0cda1fde0fc9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-31410d07-ba87-4c85-9073-1445a744276e {
  padding-left: 40px;
padding-right: 40px;
}

#s-a7b11b4d-e985-4df3-bba1-452238660aca {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a7b11b4d-e985-4df3-bba1-452238660aca:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7b11b4d-e985-4df3-bba1-452238660aca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7b11b4d-e985-4df3-bba1-452238660aca-root {
    text-align: center;
  }


#s-a7b11b4d-e985-4df3-bba1-452238660aca.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7b11b4d-e985-4df3-bba1-452238660aca-root {
    text-align: center;
  }


#s-a7b11b4d-e985-4df3-bba1-452238660aca.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7b11b4d-e985-4df3-bba1-452238660aca-root {
    text-align: center;
  }


#s-a7b11b4d-e985-4df3-bba1-452238660aca.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7b11b4d-e985-4df3-bba1-452238660aca-root {
    text-align: center;
  }


#s-a7b11b4d-e985-4df3-bba1-452238660aca.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7b11b4d-e985-4df3-bba1-452238660aca-root {
    text-align: center;
  }


#s-a7b11b4d-e985-4df3-bba1-452238660aca.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-d54b45af-ab3b-4347-b1c8-e51aaa0ad2dd {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-d54b45af-ab3b-4347-b1c8-e51aaa0ad2dd img.shogun-image {
    

    
    
    
  }


#s-d54b45af-ab3b-4347-b1c8-e51aaa0ad2dd .shogun-image-content {
  
    align-items: center;
  
}

#s-049adc71-0560-4f25-8427-f8ac48b9a3e8 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-3e3e702b-cc5b-45bc-8012-4d16bbb54a28 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-3e3e702b-cc5b-45bc-8012-4d16bbb54a28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e3e702b-cc5b-45bc-8012-4d16bbb54a28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3e3e702b-cc5b-45bc-8012-4d16bbb54a28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e3e702b-cc5b-45bc-8012-4d16bbb54a28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c1aff184-f9d0-46f0-a4c5-52c0665160af {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-c1aff184-f9d0-46f0-a4c5-52c0665160af img.shogun-image {
    

    
    
    
  }


#s-c1aff184-f9d0-46f0-a4c5-52c0665160af .shogun-image-content {
  
    align-items: center;
  
}

#s-0a57c010-5fa9-4e50-8725-c7801a4b60e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a57c010-5fa9-4e50-8725-c7801a4b60e4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-500210ab-1461-4a85-a0ad-0d8f007c2029 {
  padding-left: 40px;
padding-right: 40px;
}

#s-d383d399-098c-4f7c-ad16-1a1d5c952992 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d383d399-098c-4f7c-ad16-1a1d5c952992 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-dfad8ad7-f0db-45aa-a075-d2845e87a9b2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-dfad8ad7-f0db-45aa-a075-d2845e87a9b2 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-7d0719ae-dcab-41c8-a2f9-2357d82c2cb5 {
  display: none;
}
#s-df573fd2-d660-4dfe-a075-536df5a0e101 {
  text-align: left;
}



.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df573fd2-d660-4dfe-a075-536df5a0e101 img.shogun-image {
  width: 100%;
}



}
#s-8cd7bdba-1f4f-41e8-9325-ca2517e2a8be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cd7bdba-1f4f-41e8-9325-ca2517e2a8be .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c48581a7-3a3c-4d21-a4ad-5add50ad458e {
  text-align: center;
}

#s-c48581a7-3a3c-4d21-a4ad-5add50ad458e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c48581a7-3a3c-4d21-a4ad-5add50ad458e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c48581a7-3a3c-4d21-a4ad-5add50ad458e .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-7973c920-4902-40e6-a2e6-7e61fa893cd9 {
  display: none;
}
#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 {
  text-align: left;
}



.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72b02a30-9b88-4158-8fd6-5f6a2553e7b2 img.shogun-image {
  width: 100%;
}



}
#s-f6507482-9314-42f2-80fb-3c282b4b8a31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6507482-9314-42f2-80fb-3c282b4b8a31 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0b91b00d-c603-47ce-9564-ffe5e4ded362 {
  text-align: center;
}

#s-0b91b00d-c603-47ce-9564-ffe5e4ded362 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0b91b00d-c603-47ce-9564-ffe5e4ded362 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0b91b00d-c603-47ce-9564-ffe5e4ded362 .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-cd42cea5-4b82-41a6-9b31-9ce71a14cf47 {
  display: none;
}
#s-3ead54f4-6463-487a-95bd-af45b69323e4 {
  text-align: left;
}



.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ead54f4-6463-487a-95bd-af45b69323e4 img.shogun-image {
  width: 100%;
}



}
#s-ba580659-016a-42cf-85b9-682fec3793a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba580659-016a-42cf-85b9-682fec3793a2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8d591c27-41ec-4a46-99d4-cbc5cd90f7ec {
  text-align: center;
}

#s-8d591c27-41ec-4a46-99d4-cbc5cd90f7ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8d591c27-41ec-4a46-99d4-cbc5cd90f7ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8d591c27-41ec-4a46-99d4-cbc5cd90f7ec .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-5c6dc359-a4c9-49c0-bf72-16d33a5cb08b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5c6dc359-a4c9-49c0-bf72-16d33a5cb08b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8b7189f-81c0-497b-bd8e-4107cc56f82a-root {
    text-align: center;
  }


#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8b7189f-81c0-497b-bd8e-4107cc56f82a-root {
    text-align: center;
  }


#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8b7189f-81c0-497b-bd8e-4107cc56f82a-root {
    text-align: center;
  }


#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8b7189f-81c0-497b-bd8e-4107cc56f82a-root {
    text-align: center;
  }


#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8b7189f-81c0-497b-bd8e-4107cc56f82a-root {
    text-align: center;
  }


#s-a8b7189f-81c0-497b-bd8e-4107cc56f82a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-f57d7eb4-c33e-4553-846b-0eb451bf13b6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f57d7eb4-c33e-4553-846b-0eb451bf13b6 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-7584f123-3eb4-40d5-a163-52b4e28165e2 {
  padding-left: 20px;
padding-right: 20px;
}

#s-81841ca0-c119-41af-b6f6-71ad8813c833 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-81841ca0-c119-41af-b6f6-71ad8813c833"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81841ca0-c119-41af-b6f6-71ad8813c833"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-81841ca0-c119-41af-b6f6-71ad8813c833"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-81841ca0-c119-41af-b6f6-71ad8813c833"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-39f896a6-679e-4ea1-bcfc-d80be5b3a31d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-39f896a6-679e-4ea1-bcfc-d80be5b3a31d img.shogun-image {
    

    
    
    
  }


#s-39f896a6-679e-4ea1-bcfc-d80be5b3a31d .shogun-image-content {
  
    align-items: center;
  
}

#s-d8318da2-67ac-4004-93bc-0ab467fa8e33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8318da2-67ac-4004-93bc-0ab467fa8e33 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-fc41fbb9-2037-45b2-96f1-0e7875fc10ab {
  padding-left: 40px;
padding-right: 40px;
}

#s-2c98dead-265e-4a08-9296-b37530ed8680 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ec44d909-2e99-479d-834a-46b9b24b4439 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-ec44d909-2e99-479d-834a-46b9b24b4439"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec44d909-2e99-479d-834a-46b9b24b4439"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ec44d909-2e99-479d-834a-46b9b24b4439"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec44d909-2e99-479d-834a-46b9b24b4439"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-beced57b-f41d-4392-9664-2ecb2ecfc4cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-beced57b-f41d-4392-9664-2ecb2ecfc4cf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-4bd9aa66-20cb-4302-8550-c24701b43cec {
  padding-left: 40px;
padding-right: 40px;
}

#s-af3c0d93-3fe0-42aa-a2c0-a20a53c6dd1e {
  text-align: center;
}







  #s-af3c0d93-3fe0-42aa-a2c0-a20a53c6dd1e img.shogun-image {
    

    
    
    
  }


#s-af3c0d93-3fe0-42aa-a2c0-a20a53c6dd1e .shogun-image-content {
  
    align-items: center;
  
}

#s-46efdaac-8514-4d25-8fa9-0855306cce84 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-46efdaac-8514-4d25-8fa9-0855306cce84 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1321ceaa-88a8-4cd8-9636-05399a4566d5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1321ceaa-88a8-4cd8-9636-05399a4566d5 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-1ab214d7-87cd-4cc1-ba0f-c0bd04e302f3 {
  display: none;
}
#s-26079186-31d6-4f8d-af4d-bc1bc536e339 {
  text-align: left;
}



.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26079186-31d6-4f8d-af4d-bc1bc536e339 img.shogun-image {
  width: 100%;
}



}
#s-4dd4dab2-8db4-43ec-a742-d20254777b72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dd4dab2-8db4-43ec-a742-d20254777b72 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5fbcbb4f-aecc-4064-be4d-28e2754e57be {
  text-align: center;
}

#s-5fbcbb4f-aecc-4064-be4d-28e2754e57be .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5fbcbb4f-aecc-4064-be4d-28e2754e57be .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fbcbb4f-aecc-4064-be4d-28e2754e57be .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-28624c59-e3d9-4230-9ff5-2d0ad4c4a5fb {
  display: none;
}
#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f {
  text-align: left;
}



.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75eab3ac-07a8-4f74-886d-78a02d3dab1f img.shogun-image {
  width: 100%;
}



}
#s-50c99d85-6379-4e77-87f0-0c75f898fbae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50c99d85-6379-4e77-87f0-0c75f898fbae .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dc4066d6-8307-4174-961c-7c1446970ef8 {
  text-align: center;
}

#s-dc4066d6-8307-4174-961c-7c1446970ef8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc4066d6-8307-4174-961c-7c1446970ef8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc4066d6-8307-4174-961c-7c1446970ef8 .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-be987be1-316b-4ac7-af83-350e4faa9394 {
  display: none;
}
#s-ddb7d694-0eee-4bb8-99b8-9026923301bd {
  text-align: left;
}



.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddb7d694-0eee-4bb8-99b8-9026923301bd img.shogun-image {
  width: 100%;
}



}
#s-47ae0646-f0fb-4e32-b02e-5be14c67839d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47ae0646-f0fb-4e32-b02e-5be14c67839d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dc57e6f5-218b-4ac4-bc9a-2081b9f942b9 {
  text-align: center;
}

#s-dc57e6f5-218b-4ac4-bc9a-2081b9f942b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc57e6f5-218b-4ac4-bc9a-2081b9f942b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc57e6f5-218b-4ac4-bc9a-2081b9f942b9 .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-01b36b7c-9b7e-4664-af41-2fa4f489609d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-01b36b7c-9b7e-4664-af41-2fa4f489609d:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01b36b7c-9b7e-4664-af41-2fa4f489609d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01b36b7c-9b7e-4664-af41-2fa4f489609d-root {
    text-align: center;
  }


#s-01b36b7c-9b7e-4664-af41-2fa4f489609d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01b36b7c-9b7e-4664-af41-2fa4f489609d-root {
    text-align: center;
  }


#s-01b36b7c-9b7e-4664-af41-2fa4f489609d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01b36b7c-9b7e-4664-af41-2fa4f489609d-root {
    text-align: center;
  }


#s-01b36b7c-9b7e-4664-af41-2fa4f489609d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01b36b7c-9b7e-4664-af41-2fa4f489609d-root {
    text-align: center;
  }


#s-01b36b7c-9b7e-4664-af41-2fa4f489609d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01b36b7c-9b7e-4664-af41-2fa4f489609d-root {
    text-align: center;
  }


#s-01b36b7c-9b7e-4664-af41-2fa4f489609d.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-ad52fb36-21b5-4870-86d1-2495afc2552a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ad52fb36-21b5-4870-86d1-2495afc2552a hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-10fcb92a-b76d-467e-8185-3a41312efb19 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-10fcb92a-b76d-467e-8185-3a41312efb19 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-e0a4e1bd-0e98-4265-b252-4b27206cc58a {
  padding-left: 20px;
padding-right: 20px;
}

#s-2764395e-f84b-47c3-9d44-67eec7352003 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-2764395e-f84b-47c3-9d44-67eec7352003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2764395e-f84b-47c3-9d44-67eec7352003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2764395e-f84b-47c3-9d44-67eec7352003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2764395e-f84b-47c3-9d44-67eec7352003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e6fde976-f2b7-4a06-a94c-55332c5da404 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-e6fde976-f2b7-4a06-a94c-55332c5da404 img.shogun-image {
    

    
    
    
  }


#s-e6fde976-f2b7-4a06-a94c-55332c5da404 .shogun-image-content {
  
    align-items: center;
  
}

#s-8674b410-03ae-41cd-b665-6b48fa74f32d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8674b410-03ae-41cd-b665-6b48fa74f32d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-9b9927d6-d24a-40b2-87f6-cbb073bceb13 {
  padding-left: 40px;
padding-right: 40px;
}

#s-cc993aec-52b8-4a09-8fd4-be1e3f30841b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-0dab71b3-fd0c-48a8-94f6-7babaeeb6d5a {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0dab71b3-fd0c-48a8-94f6-7babaeeb6d5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dab71b3-fd0c-48a8-94f6-7babaeeb6d5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0dab71b3-fd0c-48a8-94f6-7babaeeb6d5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dab71b3-fd0c-48a8-94f6-7babaeeb6d5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d38e613e-8188-42c3-a8ff-5b77ac4257dc {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-d38e613e-8188-42c3-a8ff-5b77ac4257dc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-6eca32a4-f2fb-4fca-a361-88273b9b9f29 {
  padding-left: 40px;
padding-right: 40px;
}

#s-a531828e-1e5e-4442-a9fe-0227d96b9618 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-a531828e-1e5e-4442-a9fe-0227d96b9618 img.shogun-image {
    

    
    
    
  }


#s-a531828e-1e5e-4442-a9fe-0227d96b9618 .shogun-image-content {
  
    align-items: center;
  
}

#s-733b8d05-2061-4b16-b9ec-1ce7ef156c66 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-733b8d05-2061-4b16-b9ec-1ce7ef156c66 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ac922f9a-1864-4883-94b1-d96333c3db42 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ac922f9a-1864-4883-94b1-d96333c3db42 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a5407fd2-d1d0-406b-9d8b-973bf96eb86d {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}

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