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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-bb0afc5f-0dfb-4abd-b048-6764bc25158f {
  margin-top: 55px;
padding-top: 16px;
padding-bottom: 16px;
min-height: 50px;
background-color: rgba(241, 234, 228, 1);
}








#s-bb0afc5f-0dfb-4abd-b048-6764bc25158f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb0afc5f-0dfb-4abd-b048-6764bc25158f.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-ff322750-8ec9-4797-87f6-3f9149e2b42b {
  margin-top: -61px;
text-align: center;
}







  #s-ff322750-8ec9-4797-87f6-3f9149e2b42b img.shogun-image {
    

    
    
    
  }


#s-ff322750-8ec9-4797-87f6-3f9149e2b42b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-0cded163-742a-4211-b7b4-29fd990a13af {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-0cded163-742a-4211-b7b4-29fd990a13af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cded163-742a-4211-b7b4-29fd990a13af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0cded163-742a-4211-b7b4-29fd990a13af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cded163-742a-4211-b7b4-29fd990a13af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7d3c1f2a-aa33-4a8b-a27e-a3d2677a4e3f {
  margin-left: auto;
margin-right: auto;
}








#s-7d3c1f2a-aa33-4a8b-a27e-a3d2677a4e3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d3c1f2a-aa33-4a8b-a27e-a3d2677a4e3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-cb35e43b-6cd4-4882-bc4b-768aedeef070 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb35e43b-6cd4-4882-bc4b-768aedeef070 {
  margin-left: -10%;
margin-right: 0%;
}
}
#s-cb35e43b-6cd4-4882-bc4b-768aedeef070 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a89d8df0-443f-431b-91ae-769386471eec {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a89d8df0-443f-431b-91ae-769386471eec {
  margin-left: -10%;
}
}
#s-8d45df53-98a2-4417-8ada-c81566694278 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
text-align: center;
}







  #s-8d45df53-98a2-4417-8ada-c81566694278 img.shogun-image {
    

    
    
    
  }


#s-8d45df53-98a2-4417-8ada-c81566694278 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef19b112-6813-4152-87b6-a6dd93730a32 {
  min-height: 50px;
}








#s-ef19b112-6813-4152-87b6-a6dd93730a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef19b112-6813-4152-87b6-a6dd93730a32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ba36114-9b9c-4181-aeac-2e9f6a5386f8 {
  margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ba36114-9b9c-4181-aeac-2e9f6a5386f8 .shogun-heading-component h2 {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-be97f221-6f14-4aac-88e9-c3f8082ba193 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-be97f221-6f14-4aac-88e9-c3f8082ba193"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be97f221-6f14-4aac-88e9-c3f8082ba193"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be97f221-6f14-4aac-88e9-c3f8082ba193"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be97f221-6f14-4aac-88e9-c3f8082ba193"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8b1b9a6f-82c7-4de9-afce-56306d9ac371 {
  margin-left: 10%;
margin-right: 2%;
}

#s-f8bd9116-4398-4b53-8688-1cebc64c8e99 {
  margin-left: -5%;
margin-right: 10%;
}
@media (max-width: 767px){#s-f8bd9116-4398-4b53-8688-1cebc64c8e99 {
  margin-left: 10%;
margin-right: 2%;
}
}
#s-2e0d2880-6124-41a3-a1b2-2390e3d0982e {
  margin-top: 5px;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e0d2880-6124-41a3-a1b2-2390e3d0982e {
  margin-left: 42%;
margin-right: 42%;
}
}@media (max-width: 767px){#s-2e0d2880-6124-41a3-a1b2-2390e3d0982e {
  margin-left: 40%;
margin-right: 40%;
}
}






  #s-2e0d2880-6124-41a3-a1b2-2390e3d0982e img.shogun-image {
    

    
    
    
  }


#s-2e0d2880-6124-41a3-a1b2-2390e3d0982e .shogun-image-content {
  
    align-items: center;
  
}

#s-6e8b1c9a-1721-4c21-b728-e27014ca1db1 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-6e8b1c9a-1721-4c21-b728-e27014ca1db1 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-baaece0e-3c68-4226-9765-d367d62b005d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-baaece0e-3c68-4226-9765-d367d62b005d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baaece0e-3c68-4226-9765-d367d62b005d.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-f8ab4fd7-8ac7-4577-bab3-8770711bdcba {
  margin-top: 20px;
margin-left: 45%;
margin-bottom: 20px;
margin-right: 45%;
}

#s-f8ab4fd7-8ac7-4577-bab3-8770711bdcba hr {
  border-top: 2px solid #ddd;
}

#s-8fd94fdc-6f37-45eb-959f-9c9b70d9a791 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(241, 234, 228, 1);
}








#s-8fd94fdc-6f37-45eb-959f-9c9b70d9a791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd94fdc-6f37-45eb-959f-9c9b70d9a791.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aee8b61-29b8-4907-9870-23382fe8559f {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(241, 234, 228, 1);
}








#s-5aee8b61-29b8-4907-9870-23382fe8559f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aee8b61-29b8-4907-9870-23382fe8559f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2db282c6-b44c-44ea-9df4-1793a28eff00 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2db282c6-b44c-44ea-9df4-1793a28eff00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2db282c6-b44c-44ea-9df4-1793a28eff00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2db282c6-b44c-44ea-9df4-1793a28eff00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2db282c6-b44c-44ea-9df4-1793a28eff00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e672059d-ee60-4694-abe8-574a6f9367aa {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}







  #s-e672059d-ee60-4694-abe8-574a6f9367aa img.shogun-image {
    

    
    
    
  }


#s-e672059d-ee60-4694-abe8-574a6f9367aa .shogun-image-content {
  
    align-items: center;
  
}

#s-91fa553e-160e-44ab-b188-6265564dcc2d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91fa553e-160e-44ab-b188-6265564dcc2d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}



#s-904ab19a-aa34-4414-bd1f-031f4818108b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-904ab19a-aa34-4414-bd1f-031f4818108b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-904ab19a-aa34-4414-bd1f-031f4818108b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-904ab19a-aa34-4414-bd1f-031f4818108b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-904ab19a-aa34-4414-bd1f-031f4818108b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-904ab19a-aa34-4414-bd1f-031f4818108b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-904ab19a-aa34-4414-bd1f-031f4818108b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-904ab19a-aa34-4414-bd1f-031f4818108b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-f5ddf101-e90c-4327-b4b3-f0a02929ccf7 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-f5ddf101-e90c-4327-b4b3-f0a02929ccf7 img.shogun-image {
    

    
    
    
  }


#s-f5ddf101-e90c-4327-b4b3-f0a02929ccf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-94cc1aa0-79b5-4a4b-bc81-ade9006fbdbf {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-9f9d4185-bb72-464b-a334-be61df01770d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9f9d4185-bb72-464b-a334-be61df01770d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f9d4185-bb72-464b-a334-be61df01770d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f9d4185-bb72-464b-a334-be61df01770d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9f9d4185-bb72-464b-a334-be61df01770d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f9d4185-bb72-464b-a334-be61df01770d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f9d4185-bb72-464b-a334-be61df01770d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f9d4185-bb72-464b-a334-be61df01770d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-c39380a6-e55e-4b7b-9588-9754de1bbd50 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-c39380a6-e55e-4b7b-9588-9754de1bbd50 img.shogun-image {
    

    
    
    
  }


#s-c39380a6-e55e-4b7b-9588-9754de1bbd50 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a9d1f39-6ae8-475c-98ec-df6b58f6833b {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-94e2ea87-1353-4cd3-852e-cd332e84de8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94e2ea87-1353-4cd3-852e-cd332e84de8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94e2ea87-1353-4cd3-852e-cd332e84de8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-94e2ea87-1353-4cd3-852e-cd332e84de8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94e2ea87-1353-4cd3-852e-cd332e84de8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-94e2ea87-1353-4cd3-852e-cd332e84de8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94e2ea87-1353-4cd3-852e-cd332e84de8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-20835ba9-00cf-436a-94ee-5dc62f92d38a {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-20835ba9-00cf-436a-94ee-5dc62f92d38a img.shogun-image {
    

    
    
    
  }


#s-20835ba9-00cf-436a-94ee-5dc62f92d38a .shogun-image-content {
  
    align-items: center;
  
}

#s-8eb4d317-bca7-4fc5-9f5e-3fdf6f9102fd {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-e1b69438-e67f-4086-85af-daf71839166c {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e1b69438-e67f-4086-85af-daf71839166c {
  display: none;
}
#s-e1b69438-e67f-4086-85af-daf71839166c, #wrap-s-e1b69438-e67f-4086-85af-daf71839166c { display:none !important; }}







#s-e1b69438-e67f-4086-85af-daf71839166c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1b69438-e67f-4086-85af-daf71839166c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442 {
  display: none;
}
#s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442, #wrap-s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442 {
  display: none;
}
#s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442, #wrap-s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442 { display:none !important; }}@media (max-width: 767px){#s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442 {
  display: none;
}
#s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442, #wrap-s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e6b4f5f-69f4-4e76-a7d3-dbe0e29db442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50782ffc-6c3e-43e8-a567-8f0a54d9b28b {
  margin-right: -100px;
min-height: 500px;
}








#s-50782ffc-6c3e-43e8-a567-8f0a54d9b28b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50782ffc-6c3e-43e8-a567-8f0a54d9b28b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b603c04-d39a-4269-8975-567000eb38f3 {
  margin-top: 30px;
margin-right: -100px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-1b603c04-d39a-4269-8975-567000eb38f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b603c04-d39a-4269-8975-567000eb38f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0782a2c5-8acf-4834-86ce-9c845f2d2c74 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0782a2c5-8acf-4834-86ce-9c845f2d2c74 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4822cbee-ad22-4bad-9cf0-161654f43e79 {
  text-align: center;
}







  #s-4822cbee-ad22-4bad-9cf0-161654f43e79 img.shogun-image {
    

    
    
    
  }


#s-4822cbee-ad22-4bad-9cf0-161654f43e79 .shogun-image-content {
  
    align-items: center;
  
}

#s-f417028e-1027-4009-8a00-109fd1d3c7fd {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-f417028e-1027-4009-8a00-109fd1d3c7fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f417028e-1027-4009-8a00-109fd1d3c7fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f417028e-1027-4009-8a00-109fd1d3c7fd {
  display: none;
}
#s-f417028e-1027-4009-8a00-109fd1d3c7fd, #wrap-s-f417028e-1027-4009-8a00-109fd1d3c7fd { display:none !important; }}@media (max-width: 767px){#s-f417028e-1027-4009-8a00-109fd1d3c7fd {
  display: none;
}
#s-f417028e-1027-4009-8a00-109fd1d3c7fd, #wrap-s-f417028e-1027-4009-8a00-109fd1d3c7fd { display:none !important; }}
@media (min-width: 0px) {
[id="s-f417028e-1027-4009-8a00-109fd1d3c7fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f417028e-1027-4009-8a00-109fd1d3c7fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f417028e-1027-4009-8a00-109fd1d3c7fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f417028e-1027-4009-8a00-109fd1d3c7fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d9d6a2de-eb6e-4007-a1f1-845297b9eaf2 {
  margin-top: 30px;
margin-right: -150px;
min-height: 500px;
}








#s-d9d6a2de-eb6e-4007-a1f1-845297b9eaf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9d6a2de-eb6e-4007-a1f1-845297b9eaf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ec569dc-76d1-4b96-ab62-f7554b033a36 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-6ec569dc-76d1-4b96-ab62-f7554b033a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec569dc-76d1-4b96-ab62-f7554b033a36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfe25c83-b5cb-4766-b1c9-d5fd2345d49f {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfe25c83-b5cb-4766-b1c9-d5fd2345d49f .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-30cf913e-3b06-43d7-81c9-e3eda05a4bf9 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-af2dcee8-1acb-4ae3-9fdf-61a57efc86f1 {
  max-width: 500px;
text-align: center;
}







  #s-af2dcee8-1acb-4ae3-9fdf-61a57efc86f1 img.shogun-image {
    

    
    
    
  }


#s-af2dcee8-1acb-4ae3-9fdf-61a57efc86f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-896ea348-e625-42bf-a29d-bef291e51f0b {
  margin-left: 45%;
margin-bottom: 20px;
margin-right: 45%;
}

#s-896ea348-e625-42bf-a29d-bef291e51f0b hr {
  border-top: 2px solid #ddd;
}

#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 {
  padding-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 {
  display: none;
}
#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4, #wrap-s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 {
  display: none;
}
#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4, #wrap-s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 {
  display: none;
}
#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4, #wrap-s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 { display:none !important; }}







#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a21c64d7-dbd3-466f-a8d8-288f5ac105c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdafbcc7-6630-4e0d-971c-4d68afc8c7ea {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-cdafbcc7-6630-4e0d-971c-4d68afc8c7ea img.shogun-image {
    

    
    
    
  }


#s-cdafbcc7-6630-4e0d-971c-4d68afc8c7ea .shogun-image-content {
  
    align-items: center;
  
}

#s-90014ba2-5c98-433f-aeb0-acc99a47441e {
  box-shadow:0px 0px 0px 0px ;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-90014ba2-5c98-433f-aeb0-acc99a47441e {
  display: none;
}
#s-90014ba2-5c98-433f-aeb0-acc99a47441e, #wrap-s-90014ba2-5c98-433f-aeb0-acc99a47441e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90014ba2-5c98-433f-aeb0-acc99a47441e {
  display: none;
}
#s-90014ba2-5c98-433f-aeb0-acc99a47441e, #wrap-s-90014ba2-5c98-433f-aeb0-acc99a47441e { display:none !important; }}







#s-90014ba2-5c98-433f-aeb0-acc99a47441e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90014ba2-5c98-433f-aeb0-acc99a47441e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e71c3a2-b3de-4d38-8cba-4ffcfe58c8e0 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e71c3a2-b3de-4d38-8cba-4ffcfe58c8e0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f {
  margin-left: 45%;
margin-bottom: 20px;
margin-right: 45%;
}
@media (min-width: 1200px){#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f {
  display: none;
}
#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f, #wrap-s-9f039b39-c3d5-4eeb-9965-527d0946ca1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f {
  display: none;
}
#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f, #wrap-s-9f039b39-c3d5-4eeb-9965-527d0946ca1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f {
  display: none;
}
#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f, #wrap-s-9f039b39-c3d5-4eeb-9965-527d0946ca1f { display:none !important; }}
#s-9f039b39-c3d5-4eeb-9965-527d0946ca1f hr {
  border-top: 2px solid #ddd;
}

#s-2aafd4ef-97cf-4f23-ad56-927b3c925733 {
  background-color: rgba(124, 144, 151, 1);
}
@media (min-width: 1200px){#s-2aafd4ef-97cf-4f23-ad56-927b3c925733 {
  display: none;
}
#s-2aafd4ef-97cf-4f23-ad56-927b3c925733, #wrap-s-2aafd4ef-97cf-4f23-ad56-927b3c925733 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aafd4ef-97cf-4f23-ad56-927b3c925733 {
  display: none;
}
#s-2aafd4ef-97cf-4f23-ad56-927b3c925733, #wrap-s-2aafd4ef-97cf-4f23-ad56-927b3c925733 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2aafd4ef-97cf-4f23-ad56-927b3c925733"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2aafd4ef-97cf-4f23-ad56-927b3c925733"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2aafd4ef-97cf-4f23-ad56-927b3c925733"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2aafd4ef-97cf-4f23-ad56-927b3c925733"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-47391011-58e9-4948-a232-777b4194b55f {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47391011-58e9-4948-a232-777b4194b55f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a539069b-03f3-4955-9de7-ecde246bf606 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

#s-2ffef765-05bb-4397-93da-e1e331ebd97d {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2ffef765-05bb-4397-93da-e1e331ebd97d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ffef765-05bb-4397-93da-e1e331ebd97d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ffef765-05bb-4397-93da-e1e331ebd97d-root {
    text-align: center;
  }


#s-2ffef765-05bb-4397-93da-e1e331ebd97d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ffef765-05bb-4397-93da-e1e331ebd97d-root {
    text-align: center;
  }


#s-2ffef765-05bb-4397-93da-e1e331ebd97d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ffef765-05bb-4397-93da-e1e331ebd97d-root {
    text-align: center;
  }


#s-2ffef765-05bb-4397-93da-e1e331ebd97d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ffef765-05bb-4397-93da-e1e331ebd97d-root {
    text-align: center;
  }


#s-2ffef765-05bb-4397-93da-e1e331ebd97d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ffef765-05bb-4397-93da-e1e331ebd97d-root {
    text-align: center;
  }


#s-2ffef765-05bb-4397-93da-e1e331ebd97d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-2ffef765-05bb-4397-93da-e1e331ebd97d-root {
    text-align: center;
  }


#s-2ffef765-05bb-4397-93da-e1e331ebd97d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3eddfc69-f6c2-4c79-9b46-d7ce02ce1524 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
text-align: center;
}







  #s-3eddfc69-f6c2-4c79-9b46-d7ce02ce1524 img.shogun-image {
    

    
    
    
  }


#s-3eddfc69-f6c2-4c79-9b46-d7ce02ce1524 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d954935-0648-488f-83a9-0b3417ebd54a {
  min-height: 50px;
background-color: rgba(124, 144, 151, 1);
}








#s-1d954935-0648-488f-83a9-0b3417ebd54a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d954935-0648-488f-83a9-0b3417ebd54a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10348ee9-0704-4559-8c37-cdc261c1197b {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
background-color: rgba(124, 144, 151, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-10348ee9-0704-4559-8c37-cdc261c1197b {
  display: none;
}
#s-10348ee9-0704-4559-8c37-cdc261c1197b, #wrap-s-10348ee9-0704-4559-8c37-cdc261c1197b { display:none !important; }}@media (max-width: 767px){#s-10348ee9-0704-4559-8c37-cdc261c1197b {
  display: none;
}
#s-10348ee9-0704-4559-8c37-cdc261c1197b, #wrap-s-10348ee9-0704-4559-8c37-cdc261c1197b { display:none !important; }}
@media (min-width: 0px) {
[id="s-10348ee9-0704-4559-8c37-cdc261c1197b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10348ee9-0704-4559-8c37-cdc261c1197b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10348ee9-0704-4559-8c37-cdc261c1197b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10348ee9-0704-4559-8c37-cdc261c1197b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f876db3-b155-4bd0-bf85-cf99b599947f {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f876db3-b155-4bd0-bf85-cf99b599947f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c61f5e87-b6e3-4af6-8b83-69404db161cd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dcd48654-915b-40c3-82ee-f63b68f44e2f {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dcd48654-915b-40c3-82ee-f63b68f44e2f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcd48654-915b-40c3-82ee-f63b68f44e2f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcd48654-915b-40c3-82ee-f63b68f44e2f-root {
    text-align: center;
  }


#s-dcd48654-915b-40c3-82ee-f63b68f44e2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcd48654-915b-40c3-82ee-f63b68f44e2f-root {
    text-align: center;
  }


#s-dcd48654-915b-40c3-82ee-f63b68f44e2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcd48654-915b-40c3-82ee-f63b68f44e2f-root {
    text-align: center;
  }


#s-dcd48654-915b-40c3-82ee-f63b68f44e2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcd48654-915b-40c3-82ee-f63b68f44e2f-root {
    text-align: center;
  }


#s-dcd48654-915b-40c3-82ee-f63b68f44e2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcd48654-915b-40c3-82ee-f63b68f44e2f-root {
    text-align: center;
  }


#s-dcd48654-915b-40c3-82ee-f63b68f44e2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-dcd48654-915b-40c3-82ee-f63b68f44e2f-root {
    text-align: center;
  }


#s-dcd48654-915b-40c3-82ee-f63b68f44e2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-45fd2baa-e7d6-4548-af65-c0dfbcc52341 {
  margin-top: 30px;
text-align: center;
}







  #s-45fd2baa-e7d6-4548-af65-c0dfbcc52341 img.shogun-image {
    

    
    
    
  }


#s-45fd2baa-e7d6-4548-af65-c0dfbcc52341 .shogun-image-content {
  
    align-items: center;
  
}

#s-101781fe-85d0-4715-aac1-a14e610280f2 {
  margin-top: 0px;
padding-top: 16px;
padding-bottom: 16px;
min-height: 50px;
background-color: rgba(241, 234, 228, 1);
}








#s-101781fe-85d0-4715-aac1-a14e610280f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101781fe-85d0-4715-aac1-a14e610280f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa97b67b-7113-4f2f-a3a4-95003b587cb7 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa97b67b-7113-4f2f-a3a4-95003b587cb7 {
  margin-left: -10%;
margin-right: 0%;
}
}
#s-fa97b67b-7113-4f2f-a3a4-95003b587cb7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1b98d69e-c5e4-47b1-b050-e8e71d60fd45 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-1b98d69e-c5e4-47b1-b050-e8e71d60fd45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b98d69e-c5e4-47b1-b050-e8e71d60fd45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b98d69e-c5e4-47b1-b050-e8e71d60fd45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b98d69e-c5e4-47b1-b050-e8e71d60fd45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4bad8b6c-0bbd-4641-97ae-7a19006ec4f5 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}








#s-4bad8b6c-0bbd-4641-97ae-7a19006ec4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bad8b6c-0bbd-4641-97ae-7a19006ec4f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5678709f-cef7-40ff-b1d9-999a8458aefc {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5678709f-cef7-40ff-b1d9-999a8458aefc {
  margin-left: -10%;
}
}
#s-4def508c-286b-437d-be93-9a66a4a0c2ea {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4def508c-286b-437d-be93-9a66a4a0c2ea {
  margin-top: 20%;
margin-left: 5%;
margin-bottom: 20%;
margin-right: 5%;
}
}






  #s-4def508c-286b-437d-be93-9a66a4a0c2ea img.shogun-image {
    

    
    
    
  }


#s-4def508c-286b-437d-be93-9a66a4a0c2ea .shogun-image-content {
  
    align-items: center;
  
}

#s-a7b84254-c6f4-4484-8531-623696137f60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7b84254-c6f4-4484-8531-623696137f60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-dd06b33e-3774-44ad-8fb0-71aa1873305f {
  margin-bottom: 50px;
padding-top: 15px;
}
@media (min-width: 1200px){#s-dd06b33e-3774-44ad-8fb0-71aa1873305f {
  display: none;
}
#s-dd06b33e-3774-44ad-8fb0-71aa1873305f, #wrap-s-dd06b33e-3774-44ad-8fb0-71aa1873305f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd06b33e-3774-44ad-8fb0-71aa1873305f {
  display: none;
}
#s-dd06b33e-3774-44ad-8fb0-71aa1873305f, #wrap-s-dd06b33e-3774-44ad-8fb0-71aa1873305f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd06b33e-3774-44ad-8fb0-71aa1873305f {
  
}
}@media (max-width: 767px){#s-dd06b33e-3774-44ad-8fb0-71aa1873305f {
  
}
}
@media (min-width: 0px) {
[id="s-dd06b33e-3774-44ad-8fb0-71aa1873305f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dd06b33e-3774-44ad-8fb0-71aa1873305f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd06b33e-3774-44ad-8fb0-71aa1873305f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd06b33e-3774-44ad-8fb0-71aa1873305f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-915ad21b-fcb6-4ccf-aafc-8c1a19407dce {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f2f69a3-09eb-4e60-b44a-3b4caf4e2313 img.shogun-image {
  width: 100%;
}



}
#s-a3aa3006-b38c-4a18-9fde-9db0ef4551c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3aa3006-b38c-4a18-9fde-9db0ef4551c6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 {
  text-align: left;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-29adebbf-f20b-4a30-bf22-883ea3ecc782-btn-wrapper {
    text-align: center;
  }


#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-variant-btn:hover {
  background: #252525;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-variant-btn:active, #s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-29adebbf-f20b-4a30-bf22-883ea3ecc782 .shg-variant-btn.disabled {
  background: #252525;
}

#s-56a11fcf-2375-4667-8a3c-2536a6eacdb4 {
  text-align: center;
}

#s-56a11fcf-2375-4667-8a3c-2536a6eacdb4 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-56a11fcf-2375-4667-8a3c-2536a6eacdb4 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-56a11fcf-2375-4667-8a3c-2536a6eacdb4 .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-5c7aac6b-b850-455f-8b61-8b725f1af628 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-5c7aac6b-b850-455f-8b61-8b725f1af628:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c7aac6b-b850-455f-8b61-8b725f1af628:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c7aac6b-b850-455f-8b61-8b725f1af628 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c7aac6b-b850-455f-8b61-8b725f1af628.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c7aac6b-b850-455f-8b61-8b725f1af628.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5c7aac6b-b850-455f-8b61-8b725f1af628.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-5c7aac6b-b850-455f-8b61-8b725f1af628.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-94fecccc-9636-41b8-ba99-578d6690ddaf {
  display: none;
}
#s-8c1f5dc3-b84f-4a42-901c-4541e984479f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c1f5dc3-b84f-4a42-901c-4541e984479f img.shogun-image {
  width: 100%;
}



}
#s-7b55a002-c7e0-42cd-9508-7fdf756e5233 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b55a002-c7e0-42cd-9508-7fdf756e5233 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 {
  text-align: left;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4a1c8863-93a1-4e94-88c8-59789b5412d3-btn-wrapper {
    text-align: center;
  }


#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-variant-btn:hover {
  background: #252525;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-variant-btn:active, #s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4a1c8863-93a1-4e94-88c8-59789b5412d3 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f43572b4-76d6-44f3-b6e4-2c0e13c49f4a {
  text-align: center;
}

#s-f43572b4-76d6-44f3-b6e4-2c0e13c49f4a .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-f43572b4-76d6-44f3-b6e4-2c0e13c49f4a .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-f43572b4-76d6-44f3-b6e4-2c0e13c49f4a .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-a6726fd9-db2e-41f3-ae7d-101e961b7f53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-a6726fd9-db2e-41f3-ae7d-101e961b7f53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6726fd9-db2e-41f3-ae7d-101e961b7f53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6726fd9-db2e-41f3-ae7d-101e961b7f53 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6726fd9-db2e-41f3-ae7d-101e961b7f53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6726fd9-db2e-41f3-ae7d-101e961b7f53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a6726fd9-db2e-41f3-ae7d-101e961b7f53.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-a6726fd9-db2e-41f3-ae7d-101e961b7f53.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-231c6f93-7d87-452c-81c9-e58abb972779 {
  display: none;
}
#s-72799060-44a2-46f0-a8cf-919f27d07752 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72799060-44a2-46f0-a8cf-919f27d07752 img.shogun-image {
  width: 100%;
}



}
#s-46f2e9a5-8f15-440e-aa4c-851416b11537 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46f2e9a5-8f15-440e-aa4c-851416b11537 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a3734392-88c2-4f30-bc21-f759746dd24c {
  text-align: left;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a3734392-88c2-4f30-bc21-f759746dd24c-btn-wrapper {
    text-align: center;
  }


#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-variant-btn:hover {
  background: #252525;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-variant-btn:active, #s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a3734392-88c2-4f30-bc21-f759746dd24c .shg-variant-btn.disabled {
  background: #252525;
}

#s-91c3376f-e4c3-4879-863d-fceab0ac3dd7 {
  text-align: center;
}

#s-91c3376f-e4c3-4879-863d-fceab0ac3dd7 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-91c3376f-e4c3-4879-863d-fceab0ac3dd7 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-91c3376f-e4c3-4879-863d-fceab0ac3dd7 .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-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-59cf4e16-d4cd-43f8-ba3a-a9c2c25564e9.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-a28d2c43-5f3b-403a-b024-7953f691d7cf {
  display: none;
}
#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4369ff34-44f0-4a9c-986f-756e7eb8f4a1 img.shogun-image {
  width: 100%;
}



}
#s-e4d6a3e1-b487-4abb-86bc-635d26082a2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4d6a3e1-b487-4abb-86bc-635d26082a2b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-219b6aab-2ad6-4da6-86b8-e88206824b32 {
  text-align: left;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-219b6aab-2ad6-4da6-86b8-e88206824b32-btn-wrapper {
    text-align: center;
  }


#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-variant-btn:hover {
  background: #252525;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-variant-btn:active, #s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-219b6aab-2ad6-4da6-86b8-e88206824b32 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d6acc128-3c8b-4cb6-84af-a146e7072a4e {
  text-align: center;
}

#s-d6acc128-3c8b-4cb6-84af-a146e7072a4e .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-d6acc128-3c8b-4cb6-84af-a146e7072a4e .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-d6acc128-3c8b-4cb6-84af-a146e7072a4e .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-b2c4c4a8-e5ba-487e-b60e-905428e8a037 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-b2c4c4a8-e5ba-487e-b60e-905428e8a037:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2c4c4a8-e5ba-487e-b60e-905428e8a037:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2c4c4a8-e5ba-487e-b60e-905428e8a037 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2c4c4a8-e5ba-487e-b60e-905428e8a037.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2c4c4a8-e5ba-487e-b60e-905428e8a037.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b2c4c4a8-e5ba-487e-b60e-905428e8a037.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-b2c4c4a8-e5ba-487e-b60e-905428e8a037.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-f7d7d845-47b3-4d20-9be5-cb75d7037b24 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7d7d845-47b3-4d20-9be5-cb75d7037b24 {
  display: none;
}
#s-f7d7d845-47b3-4d20-9be5-cb75d7037b24, #wrap-s-f7d7d845-47b3-4d20-9be5-cb75d7037b24 { display:none !important; }}@media (max-width: 767px){#s-f7d7d845-47b3-4d20-9be5-cb75d7037b24 {
  display: none;
}
#s-f7d7d845-47b3-4d20-9be5-cb75d7037b24, #wrap-s-f7d7d845-47b3-4d20-9be5-cb75d7037b24 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f7d7d845-47b3-4d20-9be5-cb75d7037b24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f7d7d845-47b3-4d20-9be5-cb75d7037b24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f7d7d845-47b3-4d20-9be5-cb75d7037b24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f7d7d845-47b3-4d20-9be5-cb75d7037b24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-555bd794-4004-438e-9ed5-70d57d356194 {
  display: none;
}
#s-86f0d606-fe34-4bed-9b16-72c22ab73572 {
  text-align: left;
}



.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86f0d606-fe34-4bed-9b16-72c22ab73572 img.shogun-image {
  width: 100%;
}



}
#s-1778851c-67b9-4643-abb6-73c5cb10a08a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1778851c-67b9-4643-abb6-73c5cb10a08a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-6abe888c-6dff-4b34-b1db-b00c403ea047 {
  text-align: left;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6abe888c-6dff-4b34-b1db-b00c403ea047-btn-wrapper {
    text-align: center;
  }


#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-variant-btn:hover {
  background: #252525;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-variant-btn:active, #s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6abe888c-6dff-4b34-b1db-b00c403ea047 .shg-variant-btn.disabled {
  background: #252525;
}

#s-501c12a4-45fc-42dd-81c0-70376d485475 {
  text-align: center;
}

#s-501c12a4-45fc-42dd-81c0-70376d485475 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-501c12a4-45fc-42dd-81c0-70376d485475 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-501c12a4-45fc-42dd-81c0-70376d485475 .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-8af9b87b-8d39-432f-8641-2ace1e6ee1b5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-8af9b87b-8d39-432f-8641-2ace1e6ee1b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8af9b87b-8d39-432f-8641-2ace1e6ee1b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8af9b87b-8d39-432f-8641-2ace1e6ee1b5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8af9b87b-8d39-432f-8641-2ace1e6ee1b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8af9b87b-8d39-432f-8641-2ace1e6ee1b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8af9b87b-8d39-432f-8641-2ace1e6ee1b5.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-8af9b87b-8d39-432f-8641-2ace1e6ee1b5.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-3cd0a235-15f3-4e89-a3f1-b18ae4515191 {
  display: none;
}
#s-3fd00290-b760-4dd8-94bc-51fb4d94228e {
  text-align: left;
}



.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fd00290-b760-4dd8-94bc-51fb4d94228e img.shogun-image {
  width: 100%;
}



}
#s-965ca9b2-c9ed-4ec9-9f93-bae28eaf5e67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-965ca9b2-c9ed-4ec9-9f93-bae28eaf5e67 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 {
  text-align: left;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2d85c3ee-d812-4d19-b77e-3b43940a8f39-btn-wrapper {
    text-align: center;
  }


#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-variant-btn:hover {
  background: #252525;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-variant-btn:active, #s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2d85c3ee-d812-4d19-b77e-3b43940a8f39 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1bb964e7-ba35-4a2d-803d-a187380e679a {
  text-align: center;
}

#s-1bb964e7-ba35-4a2d-803d-a187380e679a .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-1bb964e7-ba35-4a2d-803d-a187380e679a .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-1bb964e7-ba35-4a2d-803d-a187380e679a .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-e712abf0-5290-4988-9475-cadc0bd86f75 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-e712abf0-5290-4988-9475-cadc0bd86f75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e712abf0-5290-4988-9475-cadc0bd86f75:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e712abf0-5290-4988-9475-cadc0bd86f75 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e712abf0-5290-4988-9475-cadc0bd86f75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e712abf0-5290-4988-9475-cadc0bd86f75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e712abf0-5290-4988-9475-cadc0bd86f75.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-e712abf0-5290-4988-9475-cadc0bd86f75.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-c93b0275-1624-4b1b-9dfb-19c5ac889d7d {
  display: none;
}
#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 {
  text-align: left;
}



.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bd63edb-1448-4d66-812e-3e68cfff0cb3 img.shogun-image {
  width: 100%;
}



}
#s-b58311f6-33b4-47d5-8ffd-d3a973c0e4f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b58311f6-33b4-47d5-8ffd-d3a973c0e4f1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 {
  text-align: left;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a6e73469-7782-41c1-9788-eb7bdc5f6146-btn-wrapper {
    text-align: center;
  }


#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-variant-btn:hover {
  background: #252525;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-variant-btn:active, #s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a6e73469-7782-41c1-9788-eb7bdc5f6146 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2d066c2b-1191-493f-a5e3-039aaf28d31a {
  text-align: center;
}

#s-2d066c2b-1191-493f-a5e3-039aaf28d31a .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-2d066c2b-1191-493f-a5e3-039aaf28d31a .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d066c2b-1191-493f-a5e3-039aaf28d31a .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-59bdf44e-6849-49df-a964-5a3eba3e9664 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-59bdf44e-6849-49df-a964-5a3eba3e9664:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59bdf44e-6849-49df-a964-5a3eba3e9664:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59bdf44e-6849-49df-a964-5a3eba3e9664 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59bdf44e-6849-49df-a964-5a3eba3e9664.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59bdf44e-6849-49df-a964-5a3eba3e9664.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-59bdf44e-6849-49df-a964-5a3eba3e9664.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-59bdf44e-6849-49df-a964-5a3eba3e9664.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-6b202f50-f9ee-4aa6-9e4c-734cff8aba3d {
  display: none;
}
#s-85f898b2-d52b-46eb-af0c-34819359a364 {
  text-align: left;
}



.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f898b2-d52b-46eb-af0c-34819359a364 img.shogun-image {
  width: 100%;
}



}
#s-b5937ad2-189b-4bce-b01c-d5b175445743 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5937ad2-189b-4bce-b01c-d5b175445743 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-1a84e452-55e9-4439-94bc-f10856093d6e {
  text-align: left;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1a84e452-55e9-4439-94bc-f10856093d6e-btn-wrapper {
    text-align: center;
  }


#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-variant-btn:hover {
  background: #252525;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-variant-btn:active, #s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1a84e452-55e9-4439-94bc-f10856093d6e .shg-variant-btn.disabled {
  background: #252525;
}

#s-d0e9fd96-30b5-4597-8258-f2a5c970d603 {
  text-align: center;
}

#s-d0e9fd96-30b5-4597-8258-f2a5c970d603 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-d0e9fd96-30b5-4597-8258-f2a5c970d603 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0e9fd96-30b5-4597-8258-f2a5c970d603 .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-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-7d8bde3f-1dcb-48a4-b07d-03409b42cfb4.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-ff408252-3492-4211-8bf1-1f1ce2abf4b0 {
  margin-top: -20px;
margin-bottom: 50px;
min-height: 50px;
}








#s-ff408252-3492-4211-8bf1-1f1ce2abf4b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff408252-3492-4211-8bf1-1f1ce2abf4b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2ce9ec9-ef94-4f78-823a-108bd0368731 {
  margin-top: 50px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2ce9ec9-ef94-4f78-823a-108bd0368731 {
  
}
}@media (max-width: 767px){#s-d2ce9ec9-ef94-4f78-823a-108bd0368731 {
  
}
}
@media (min-width: 0px) {
[id="s-d2ce9ec9-ef94-4f78-823a-108bd0368731"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2ce9ec9-ef94-4f78-823a-108bd0368731"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d2ce9ec9-ef94-4f78-823a-108bd0368731"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2ce9ec9-ef94-4f78-823a-108bd0368731"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-286522cc-0cb7-404b-8a11-ca1eab98c781 {
  margin-left: auto;
margin-right: auto;
padding-top: px;
padding-bottom: px;
max-width: 170px;
text-align: center;
}







  #s-286522cc-0cb7-404b-8a11-ca1eab98c781 img.shogun-image {
    

    
    
    
  }


#s-286522cc-0cb7-404b-8a11-ca1eab98c781 .shogun-image-content {
  
    align-items: center;
  
}

#s-900c0215-5f44-418d-9d24-d993c79cfb49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-900c0215-5f44-418d-9d24-d993c79cfb49 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-ab2954e7-6809-45bf-9f01-ca8f0c0d723b {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-ab2954e7-6809-45bf-9f01-ca8f0c0d723b img.shogun-image {
    

    
    
    
  }


#s-ab2954e7-6809-45bf-9f01-ca8f0c0d723b .shogun-image-content {
  
    align-items: center;
  
}

#s-452c1ac0-9dad-4d59-bc4a-d46eafc6fd95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-452c1ac0-9dad-4d59-bc4a-d46eafc6fd95 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-4f589a73-bb86-447e-a37c-ce1c1dc92fd3 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-4f589a73-bb86-447e-a37c-ce1c1dc92fd3 img.shogun-image {
    

    
    
    
  }


#s-4f589a73-bb86-447e-a37c-ce1c1dc92fd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bb38597-2e41-41bd-928d-8251ea24677b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bb38597-2e41-41bd-928d-8251ea24677b .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-198593b2-bb40-42f6-8ec6-7a863bcb959b {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-198593b2-bb40-42f6-8ec6-7a863bcb959b img.shogun-image {
    

    
    
    
  }


#s-198593b2-bb40-42f6-8ec6-7a863bcb959b .shogun-image-content {
  
    align-items: center;
  
}

#s-4d58136b-b792-4a80-843f-f4887c2003dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d58136b-b792-4a80-843f-f4887c2003dd .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



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