.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-7b699322-bde5-48f4-a985-5e6b3830974e {
  box-shadow:1px 1px 1px 1px rgba(240, 234, 217, 1);
padding-top: 0px;
padding-bottom: 0px;
}

#s-7b699322-bde5-48f4-a985-5e6b3830974e .shg-sld-dot {
  background-color: rgba(235, 215, 166, 1);
}

#s-7b699322-bde5-48f4-a985-5e6b3830974e .shg-sld-nav-button.shg-sld-left,
#s-7b699322-bde5-48f4-a985-5e6b3830974e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(235, 215, 166, 1);
}

.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-47138f34-4af3-4519-a8c9-ba41b1a15b29 {
  background-color: rgba(153, 130, 79, 1);
}

@media (min-width: 0px) {
[id="s-47138f34-4af3-4519-a8c9-ba41b1a15b29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47138f34-4af3-4519-a8c9-ba41b1a15b29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47138f34-4af3-4519-a8c9-ba41b1a15b29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47138f34-4af3-4519-a8c9-ba41b1a15b29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47138f34-4af3-4519-a8c9-ba41b1a15b29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47138f34-4af3-4519-a8c9-ba41b1a15b29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47138f34-4af3-4519-a8c9-ba41b1a15b29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-db05acf4-2f61-46c6-85a2-dee03f285f0f {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(153, 130, 79, 1);
}





  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image,
  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f {
    width: 100%;
    height: auto;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
    
    
  }


.s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shogun-image-content {
  
    align-items: center;
  
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image,
  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f {
    width: 100%;
    height: auto;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
    
    
  }


.s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shogun-image-content {
  
    align-items: center;
  
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
  box-sizing: border-box;
}

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



  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image,
  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f {
    width: 100%;
    height: auto;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
    
    
  }


.s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shogun-image-content {
  
    align-items: center;
  
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
  box-sizing: border-box;
}

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



  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image,
  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f {
    width: 100%;
    height: auto;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
    
    
  }


.s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shogun-image-content {
  
    align-items: center;
  
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
  box-sizing: border-box;
}

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



  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image,
  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f {
    width: 100%;
    height: auto;
  }

  #s-db05acf4-2f61-46c6-85a2-dee03f285f0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
    
    
  }


.s-db05acf4-2f61-46c6-85a2-dee03f285f0f .shogun-image-content {
  
    align-items: center;
  
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db05acf4-2f61-46c6-85a2-dee03f285f0f.shogun-image {
  box-sizing: border-box;
}

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

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

#s-069882af-2be8-482c-9db5-44836116e6f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(153, 130, 79, 1);
}

#s-069882af-2be8-482c-9db5-44836116e6f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Average";
  font-style:  normal ;
  font-size: 44px;
  
  
  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-2014eed5-b448-4614-bef5-1890962803d6 {
  background-color: rgba(153, 130, 79, 1);
}

.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-783be520-523c-4e25-9fa7-ba0ee84c849b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(100, 66, 33, 1);
text-align: left;
text-decoration: none;
}
#s-783be520-523c-4e25-9fa7-ba0ee84c849b:hover {background-color: rgba(148, 105, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-783be520-523c-4e25-9fa7-ba0ee84c849b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-783be520-523c-4e25-9fa7-ba0ee84c849b-root {
    text-align: left;
  }


#s-783be520-523c-4e25-9fa7-ba0ee84c849b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-783be520-523c-4e25-9fa7-ba0ee84c849b-root {
    text-align: left;
  }


#s-783be520-523c-4e25-9fa7-ba0ee84c849b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-783be520-523c-4e25-9fa7-ba0ee84c849b-root {
    text-align: left;
  }


#s-783be520-523c-4e25-9fa7-ba0ee84c849b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-783be520-523c-4e25-9fa7-ba0ee84c849b-root {
    text-align: left;
  }


#s-783be520-523c-4e25-9fa7-ba0ee84c849b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-783be520-523c-4e25-9fa7-ba0ee84c849b-root {
    text-align: left;
  }


#s-783be520-523c-4e25-9fa7-ba0ee84c849b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-e0e23275-8559-4908-9872-68bf6fa0f62c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center top;
}

#s-e0e23275-8559-4908-9872-68bf6fa0f62c {
  background-image: url(https://i.shgcdn.com/979ce22d-17e5-4c75-9c1c-aec4454a92c8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e0e23275-8559-4908-9872-68bf6fa0f62c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-e0e23275-8559-4908-9872-68bf6fa0f62c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-bcd67f63-eb58-4db1-8ee2-94a659d4a003 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-bcd67f63-eb58-4db1-8ee2-94a659d4a003 img.shogun-image {
    

    
    
    
  }


#s-bcd67f63-eb58-4db1-8ee2-94a659d4a003 .shogun-image-content {
  
    align-items: center;
  
}

#s-705c9c55-a87e-4eaf-ba7a-eb13f584eee2 {
  margin-top: -11px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-705c9c55-a87e-4eaf-ba7a-eb13f584eee2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Average";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-47279149-0470-46df-b72b-e5f226afbf55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-47279149-0470-46df-b72b-e5f226afbf55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47279149-0470-46df-b72b-e5f226afbf55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47279149-0470-46df-b72b-e5f226afbf55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d41b1a6-79e3-4b6c-9b98-932060d21869 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 215, 166, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 215, 166, 1);
background-position: right undefined;
}
#s-8d41b1a6-79e3-4b6c-9b98-932060d21869:hover {background-color: rgba(235, 215, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(61, 87, 102, 1) !important;}#s-8d41b1a6-79e3-4b6c-9b98-932060d21869:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d41b1a6-79e3-4b6c-9b98-932060d21869-root {
    text-align: right;
  }


#s-8d41b1a6-79e3-4b6c-9b98-932060d21869.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d41b1a6-79e3-4b6c-9b98-932060d21869-root {
    text-align: right;
  }


#s-8d41b1a6-79e3-4b6c-9b98-932060d21869.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d41b1a6-79e3-4b6c-9b98-932060d21869-root {
    text-align: right;
  }


#s-8d41b1a6-79e3-4b6c-9b98-932060d21869.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d41b1a6-79e3-4b6c-9b98-932060d21869-root {
    text-align: right;
  }


#s-8d41b1a6-79e3-4b6c-9b98-932060d21869.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d41b1a6-79e3-4b6c-9b98-932060d21869-root {
    text-align: right;
  }


#s-8d41b1a6-79e3-4b6c-9b98-932060d21869.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-14873736-4fae-4ee1-a338-eab5af63e53f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 215, 166, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 215, 166, 1);
background-position: left undefined;
}
#s-14873736-4fae-4ee1-a338-eab5af63e53f:hover {background-color: rgba(235, 215, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(61, 87, 102, 1) !important;}#s-14873736-4fae-4ee1-a338-eab5af63e53f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14873736-4fae-4ee1-a338-eab5af63e53f-root {
    text-align: left;
  }


#s-14873736-4fae-4ee1-a338-eab5af63e53f.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14873736-4fae-4ee1-a338-eab5af63e53f-root {
    text-align: left;
  }


#s-14873736-4fae-4ee1-a338-eab5af63e53f.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14873736-4fae-4ee1-a338-eab5af63e53f-root {
    text-align: left;
  }


#s-14873736-4fae-4ee1-a338-eab5af63e53f.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14873736-4fae-4ee1-a338-eab5af63e53f-root {
    text-align: left;
  }


#s-14873736-4fae-4ee1-a338-eab5af63e53f.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14873736-4fae-4ee1-a338-eab5af63e53f-root {
    text-align: left;
  }


#s-14873736-4fae-4ee1-a338-eab5af63e53f.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-abd5cee7-2884-4b9c-ab9d-33e466b75d2e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 500px;
background-position: center top;
}

#s-abd5cee7-2884-4b9c-ab9d-33e466b75d2e {
  background-image: url(https://i.shgcdn.com/7f93b35b-1a6d-46ee-87e4-6d4d0ea54487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-abd5cee7-2884-4b9c-ab9d-33e466b75d2e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-abd5cee7-2884-4b9c-ab9d-33e466b75d2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f623aa23-c2bb-4e37-843a-ddb110fef95d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-f623aa23-c2bb-4e37-843a-ddb110fef95d img.shogun-image {
    

    
    
    
  }


#s-f623aa23-c2bb-4e37-843a-ddb110fef95d .shogun-image-content {
  
    align-items: center;
  
}

#s-351101e8-e1ed-4b97-bbb6-a6b076266ffd {
  margin-top: -11px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-351101e8-e1ed-4b97-bbb6-a6b076266ffd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Hefty";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-44059d21-c7bb-4736-a132-0b4012e7c1e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-44059d21-c7bb-4736-a132-0b4012e7c1e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44059d21-c7bb-4736-a132-0b4012e7c1e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44059d21-c7bb-4736-a132-0b4012e7c1e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e898459e-18aa-4cf2-b9de-afbbb8324009 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 215, 166, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 215, 166, 1);
background-position: right undefined;
}
#s-e898459e-18aa-4cf2-b9de-afbbb8324009:hover {background-color: rgba(235, 215, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(61, 87, 102, 1) !important;}#s-e898459e-18aa-4cf2-b9de-afbbb8324009:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e898459e-18aa-4cf2-b9de-afbbb8324009-root {
    text-align: right;
  }


#s-e898459e-18aa-4cf2-b9de-afbbb8324009.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e898459e-18aa-4cf2-b9de-afbbb8324009-root {
    text-align: right;
  }


#s-e898459e-18aa-4cf2-b9de-afbbb8324009.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e898459e-18aa-4cf2-b9de-afbbb8324009-root {
    text-align: right;
  }


#s-e898459e-18aa-4cf2-b9de-afbbb8324009.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e898459e-18aa-4cf2-b9de-afbbb8324009-root {
    text-align: right;
  }


#s-e898459e-18aa-4cf2-b9de-afbbb8324009.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e898459e-18aa-4cf2-b9de-afbbb8324009-root {
    text-align: right;
  }


#s-e898459e-18aa-4cf2-b9de-afbbb8324009.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-530383ba-df00-43ed-8ca4-97aeb3332bcb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 215, 166, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 215, 166, 1);
background-position: left undefined;
}
#s-530383ba-df00-43ed-8ca4-97aeb3332bcb:hover {background-color: rgba(235, 215, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(61, 87, 102, 1) !important;}#s-530383ba-df00-43ed-8ca4-97aeb3332bcb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-530383ba-df00-43ed-8ca4-97aeb3332bcb-root {
    text-align: left;
  }


#s-530383ba-df00-43ed-8ca4-97aeb3332bcb.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-530383ba-df00-43ed-8ca4-97aeb3332bcb-root {
    text-align: left;
  }


#s-530383ba-df00-43ed-8ca4-97aeb3332bcb.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-530383ba-df00-43ed-8ca4-97aeb3332bcb-root {
    text-align: left;
  }


#s-530383ba-df00-43ed-8ca4-97aeb3332bcb.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-530383ba-df00-43ed-8ca4-97aeb3332bcb-root {
    text-align: left;
  }


#s-530383ba-df00-43ed-8ca4-97aeb3332bcb.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-530383ba-df00-43ed-8ca4-97aeb3332bcb-root {
    text-align: left;
  }


#s-530383ba-df00-43ed-8ca4-97aeb3332bcb.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-c44f93c5-9662-4fb1-99a4-686e060fde3b {
  min-height: 31px;
background-color: rgba(240, 234, 217, 1);
}








#s-c44f93c5-9662-4fb1-99a4-686e060fde3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c44f93c5-9662-4fb1-99a4-686e060fde3b {
  cursor: pointer;
}#s-c44f93c5-9662-4fb1-99a4-686e060fde3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0cfb249-3f55-43e7-9d3b-5b391e174f25 {
  min-height: 50px;
}








#s-b0cfb249-3f55-43e7-9d3b-5b391e174f25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0cfb249-3f55-43e7-9d3b-5b391e174f25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-cdb315b5-2610-41b0-9ea4-a8d9bceecdf3 hr {
  border-top: 2px solid #ddd;
}

#s-2d692963-af55-404e-8ee8-7c6d14af4c83 {
  min-height: 50px;
}








#s-2d692963-af55-404e-8ee8-7c6d14af4c83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d692963-af55-404e-8ee8-7c6d14af4c83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f {
  max-width: 2000px;
aspect-ratio: 2000/1000;
text-align: center;
}





  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image,
  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f {
    width: 100%;
    height: auto;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
    
    
  }


.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shogun-image-content {
  
    align-items: center;
  
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image,
  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f {
    width: 100%;
    height: auto;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
    
    
  }


.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shogun-image-content {
  
    align-items: center;
  
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
  box-sizing: border-box;
}

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



  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image,
  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f {
    width: 100%;
    height: auto;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
    
    
  }


.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shogun-image-content {
  
    align-items: center;
  
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
  box-sizing: border-box;
}

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



  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image,
  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f {
    width: 100%;
    height: auto;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
    
    
  }


.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shogun-image-content {
  
    align-items: center;
  
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
  box-sizing: border-box;
}

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



  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image,
  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f {
    width: 100%;
    height: auto;
  }

  #s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
    
    
  }


.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f .shogun-image-content {
  
    align-items: center;
  
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7803d446-dc9d-42b5-84ab-6a2ed1e1988f.shogun-image {
  box-sizing: border-box;
}

}
#s-637a0551-0425-49d9-9aee-28d567b5b094 {
  min-height: 50px;
background-color: rgba(240, 234, 217, 1);
}








#s-637a0551-0425-49d9-9aee-28d567b5b094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-637a0551-0425-49d9-9aee-28d567b5b094.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20ebec7e-ff4d-4eff-9639-4501ece93b02 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: right center;
}








#s-20ebec7e-ff4d-4eff-9639-4501ece93b02 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-20ebec7e-ff4d-4eff-9639-4501ece93b02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ad4107c-6bc7-4c30-b799-180470a27460 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-7ad4107c-6bc7-4c30-b799-180470a27460 img.shogun-image {
    

    
    
    
  }


#s-7ad4107c-6bc7-4c30-b799-180470a27460 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ecffee9-b952-404e-9c2f-e5c79cdf4807 {
  margin-top: -11px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ecffee9-b952-404e-9c2f-e5c79cdf4807 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Hefty";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-efe3747c-8d4f-4120-9891-d2df116707f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-efe3747c-8d4f-4120-9891-d2df116707f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efe3747c-8d4f-4120-9891-d2df116707f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efe3747c-8d4f-4120-9891-d2df116707f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd758d27-e835-4583-88bd-02b5c2ce02f4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 215, 166, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 215, 166, 1);
background-position: right undefined;
}
#s-dd758d27-e835-4583-88bd-02b5c2ce02f4:hover {background-color: rgba(235, 215, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(61, 87, 102, 1) !important;}#s-dd758d27-e835-4583-88bd-02b5c2ce02f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd758d27-e835-4583-88bd-02b5c2ce02f4-root {
    text-align: right;
  }


#s-dd758d27-e835-4583-88bd-02b5c2ce02f4.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd758d27-e835-4583-88bd-02b5c2ce02f4-root {
    text-align: right;
  }


#s-dd758d27-e835-4583-88bd-02b5c2ce02f4.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd758d27-e835-4583-88bd-02b5c2ce02f4-root {
    text-align: right;
  }


#s-dd758d27-e835-4583-88bd-02b5c2ce02f4.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd758d27-e835-4583-88bd-02b5c2ce02f4-root {
    text-align: right;
  }


#s-dd758d27-e835-4583-88bd-02b5c2ce02f4.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd758d27-e835-4583-88bd-02b5c2ce02f4-root {
    text-align: right;
  }


#s-dd758d27-e835-4583-88bd-02b5c2ce02f4.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-dfcab512-6f5f-4584-a077-b13ac87585f8 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 215, 166, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 215, 166, 1);
background-position: left undefined;
}
#s-dfcab512-6f5f-4584-a077-b13ac87585f8:hover {background-color: rgba(235, 215, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(61, 87, 102, 1) !important;}#s-dfcab512-6f5f-4584-a077-b13ac87585f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfcab512-6f5f-4584-a077-b13ac87585f8-root {
    text-align: left;
  }


#s-dfcab512-6f5f-4584-a077-b13ac87585f8.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfcab512-6f5f-4584-a077-b13ac87585f8-root {
    text-align: left;
  }


#s-dfcab512-6f5f-4584-a077-b13ac87585f8.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfcab512-6f5f-4584-a077-b13ac87585f8-root {
    text-align: left;
  }


#s-dfcab512-6f5f-4584-a077-b13ac87585f8.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfcab512-6f5f-4584-a077-b13ac87585f8-root {
    text-align: left;
  }


#s-dfcab512-6f5f-4584-a077-b13ac87585f8.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfcab512-6f5f-4584-a077-b13ac87585f8-root {
    text-align: left;
  }


#s-dfcab512-6f5f-4584-a077-b13ac87585f8.shg-btn {
  color: rgba(235, 215, 166, 1);
  
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-8c70c9be-25c4-445f-8db4-f0a064abea7c {
  background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 52px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(240, 234, 217, 1);
}








#s-8c70c9be-25c4-445f-8db4-f0a064abea7c > .shg-box-overlay {
  background-color: rgba(240, 234, 217, 1);
  opacity: 1;
}#s-8c70c9be-25c4-445f-8db4-f0a064abea7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34f09786-1ead-494c-bdf2-50bd654c365e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: -23px;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(61, 87, 102, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-34f09786-1ead-494c-bdf2-50bd654c365e {
  display: none;
}
#s-34f09786-1ead-494c-bdf2-50bd654c365e, #wrap-s-34f09786-1ead-494c-bdf2-50bd654c365e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34f09786-1ead-494c-bdf2-50bd654c365e {
  display: none;
}
#s-34f09786-1ead-494c-bdf2-50bd654c365e, #wrap-s-34f09786-1ead-494c-bdf2-50bd654c365e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34f09786-1ead-494c-bdf2-50bd654c365e {
  display: none;
}
#s-34f09786-1ead-494c-bdf2-50bd654c365e, #wrap-s-34f09786-1ead-494c-bdf2-50bd654c365e { display:none !important; }}@media (max-width: 767px){#s-34f09786-1ead-494c-bdf2-50bd654c365e {
  display: none;
}
#s-34f09786-1ead-494c-bdf2-50bd654c365e, #wrap-s-34f09786-1ead-494c-bdf2-50bd654c365e { display:none !important; }}
#s-34f09786-1ead-494c-bdf2-50bd654c365e .shogun-heading-component h1 {
  color: rgba(61, 87, 102, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Hefty";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 2px;
  
}



#s-dccc121f-0852-483c-9f4a-469d2725710d {
  padding-left: 36%;
padding-right: 36%;
}
@media (min-width: 1200px){#s-dccc121f-0852-483c-9f4a-469d2725710d {
  display: none;
}
#s-dccc121f-0852-483c-9f4a-469d2725710d, #wrap-s-dccc121f-0852-483c-9f4a-469d2725710d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dccc121f-0852-483c-9f4a-469d2725710d {
  display: none;
}
#s-dccc121f-0852-483c-9f4a-469d2725710d, #wrap-s-dccc121f-0852-483c-9f4a-469d2725710d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dccc121f-0852-483c-9f4a-469d2725710d {
  display: none;
}
#s-dccc121f-0852-483c-9f4a-469d2725710d, #wrap-s-dccc121f-0852-483c-9f4a-469d2725710d { display:none !important; }}@media (max-width: 767px){#s-dccc121f-0852-483c-9f4a-469d2725710d {
  display: none;
}
#s-dccc121f-0852-483c-9f4a-469d2725710d, #wrap-s-dccc121f-0852-483c-9f4a-469d2725710d { display:none !important; }}
#s-dccc121f-0852-483c-9f4a-469d2725710d hr {
  border-top: 5px solid rgba(61, 87, 102, 1);
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-048221fc-e91a-4aeb-baa3-a362767053c0 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-048221fc-e91a-4aeb-baa3-a362767053c0 {
  padding-top: 4%;
padding-bottom: 4%;
display: none;
}
#s-048221fc-e91a-4aeb-baa3-a362767053c0, #wrap-s-048221fc-e91a-4aeb-baa3-a362767053c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-048221fc-e91a-4aeb-baa3-a362767053c0 {
  display: none;
}
#s-048221fc-e91a-4aeb-baa3-a362767053c0, #wrap-s-048221fc-e91a-4aeb-baa3-a362767053c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-048221fc-e91a-4aeb-baa3-a362767053c0 {
  display: none;
}
#s-048221fc-e91a-4aeb-baa3-a362767053c0, #wrap-s-048221fc-e91a-4aeb-baa3-a362767053c0 { display:none !important; }}@media (max-width: 767px){#s-048221fc-e91a-4aeb-baa3-a362767053c0 {
  display: none;
}
#s-048221fc-e91a-4aeb-baa3-a362767053c0, #wrap-s-048221fc-e91a-4aeb-baa3-a362767053c0 { display:none !important; }}

  #s-048221fc-e91a-4aeb-baa3-a362767053c0 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(240, 234, 217, 1);
    border: 5px solid rgba(61, 87, 102, 1);
  }
  #s-048221fc-e91a-4aeb-baa3-a362767053c0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(61, 87, 102, 1);
    border: 5px solid rgba(61, 87, 102, 1);
  }
#s-048221fc-e91a-4aeb-baa3-a362767053c0 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(61, 87, 102, 1);
  font-family: acumin-pro;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-048221fc-e91a-4aeb-baa3-a362767053c0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(235, 215, 166, 1);
}

#s-048221fc-e91a-4aeb-baa3-a362767053c0 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 5px);
  left: 5px;
  bottom: -5px;
  height: 5px;
  background: rgba(61, 87, 102, 1);
}

#s-048221fc-e91a-4aeb-baa3-a362767053c0 .shogun-tabs-body {
  margin-top: -5px;
  border-top: 5px solid rgba(61, 87, 102, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-3ad1849a-ea92-4417-b442-1b6c25d7d088 {
  text-align: left;
}



.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ad1849a-ea92-4417-b442-1b6c25d7d088 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-0f7a8145-edb1-4241-bb4e-fb26dad2e52d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f7a8145-edb1-4241-bb4e-fb26dad2e52d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0d55df93-41d9-4eaa-a098-8ca80f7c4508 {
  text-align: center;
}

#s-0d55df93-41d9-4eaa-a098-8ca80f7c4508 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0d55df93-41d9-4eaa-a098-8ca80f7c4508 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0d55df93-41d9-4eaa-a098-8ca80f7c4508 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

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

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

#s-a7dd77e9-846f-4571-98d3-a4d7e6942a9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a7dd77e9-846f-4571-98d3-a4d7e6942a9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7dd77e9-846f-4571-98d3-a4d7e6942a9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7dd77e9-846f-4571-98d3-a4d7e6942a9b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7dd77e9-846f-4571-98d3-a4d7e6942a9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7dd77e9-846f-4571-98d3-a4d7e6942a9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7dd77e9-846f-4571-98d3-a4d7e6942a9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 {
  text-align: left;
}



.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2996415-41ca-4df0-b166-e3ecc23fbe38 img.shogun-image {
  width: 100%;
}



}
#s-8bdd1dc3-8a34-4786-9038-02552cc4c2c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bdd1dc3-8a34-4786-9038-02552cc4c2c7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-744545d8-45fb-4852-b43b-8cd36ede12f4 {
  text-align: center;
}

#s-744545d8-45fb-4852-b43b-8cd36ede12f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-744545d8-45fb-4852-b43b-8cd36ede12f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-744545d8-45fb-4852-b43b-8cd36ede12f4 .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-df46b63e-119a-43fc-b8d9-77fe55a6a7b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-df46b63e-119a-43fc-b8d9-77fe55a6a7b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df46b63e-119a-43fc-b8d9-77fe55a6a7b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df46b63e-119a-43fc-b8d9-77fe55a6a7b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df46b63e-119a-43fc-b8d9-77fe55a6a7b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df46b63e-119a-43fc-b8d9-77fe55a6a7b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df46b63e-119a-43fc-b8d9-77fe55a6a7b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a29923d-37f4-4e81-844f-a3185437bcbe {
  text-align: left;
}



.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a29923d-37f4-4e81-844f-a3185437bcbe img.shogun-image {
  width: 100%;
}



}
#s-7284836e-7f4f-4363-96af-3bb66c11ea5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7284836e-7f4f-4363-96af-3bb66c11ea5d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-15c646ba-e4c4-4b88-b484-137158d7f6ec {
  text-align: center;
}

#s-15c646ba-e4c4-4b88-b484-137158d7f6ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-15c646ba-e4c4-4b88-b484-137158d7f6ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-15c646ba-e4c4-4b88-b484-137158d7f6ec .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-c2421c18-a8ed-4377-b5e8-06133dd7ccb5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c2421c18-a8ed-4377-b5e8-06133dd7ccb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2421c18-a8ed-4377-b5e8-06133dd7ccb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2421c18-a8ed-4377-b5e8-06133dd7ccb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2421c18-a8ed-4377-b5e8-06133dd7ccb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2421c18-a8ed-4377-b5e8-06133dd7ccb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2421c18-a8ed-4377-b5e8-06133dd7ccb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb {
  text-align: center;
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb {
  max-width:  100%;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom,
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb {
  max-width:  100%;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom,
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb {
  max-width:  100%;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom,
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb {
  max-width:  100%;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom,
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb {
  max-width:  100%;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom,
.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-212cc5b3-eac6-4bb6-b054-55023fa8aabb img.shogun-image {
  width: 100%;
}



}
#s-a9ff0585-8549-4271-b646-b42871bd27c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9ff0585-8549-4271-b646-b42871bd27c6 .shogun-heading-component h1 {
  color: rgba(107, 76, 60, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Lean";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-a9ff0585-8549-4271-b646-b42871bd27c6 .shogun-heading-component h1 a {
  color: rgba(107, 76, 60, 1);
}


#s-dcdec5aa-c0ff-4251-ba73-ba48db0f5bfb {
  text-align: center;
}

#s-dcdec5aa-c0ff-4251-ba73-ba48db0f5bfb .shg-product-sold-out {
  display: none;
  color: rgba(154, 130, 78, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
}

#s-dcdec5aa-c0ff-4251-ba73-ba48db0f5bfb .shg-product-price {
  color: rgba(154, 130, 78, 1);
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
  font-size: 16px;
}

#s-dcdec5aa-c0ff-4251-ba73-ba48db0f5bfb .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-0a24c236-0666-40f3-a06d-9f70e6b457ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(61, 87, 102, 1);
text-align: center;
cursor: pointer;
}
#s-0a24c236-0666-40f3-a06d-9f70e6b457ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a24c236-0666-40f3-a06d-9f70e6b457ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a24c236-0666-40f3-a06d-9f70e6b457ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a24c236-0666-40f3-a06d-9f70e6b457ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a24c236-0666-40f3-a06d-9f70e6b457ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}

#s-0a24c236-0666-40f3-a06d-9f70e6b457ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-108a520c-2f5d-4c87-af56-f869a65ad548 {
  text-align: center;
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 {
  max-width:  100%;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom,
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 {
  max-width:  100%;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom,
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 {
  max-width:  100%;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom,
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 {
  max-width:  100%;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom,
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 {
  max-width:  100%;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom,
.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-108a520c-2f5d-4c87-af56-f869a65ad548 img.shogun-image {
  width: 100%;
}



}
#s-f18cbc20-395a-457f-85b2-8fbd69fd61f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f18cbc20-395a-457f-85b2-8fbd69fd61f9 .shogun-heading-component h1 {
  color: rgba(107, 76, 60, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Lean";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-f18cbc20-395a-457f-85b2-8fbd69fd61f9 .shogun-heading-component h1 a {
  color: rgba(107, 76, 60, 1);
}


#s-b1d9db8c-a59b-405d-b4a8-e6d3f93de796 {
  text-align: center;
}

#s-b1d9db8c-a59b-405d-b4a8-e6d3f93de796 .shg-product-sold-out {
  display: none;
  color: rgba(154, 130, 78, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
}

#s-b1d9db8c-a59b-405d-b4a8-e6d3f93de796 .shg-product-price {
  color: rgba(154, 130, 78, 1);
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
  font-size: 16px;
}

#s-b1d9db8c-a59b-405d-b4a8-e6d3f93de796 .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-a4bd78ae-8ce6-47da-8da1-2dbe44555ae8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(61, 87, 102, 1);
text-align: center;
cursor: pointer;
}
#s-a4bd78ae-8ce6-47da-8da1-2dbe44555ae8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4bd78ae-8ce6-47da-8da1-2dbe44555ae8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a4bd78ae-8ce6-47da-8da1-2dbe44555ae8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4bd78ae-8ce6-47da-8da1-2dbe44555ae8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4bd78ae-8ce6-47da-8da1-2dbe44555ae8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}

#s-a4bd78ae-8ce6-47da-8da1-2dbe44555ae8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5a0195d2-9c56-427f-bfc9-a94440348353 {
  text-align: center;
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 {
  max-width:  100%;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom,
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 {
  max-width:  100%;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom,
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 {
  max-width:  100%;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom,
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 {
  max-width:  100%;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom,
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 {
  max-width:  100%;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom,
.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a0195d2-9c56-427f-bfc9-a94440348353 img.shogun-image {
  width: 100%;
}



}
#s-aa8226d4-c098-471e-ac2a-9730170a5216 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa8226d4-c098-471e-ac2a-9730170a5216 .shogun-heading-component h1 {
  color: rgba(107, 76, 60, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Lean";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-aa8226d4-c098-471e-ac2a-9730170a5216 .shogun-heading-component h1 a {
  color: rgba(107, 76, 60, 1);
}


#s-81f94f70-8291-4d25-825b-0176513344a6 {
  text-align: center;
}

#s-81f94f70-8291-4d25-825b-0176513344a6 .shg-product-sold-out {
  display: none;
  color: rgba(154, 130, 78, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
}

#s-81f94f70-8291-4d25-825b-0176513344a6 .shg-product-price {
  color: rgba(154, 130, 78, 1);
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
  font-size: 16px;
}

#s-81f94f70-8291-4d25-825b-0176513344a6 .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-c7be7bc2-d23a-4b74-8520-d1d395475a40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(62, 87, 101, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c7be7bc2-d23a-4b74-8520-d1d395475a40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7be7bc2-d23a-4b74-8520-d1d395475a40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7be7bc2-d23a-4b74-8520-d1d395475a40 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7be7bc2-d23a-4b74-8520-d1d395475a40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7be7bc2-d23a-4b74-8520-d1d395475a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}

#s-c7be7bc2-d23a-4b74-8520-d1d395475a40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc {
  text-align: center;
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc {
  max-width:  100%;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom,
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc {
  max-width:  100%;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom,
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc {
  max-width:  100%;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom,
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc {
  max-width:  100%;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom,
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc {
  max-width:  100%;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom,
.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c8c81c-c18b-4c76-9f3b-eadb0ae3ffbc img.shogun-image {
  width: 100%;
}



}
#s-64592ac8-b3ee-4042-99c3-571b39203bee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64592ac8-b3ee-4042-99c3-571b39203bee .shogun-heading-component h1 {
  color: rgba(107, 76, 60, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Lean";
  font-style:  normal ;
  
  
  letter-spacing: 1px;
  
}


#s-64592ac8-b3ee-4042-99c3-571b39203bee .shogun-heading-component h1 a {
  color: rgba(107, 76, 60, 1);
}


#s-618b74d9-f6fd-47d1-8e18-ba5f4c352297 {
  text-align: center;
}

#s-618b74d9-f6fd-47d1-8e18-ba5f4c352297 .shg-product-sold-out {
  display: none;
  color: rgba(154, 130, 78, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
}

#s-618b74d9-f6fd-47d1-8e18-ba5f4c352297 .shg-product-price {
  color: rgba(154, 130, 78, 1);
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
  font-size: 16px;
}

#s-618b74d9-f6fd-47d1-8e18-ba5f4c352297 .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-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(61, 87, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff:hover {background-color: rgba(107, 76, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff-root {
    text-align: center;
  }


#s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff-root {
    text-align: center;
  }


#s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff-root {
    text-align: center;
  }


#s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff-root {
    text-align: center;
  }


#s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff-root {
    text-align: center;
  }


#s-c7fb9ea6-b83b-4171-b779-3d618fb4d1ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-bb286a50-058d-4e57-a861-572fa3c15881 {
  text-align: center;
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 {
  max-width:  100%;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom,
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 {
  max-width:  100%;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom,
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 {
  max-width:  100%;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom,
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 {
  max-width:  100%;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom,
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 {
  max-width:  100%;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom,
.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  max-width: 188px !important;
  
}

.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb286a50-058d-4e57-a861-572fa3c15881 img.shogun-image {
  width: 100%;
}



}
#s-7a70cb63-55b8-4df0-88dd-0aad2a52112f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a70cb63-55b8-4df0-88dd-0aad2a52112f .shogun-heading-component h1 {
  color: rgba(107, 76, 60, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Lean";
  font-style:  normal ;
  
  
  letter-spacing: 1px;
  
}


#s-7a70cb63-55b8-4df0-88dd-0aad2a52112f .shogun-heading-component h1 a {
  color: rgba(107, 76, 60, 1);
}


#s-71ef8eb3-2610-41b8-a794-a867c881c90b {
  text-align: center;
}

#s-71ef8eb3-2610-41b8-a794-a867c881c90b .shg-product-sold-out {
  display: none;
  color: rgba(154, 130, 78, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
}

#s-71ef8eb3-2610-41b8-a794-a867c881c90b .shg-product-price {
  color: rgba(154, 130, 78, 1);
  font-weight:   ;
  font-family: TrimPoster-Lean;
  font-style:  normal ;
  font-size: 16px;
}

#s-71ef8eb3-2610-41b8-a794-a867c881c90b .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-07d34824-e49f-477f-91e7-fcac67750fd7 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(61, 87, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-07d34824-e49f-477f-91e7-fcac67750fd7:hover {background-color: rgba(107, 76, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07d34824-e49f-477f-91e7-fcac67750fd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07d34824-e49f-477f-91e7-fcac67750fd7-root {
    text-align: center;
  }


#s-07d34824-e49f-477f-91e7-fcac67750fd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07d34824-e49f-477f-91e7-fcac67750fd7-root {
    text-align: center;
  }


#s-07d34824-e49f-477f-91e7-fcac67750fd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07d34824-e49f-477f-91e7-fcac67750fd7-root {
    text-align: center;
  }


#s-07d34824-e49f-477f-91e7-fcac67750fd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07d34824-e49f-477f-91e7-fcac67750fd7-root {
    text-align: center;
  }


#s-07d34824-e49f-477f-91e7-fcac67750fd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07d34824-e49f-477f-91e7-fcac67750fd7-root {
    text-align: center;
  }


#s-07d34824-e49f-477f-91e7-fcac67750fd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: acumin-pro;
  display:  inline-block ;
}
}
#s-a877aa1c-2569-4c7b-b42f-f59e9c3aae02 {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: -10px;
padding-top: 40px;
padding-left: 25%;
padding-right: 25%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(61, 87, 102, 1);
border-style: solid;
text-align: center;
background-color: rgba(240, 234, 217, 1);
}

#s-a877aa1c-2569-4c7b-b42f-f59e9c3aae02 .shogun-heading-component h1 {
  color: rgba(61, 87, 102, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Hefty";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 2px;
  
}



#s-ad1000a0-02d9-45f6-91ca-7b6023ab663a {
  min-height: 50px;
background-color: rgba(240, 234, 217, 1);
}








#s-ad1000a0-02d9-45f6-91ca-7b6023ab663a > .shg-box-overlay {
  background-color: rgba(240, 234, 217, 0);
  opacity: 0;
}#s-ad1000a0-02d9-45f6-91ca-7b6023ab663a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78960593-ac7d-430f-8e21-e98d3d9c24da {
  padding-top: 0px;
padding-left: 40%;
padding-bottom: 0px;
padding-right: 40%;
}

#s-78960593-ac7d-430f-8e21-e98d3d9c24da hr {
  border-top: 5px solid rgba(61, 87, 102, 1);
}

#s-9604cdfb-7e87-428b-9f0d-7b2653dd5a92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
}

#s-9604cdfb-7e87-428b-9f0d-7b2653dd5a92 .shg-sld-dot {
  background-color: rgba(186, 97, 69, 1);
}

#s-9604cdfb-7e87-428b-9f0d-7b2653dd5a92 .shg-sld-nav-button.shg-sld-left,
#s-9604cdfb-7e87-428b-9f0d-7b2653dd5a92 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(186, 97, 69, 1);
}

#s-ec9719fa-7061-4a31-8631-dbfa0993ff39 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-ec9719fa-7061-4a31-8631-dbfa0993ff39 img.shogun-image {
    

    
    
    
  }


#s-ec9719fa-7061-4a31-8631-dbfa0993ff39 .shogun-image-content {
  
    align-items: center;
  
}

#s-cded515b-e450-4a53-bfc2-e4082038ef8d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-cded515b-e450-4a53-bfc2-e4082038ef8d img.shogun-image {
    

    
    
    
  }


#s-cded515b-e450-4a53-bfc2-e4082038ef8d .shogun-image-content {
  
    align-items: center;
  
}

#s-dd83c796-dec9-4a48-9b7d-53d85dc86706 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-dd83c796-dec9-4a48-9b7d-53d85dc86706 img.shogun-image {
    

    
    
    
  }


#s-dd83c796-dec9-4a48-9b7d-53d85dc86706 .shogun-image-content {
  
    align-items: center;
  
}

#s-53ff3fd2-31ff-4ffd-8669-65c6c643479e {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-8eebab47-bd92-40e9-92db-b84a562afb01 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-bef8dafa-6dc0-4e6c-bde5-442b69a854a6 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-658f591d-f958-434d-85ca-5a4bd476d8ea {
  margin-left: 10%;
margin-right: 10%;
}

#s-b9190be1-95d9-43e9-b3c8-47f001de4dc6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-b5445474-f5cc-4ecb-8312-1f145ae7c11e {
  margin-left: 10%;
margin-right: 10%;
}

#s-a836de31-ee52-45b2-be31-690b0894a95e {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-058b3847-081c-4682-b96d-9e172b41d1ae {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-aba76829-dd92-41e4-8c93-50ccdea8efd9 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-f2c8217b-645e-4e73-b2c0-bde8e79d6137 {
  min-height: 50px;
background-color: rgba(240, 234, 217, 1);
}
@media (max-width: 767px){#s-f2c8217b-645e-4e73-b2c0-bde8e79d6137 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-f2c8217b-645e-4e73-b2c0-bde8e79d6137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c8217b-645e-4e73-b2c0-bde8e79d6137.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec067e3-3107-4ed2-8388-f49a4d21df3a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 50px;
margin-bottom: -23px;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(61, 87, 102, 1);
border-style: solid;
text-align: center;
background-color: rgba(240, 234, 217, 1);
}
@media (max-width: 767px){#s-fec067e3-3107-4ed2-8388-f49a4d21df3a {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-fec067e3-3107-4ed2-8388-f49a4d21df3a .shogun-heading-component h1 {
  color: rgba(61, 87, 102, 1);
  font-weight:  normal ;
  font-family: "TrimPoster-Hefty";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  
}



#s-4c32eecf-8e9f-4601-b33b-b0865714f5ce {
  margin-bottom: 50px;
padding-left: 35%;
padding-right: 35%;
}

#s-4c32eecf-8e9f-4601-b33b-b0865714f5ce hr {
  border-top: 5px solid rgba(61, 87, 102, 1);
}

#s-555edbfc-d25b-4bbd-abe9-6b0b77f1b82c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-555edbfc-d25b-4bbd-abe9-6b0b77f1b82c {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-555edbfc-d25b-4bbd-abe9-6b0b77f1b82c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-555edbfc-d25b-4bbd-abe9-6b0b77f1b82c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-555edbfc-d25b-4bbd-abe9-6b0b77f1b82c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-555edbfc-d25b-4bbd-abe9-6b0b77f1b82c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-555edbfc-d25b-4bbd-abe9-6b0b77f1b82c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0d8f99bb-a606-4dfe-a27d-7f52d6988dae hr {
  border-top: 2px solid #ddd;
}

#s-53018037-85e1-42d1-854b-04b282c0161d {
  text-align: center;
}







  #s-53018037-85e1-42d1-854b-04b282c0161d img.shogun-image {
    

    
    
    
  }


#s-53018037-85e1-42d1-854b-04b282c0161d .shogun-image-content {
  
    align-items: center;
  
}

#s-b77d2268-2273-4a69-abae-bc9830830074 hr {
  border-top: 2px solid #ddd;
}

#s-961ac83c-a979-4e5e-a4d2-1d5ccf96ec1c {
  background-image: url(https://i.shgcdn.com/6a61bffa-3787-4dd0-8516-56e02cb1980f/);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
opacity: 1;
}

#s-553d66b2-3cf8-4834-b96c-76fc883ec5fd {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-553d66b2-3cf8-4834-b96c-76fc883ec5fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-553d66b2-3cf8-4834-b96c-76fc883ec5fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-553d66b2-3cf8-4834-b96c-76fc883ec5fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-553d66b2-3cf8-4834-b96c-76fc883ec5fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-0409665a-2e23-4e25-997c-dcb0aa4e3a36 {
  background-image: url(https://i.shgcdn.com/6a61bffa-3787-4dd0-8516-56e02cb1980f/);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
opacity: 1;
}

#s-1b9ebfda-a09e-44f0-9ede-860ef2345a42 hr {
  border-top: 2px solid #ddd;
}

#s-db0ca0fc-874c-4b4a-9d76-b6e3a74022c4 {
  max-width: 663px;
aspect-ratio: 663/556;
text-align: center;
}





  #s-db0ca0fc-874c-4b4a-9d76-b6e3a74022c4 img.shogun-image,
  #s-db0ca0fc-874c-4b4a-9d76-b6e3a74022c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db0ca0fc-874c-4b4a-9d76-b6e3a74022c4 {
    width: 100%;
    height: auto;
  }



  #s-db0ca0fc-874c-4b4a-9d76-b6e3a74022c4 img.shogun-image {
    

    
    
    
  }


#s-db0ca0fc-874c-4b4a-9d76-b6e3a74022c4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-680585be-fd10-4300-926a-0ddfea083e56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-680585be-fd10-4300-926a-0ddfea083e56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-680585be-fd10-4300-926a-0ddfea083e56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-680585be-fd10-4300-926a-0ddfea083e56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-fe5be707-758b-4eda-b089-f555c19c1115 {
  text-align: center;
}







  img.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
    
    
  }


.s-fe5be707-758b-4eda-b089-f555c19c1115 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
    
    
  }


.s-fe5be707-758b-4eda-b089-f555c19c1115 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
    
    
  }


.s-fe5be707-758b-4eda-b089-f555c19c1115 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
    
    
  }


.s-fe5be707-758b-4eda-b089-f555c19c1115 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
    
    
  }


.s-fe5be707-758b-4eda-b089-f555c19c1115 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe5be707-758b-4eda-b089-f555c19c1115.shogun-image {
  box-sizing: border-box;
}

}
#s-7d447960-e593-48b3-a87e-4ddf67e14804 {
  text-align: center;
}







  img.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
    
    
  }


.s-7d447960-e593-48b3-a87e-4ddf67e14804 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
    
    
  }


.s-7d447960-e593-48b3-a87e-4ddf67e14804 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
    
    
  }


.s-7d447960-e593-48b3-a87e-4ddf67e14804 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
    
    
  }


.s-7d447960-e593-48b3-a87e-4ddf67e14804 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
    
    
  }


.s-7d447960-e593-48b3-a87e-4ddf67e14804 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d447960-e593-48b3-a87e-4ddf67e14804.shogun-image {
  box-sizing: border-box;
}

}
#s-bdb88af6-48a2-48a7-8c59-72cca5c407eb {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(186, 97, 69, 1);
}
@media (min-width: 1200px){#s-bdb88af6-48a2-48a7-8c59-72cca5c407eb {
  display: none;
}
#s-bdb88af6-48a2-48a7-8c59-72cca5c407eb, #wrap-s-bdb88af6-48a2-48a7-8c59-72cca5c407eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdb88af6-48a2-48a7-8c59-72cca5c407eb {
  display: none;
}
#s-bdb88af6-48a2-48a7-8c59-72cca5c407eb, #wrap-s-bdb88af6-48a2-48a7-8c59-72cca5c407eb { display:none !important; }}







#s-bdb88af6-48a2-48a7-8c59-72cca5c407eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb88af6-48a2-48a7-8c59-72cca5c407eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a32260b7-665a-484f-916e-174d07d6f56f {
  padding-top: 55px;
padding-bottom: 10px;
}

#s-3cdb8da6-2c03-4b6a-a280-136f09330562 {
  padding-left: 10%;
padding-right: 10%;
}

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

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

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

#s-366031ea-6ac3-4fc7-89c5-fc947dd19f23 {
  text-align: center;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}