.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-16fa8cf5-4bef-4e3d-9bc9-872545118d58 {
  min-height: 50px;
}








#s-16fa8cf5-4bef-4e3d-9bc9-872545118d58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16fa8cf5-4bef-4e3d-9bc9-872545118d58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b00149c-f28d-4f73-8401-de3ee842891c {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5b00149c-f28d-4f73-8401-de3ee842891c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b00149c-f28d-4f73-8401-de3ee842891c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b00149c-f28d-4f73-8401-de3ee842891c {
  display: none;
}
#s-5b00149c-f28d-4f73-8401-de3ee842891c, #wrap-s-5b00149c-f28d-4f73-8401-de3ee842891c { display:none !important; }}@media (max-width: 767px){#s-5b00149c-f28d-4f73-8401-de3ee842891c {
  display: none;
}
#s-5b00149c-f28d-4f73-8401-de3ee842891c, #wrap-s-5b00149c-f28d-4f73-8401-de3ee842891c { display:none !important; }}







#s-5b00149c-f28d-4f73-8401-de3ee842891c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b00149c-f28d-4f73-8401-de3ee842891c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f43ff81-e2b8-4cac-b786-65f526534e03 {
  margin-left: 15%;
margin-right: 15%;
}

#s-6f43ff81-e2b8-4cac-b786-65f526534e03 {
  display: none;
}
.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-7880e813-9ad8-467c-87ff-c12d2d4d237a {
  margin-left: -15%;
margin-right: -15%;
}

@media (min-width: 0px) {
[id="s-7880e813-9ad8-467c-87ff-c12d2d4d237a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7880e813-9ad8-467c-87ff-c12d2d4d237a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-7880e813-9ad8-467c-87ff-c12d2d4d237a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-7880e813-9ad8-467c-87ff-c12d2d4d237a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-7880e813-9ad8-467c-87ff-c12d2d4d237a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-7880e813-9ad8-467c-87ff-c12d2d4d237a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-7880e813-9ad8-467c-87ff-c12d2d4d237a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

.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-6d986131-0785-4fa3-a2e9-5d38b1695fd1 {
  margin-right: 5%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}



.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d986131-0785-4fa3-a2e9-5d38b1695fd1 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-83e33b13-24a9-454e-9236-87579ad60b2f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: 0%;
margin-right: 5%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-83e33b13-24a9-454e-9236-87579ad60b2f .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 0px;
  padding-bottom: 10px;
}

#s-83e33b13-24a9-454e-9236-87579ad60b2f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-83e33b13-24a9-454e-9236-87579ad60b2f .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-83e33b13-24a9-454e-9236-87579ad60b2f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-83e33b13-24a9-454e-9236-87579ad60b2f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-83e33b13-24a9-454e-9236-87579ad60b2f .shg-gallery-dot {
  background-color: #FFF;
}

.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-0505ec6c-3aa0-4a4f-8160-facd5baa8d9f {
  margin-top: 9%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0505ec6c-3aa0-4a4f-8160-facd5baa8d9f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-68daeb73-a2d1-4302-b0bc-01a161e71158 {
  margin-top: 3%;
margin-right: 5%;
padding-right: 0%;
}

#s-d06ec584-f53c-4380-82a7-3accc7cbbe0e {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d06ec584-f53c-4380-82a7-3accc7cbbe0e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-91554c1f-39af-4124-99cc-fdd62e5cea33 {
  margin-top: -1%;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91554c1f-39af-4124-99cc-fdd62e5cea33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}



#s-94120b37-0257-4c75-9610-318851400d1a {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-e57e0cf7-4b6a-4c38-8893-0dcb321d3ef3 {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-6b5f2994-ab41-4436-a546-5eb9c5414013 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 2%;
}

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

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

#s-870ef9cd-6781-416d-831c-019aae60ae17 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-870ef9cd-6781-416d-831c-019aae60ae17 hr {
  border-top: 2px solid #ddd;
}

#s-5ab929c3-4bc3-472e-888d-3595d18da2d8 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-5ab929c3-4bc3-472e-888d-3595d18da2d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ab929c3-4bc3-472e-888d-3595d18da2d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ab929c3-4bc3-472e-888d-3595d18da2d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ab929c3-4bc3-472e-888d-3595d18da2d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ab929c3-4bc3-472e-888d-3595d18da2d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ab929c3-4bc3-472e-888d-3595d18da2d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ab929c3-4bc3-472e-888d-3595d18da2d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-8954d2e6-7597-46be-a802-2e2d1f25d8fe {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

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

.shg-product-selector-hidden {
  display: none;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 35%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a376d595-2a4f-4528-872b-a979d2bb46cb {
  
}
}
#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .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-a376d595-2a4f-4528-872b-a979d2bb46cb .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-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a376d595-2a4f-4528-872b-a979d2bb46cb-btn-wrapper {
    text-align: center;
  }


#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-variant-btn:hover {
  background: #252525;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-variant-btn:active, #s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a376d595-2a4f-4528-872b-a979d2bb46cb .shg-variant-btn.disabled {
  background: #252525;
}

#s-0e6c58cd-8d88-4289-afb2-1195c1e77d36 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-0e6c58cd-8d88-4289-afb2-1195c1e77d36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e6c58cd-8d88-4289-afb2-1195c1e77d36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e6c58cd-8d88-4289-afb2-1195c1e77d36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e6c58cd-8d88-4289-afb2-1195c1e77d36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e6c58cd-8d88-4289-afb2-1195c1e77d36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e6c58cd-8d88-4289-afb2-1195c1e77d36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e6c58cd-8d88-4289-afb2-1195c1e77d36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-dd0ce7d2-0338-4c99-9ec4-3298d64ecea6 {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0%;
}

#s-87cfcc86-53fd-4096-9a38-708c87d8ffe6 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 35%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87cfcc86-53fd-4096-9a38-708c87d8ffe6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-87cfcc86-53fd-4096-9a38-708c87d8ffe6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-87cfcc86-53fd-4096-9a38-708c87d8ffe6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-87cfcc86-53fd-4096-9a38-708c87d8ffe6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-87cfcc86-53fd-4096-9a38-708c87d8ffe6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a5aaf766-8e8f-475b-b985-fddfc788a12d {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-257cff62-3690-44ce-92a6-72553387357b {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-257cff62-3690-44ce-92a6-72553387357b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-cb6b30bd-8f5a-4131-b8fc-f708db370016 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-cb6b30bd-8f5a-4131-b8fc-f708db370016:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-cb6b30bd-8f5a-4131-b8fc-f708db370016:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-cb6b30bd-8f5a-4131-b8fc-f708db370016 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb6b30bd-8f5a-4131-b8fc-f708db370016.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb6b30bd-8f5a-4131-b8fc-f708db370016.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-cb6b30bd-8f5a-4131-b8fc-f708db370016.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-cb6b30bd-8f5a-4131-b8fc-f708db370016.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4c79d797-8e76-405a-b508-a33f7141e489 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-4c79d797-8e76-405a-b508-a33f7141e489 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-4c79d797-8e76-405a-b508-a33f7141e489 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-4c79d797-8e76-405a-b508-a33f7141e489 .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-bacde6ed-b34d-48cd-ba17-a553acba1d35 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
}

#s-1901a966-eebd-4a10-972b-878d897cb973 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1901a966-eebd-4a10-972b-878d897cb973 hr {
  border-top: 2px solid #ddd;
}

#s-1dee69d5-7eec-4a41-ae4c-adde1efba748 {
  min-height: 50px;
}








#s-1dee69d5-7eec-4a41-ae4c-adde1efba748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dee69d5-7eec-4a41-ae4c-adde1efba748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba76f817-372a-4bbd-82cb-ec9859ddc784 {
  display: none;
}
#s-9828e11e-8bc1-46d6-847a-8e47542b3ce2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9828e11e-8bc1-46d6-847a-8e47542b3ce2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9828e11e-8bc1-46d6-847a-8e47542b3ce2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9828e11e-8bc1-46d6-847a-8e47542b3ce2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9828e11e-8bc1-46d6-847a-8e47542b3ce2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cc0a8e03-3080-4d3d-aaee-0a93c795af77 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-cc0a8e03-3080-4d3d-aaee-0a93c795af77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc0a8e03-3080-4d3d-aaee-0a93c795af77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ffcfcf3-0837-4499-bdc6-a442a7d2397f img.shogun-image {
  width: 100%;
}




#s-79412f72-05b5-48ea-b3ad-b7ec72e28633 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-79412f72-05b5-48ea-b3ad-b7ec72e28633:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79412f72-05b5-48ea-b3ad-b7ec72e28633:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-79412f72-05b5-48ea-b3ad-b7ec72e28633 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79412f72-05b5-48ea-b3ad-b7ec72e28633.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79412f72-05b5-48ea-b3ad-b7ec72e28633.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-79412f72-05b5-48ea-b3ad-b7ec72e28633.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c20d90d-c82b-45ff-bc0d-5a9246002c92 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-9c20d90d-c82b-45ff-bc0d-5a9246002c92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-00f799e1-3c69-4b42-93e6-7006444f51f2 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-a6b8f9ab-5a94-4bc4-b7ca-0374dbe31d1c {
  min-height: 50px;
}








#s-a6b8f9ab-5a94-4bc4-b7ca-0374dbe31d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b8f9ab-5a94-4bc4-b7ca-0374dbe31d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8513068-250f-46d9-8c91-85a3255d5efc {
  display: none;
}
#s-514d4210-cff5-4f23-b322-4132e12a9674 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-514d4210-cff5-4f23-b322-4132e12a9674"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-514d4210-cff5-4f23-b322-4132e12a9674"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-514d4210-cff5-4f23-b322-4132e12a9674"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-514d4210-cff5-4f23-b322-4132e12a9674"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c94d5d65-7607-48ce-806d-c50a5b2f8047 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-c94d5d65-7607-48ce-806d-c50a5b2f8047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c94d5d65-7607-48ce-806d-c50a5b2f8047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e9741c0-0fda-49d1-9475-ddb6575bff10 img.shogun-image {
  width: 100%;
}




#s-4d79c8cb-80f9-4d84-8fec-1718f79c6b77 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4d79c8cb-80f9-4d84-8fec-1718f79c6b77:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d79c8cb-80f9-4d84-8fec-1718f79c6b77:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4d79c8cb-80f9-4d84-8fec-1718f79c6b77 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d79c8cb-80f9-4d84-8fec-1718f79c6b77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d79c8cb-80f9-4d84-8fec-1718f79c6b77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-4d79c8cb-80f9-4d84-8fec-1718f79c6b77.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5c7eb90a-6737-4254-b7f4-c71344268705 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-5c7eb90a-6737-4254-b7f4-c71344268705 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-56110862-2ed8-4eba-b778-ebb68b13f048 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-e6686f9b-c511-4746-b254-fb1a3281aba1 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-e6686f9b-c511-4746-b254-fb1a3281aba1 {
  display: none;
}
#s-e6686f9b-c511-4746-b254-fb1a3281aba1, #wrap-s-e6686f9b-c511-4746-b254-fb1a3281aba1 { display:none !important; }}@media (max-width: 767px){#s-e6686f9b-c511-4746-b254-fb1a3281aba1 {
  display: none;
}
#s-e6686f9b-c511-4746-b254-fb1a3281aba1, #wrap-s-e6686f9b-c511-4746-b254-fb1a3281aba1 { display:none !important; }}







#s-e6686f9b-c511-4746-b254-fb1a3281aba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6686f9b-c511-4746-b254-fb1a3281aba1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bfb46b3-ab97-4675-b300-3fa79e79910d {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5bfb46b3-ab97-4675-b300-3fa79e79910d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bfb46b3-ab97-4675-b300-3fa79e79910d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bfb46b3-ab97-4675-b300-3fa79e79910d {
  
}
}@media (max-width: 767px){#s-5bfb46b3-ab97-4675-b300-3fa79e79910d {
  
}
}







#s-5bfb46b3-ab97-4675-b300-3fa79e79910d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-5bfb46b3-ab97-4675-b300-3fa79e79910d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19febdd8-819c-40a1-a665-31f3a95d0e24 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-19febdd8-819c-40a1-a665-31f3a95d0e24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-19febdd8-819c-40a1-a665-31f3a95d0e24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19febdd8-819c-40a1-a665-31f3a95d0e24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19febdd8-819c-40a1-a665-31f3a95d0e24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-307a387c-bfe3-41ab-881c-9a9a80ea12b7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-307a387c-bfe3-41ab-881c-9a9a80ea12b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-307a387c-bfe3-41ab-881c-9a9a80ea12b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb62bde8-567c-460a-9134-2241cf850c19 .shogun-icon-wrapper {
  text-align: center;
}


#s-fb62bde8-567c-460a-9134-2241cf850c19 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-e1ec88b6-ed5a-4c30-a924-d4bd86462b38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1ec88b6-ed5a-4c30-a924-d4bd86462b38 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-eed9a764-443d-46d0-8404-2057617076b9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-eed9a764-443d-46d0-8404-2057617076b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed9a764-443d-46d0-8404-2057617076b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da400c2b-29fa-4187-86ca-bfbbcedbded4 .shogun-icon-wrapper {
  text-align: center;
}


#s-da400c2b-29fa-4187-86ca-bfbbcedbded4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-725aa3eb-f8d0-4631-b5b2-61df4568b4d6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-725aa3eb-f8d0-4631-b5b2-61df4568b4d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 1px;
  
}



#s-1f35ee9a-0938-485e-9422-7a34c036a688 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1f35ee9a-0938-485e-9422-7a34c036a688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f35ee9a-0938-485e-9422-7a34c036a688.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbb666b2-c6c7-47e0-91eb-b22a0cdca990 .shogun-icon-wrapper {
  text-align: center;
}


#s-dbb666b2-c6c7-47e0-91eb-b22a0cdca990 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-1bb84c1c-418f-4fb8-884f-223940a60aec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bb84c1c-418f-4fb8-884f-223940a60aec .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-a883dad1-b565-4994-b987-261d01358ff1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-607721f7-6eb8-4855-8abc-399e92cf2a94 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-607721f7-6eb8-4855-8abc-399e92cf2a94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607721f7-6eb8-4855-8abc-399e92cf2a94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6b43538-b36f-43e6-923f-500d4cded3b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-d6b43538-b36f-43e6-923f-500d4cded3b4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-d15bf498-20a5-4b53-a114-f2aeee085b8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d15bf498-20a5-4b53-a114-f2aeee085b8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-6f64d0c5-773e-461d-83b0-42019ec6970b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-6f64d0c5-773e-461d-83b0-42019ec6970b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f64d0c5-773e-461d-83b0-42019ec6970b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f64d0c5-773e-461d-83b0-42019ec6970b {
  display: none;
}
#s-6f64d0c5-773e-461d-83b0-42019ec6970b, #wrap-s-6f64d0c5-773e-461d-83b0-42019ec6970b { display:none !important; }}@media (max-width: 767px){#s-6f64d0c5-773e-461d-83b0-42019ec6970b {
  display: none;
}
#s-6f64d0c5-773e-461d-83b0-42019ec6970b, #wrap-s-6f64d0c5-773e-461d-83b0-42019ec6970b { display:none !important; }}
@media (min-width: 0px) {
[id="s-6f64d0c5-773e-461d-83b0-42019ec6970b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f64d0c5-773e-461d-83b0-42019ec6970b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f64d0c5-773e-461d-83b0-42019ec6970b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f64d0c5-773e-461d-83b0-42019ec6970b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5aff506-6020-4cc8-ac4a-a139b7791ab1 {
  margin-top: 50px;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e5aff506-6020-4cc8-ac4a-a139b7791ab1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5aff506-6020-4cc8-ac4a-a139b7791ab1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5aff506-6020-4cc8-ac4a-a139b7791ab1 {
  
}
}@media (max-width: 767px){#s-e5aff506-6020-4cc8-ac4a-a139b7791ab1 {
  
}
}







#s-e5aff506-6020-4cc8-ac4a-a139b7791ab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5aff506-6020-4cc8-ac4a-a139b7791ab1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b8992a87-479d-4ca6-8147-1a0a9c28c717 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b8992a87-479d-4ca6-8147-1a0a9c28c717 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-36256cca-f636-4409-a316-971bd5ff6888 {
  margin-top: 5%;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-36256cca-f636-4409-a316-971bd5ff6888 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36256cca-f636-4409-a316-971bd5ff6888 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36256cca-f636-4409-a316-971bd5ff6888 {
  
}
}@media (max-width: 767px){#s-36256cca-f636-4409-a316-971bd5ff6888 {
  
}
}
.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-f65825eb-3951-4c5d-8aae-b3a55cd9691d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 25px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 43%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-f65825eb-3951-4c5d-8aae-b3a55cd9691d:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-f65825eb-3951-4c5d-8aae-b3a55cd9691d:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-f65825eb-3951-4c5d-8aae-b3a55cd9691d-root {
    text-align: center;
  }


#s-f65825eb-3951-4c5d-8aae-b3a55cd9691d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f65825eb-3951-4c5d-8aae-b3a55cd9691d-root {
    text-align: center;
  }


#s-f65825eb-3951-4c5d-8aae-b3a55cd9691d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f65825eb-3951-4c5d-8aae-b3a55cd9691d-root {
    text-align: center;
  }


#s-f65825eb-3951-4c5d-8aae-b3a55cd9691d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f65825eb-3951-4c5d-8aae-b3a55cd9691d-root {
    text-align: center;
  }


#s-f65825eb-3951-4c5d-8aae-b3a55cd9691d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f65825eb-3951-4c5d-8aae-b3a55cd9691d-root {
    text-align: center;
  }


#s-f65825eb-3951-4c5d-8aae-b3a55cd9691d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-7a58facf-cfea-4fdd-afc5-3384d2058779 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 7%;
min-height: 500px;
background-position: center center;
}








#s-7a58facf-cfea-4fdd-afc5-3384d2058779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a58facf-cfea-4fdd-afc5-3384d2058779.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-583d873a-ec1e-444d-bc5e-38983c1f0af7 {
  margin-top: 0%;
margin-bottom: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-583d873a-ec1e-444d-bc5e-38983c1f0af7 {
  display: none;
}
#s-583d873a-ec1e-444d-bc5e-38983c1f0af7, #wrap-s-583d873a-ec1e-444d-bc5e-38983c1f0af7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-583d873a-ec1e-444d-bc5e-38983c1f0af7 {
  display: none;
}
#s-583d873a-ec1e-444d-bc5e-38983c1f0af7, #wrap-s-583d873a-ec1e-444d-bc5e-38983c1f0af7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-583d873a-ec1e-444d-bc5e-38983c1f0af7 {
  
}
}@media (max-width: 767px){#s-583d873a-ec1e-444d-bc5e-38983c1f0af7 {
  
}
}







#s-583d873a-ec1e-444d-bc5e-38983c1f0af7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-583d873a-ec1e-444d-bc5e-38983c1f0af7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc08c655-4ef6-4e6e-ba45-3fd63c92794a {
  margin-left: 10%;
margin-right: 10%;
}

#s-cc08c655-4ef6-4e6e-ba45-3fd63c92794a {
  display: none;
}
#s-c948bafc-f63d-44b8-9ddf-08a205f2767d {
  margin-top: 7%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c948bafc-f63d-44b8-9ddf-08a205f2767d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}



#s-b81378ac-e932-422f-bf8d-ed001fcadbfb {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b81378ac-e932-422f-bf8d-ed001fcadbfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-f4e4f896-d881-4852-9b50-a7346be6faf8 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4e4f896-d881-4852-9b50-a7346be6faf8 img.shogun-image {
  width: 100%;
}



}
#s-bdf0d73f-5c61-4883-a7cb-4418cb00a008 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-bdf0d73f-5c61-4883-a7cb-4418cb00a008 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-bdf0d73f-5c61-4883-a7cb-4418cb00a008 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-bdf0d73f-5c61-4883-a7cb-4418cb00a008 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-bdf0d73f-5c61-4883-a7cb-4418cb00a008 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-bdf0d73f-5c61-4883-a7cb-4418cb00a008 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-bdf0d73f-5c61-4883-a7cb-4418cb00a008 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6e1554da-3a08-4051-9e98-259088945b61 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-a2b151db-28f6-4cf1-bf38-f4c72cec3b7c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-3cff4393-43a3-4d76-a58d-b7e07740112c {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-3cff4393-43a3-4d76-a58d-b7e07740112c {
  display: none;
}
#s-3cff4393-43a3-4d76-a58d-b7e07740112c, #wrap-s-3cff4393-43a3-4d76-a58d-b7e07740112c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cff4393-43a3-4d76-a58d-b7e07740112c {
  display: none;
}
#s-3cff4393-43a3-4d76-a58d-b7e07740112c, #wrap-s-3cff4393-43a3-4d76-a58d-b7e07740112c { display:none !important; }}
#s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff {
  display: none;
}
#s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff, #wrap-s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff {
  display: none;
}
#s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff, #wrap-s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff { display:none !important; }}
#s-dfa8499a-bcb4-4ca1-90ba-0adf1b7c1eff hr {
  border-top: 2px solid #ddd;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee {
  display: none;
}
#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee, #wrap-s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee {
  display: none;
}
#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee, #wrap-s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee { display:none !important; }}
#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .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-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .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-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee-btn-wrapper {
    text-align: center;
  }


#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-variant-btn:hover {
  background: #252525;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-variant-btn:active, #s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-258f2fc6-3dfb-47e3-a728-b78d4019a5ee .shg-variant-btn.disabled {
  background: #252525;
}

#s-2e819542-5097-4d0b-981d-bba0a12881d1 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-2e819542-5097-4d0b-981d-bba0a12881d1 {
  display: none;
}
#s-2e819542-5097-4d0b-981d-bba0a12881d1, #wrap-s-2e819542-5097-4d0b-981d-bba0a12881d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e819542-5097-4d0b-981d-bba0a12881d1 {
  display: none;
}
#s-2e819542-5097-4d0b-981d-bba0a12881d1, #wrap-s-2e819542-5097-4d0b-981d-bba0a12881d1 { display:none !important; }}
#s-2e819542-5097-4d0b-981d-bba0a12881d1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2e819542-5097-4d0b-981d-bba0a12881d1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2e819542-5097-4d0b-981d-bba0a12881d1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2e819542-5097-4d0b-981d-bba0a12881d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2e819542-5097-4d0b-981d-bba0a12881d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-2e819542-5097-4d0b-981d-bba0a12881d1 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-2e819542-5097-4d0b-981d-bba0a12881d1 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-f59470f6-d937-4f8c-aa94-d4b44e667f53 {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-a0be2002-bf3a-4168-8988-e83f38301b85 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-a0be2002-bf3a-4168-8988-e83f38301b85 {
  display: none;
}
#s-a0be2002-bf3a-4168-8988-e83f38301b85, #wrap-s-a0be2002-bf3a-4168-8988-e83f38301b85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0be2002-bf3a-4168-8988-e83f38301b85 {
  display: none;
}
#s-a0be2002-bf3a-4168-8988-e83f38301b85, #wrap-s-a0be2002-bf3a-4168-8988-e83f38301b85 { display:none !important; }}@media (max-width: 767px){#s-a0be2002-bf3a-4168-8988-e83f38301b85 {
  
}
}
@media (min-width: 0px) {
[id="s-a0be2002-bf3a-4168-8988-e83f38301b85"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a0be2002-bf3a-4168-8988-e83f38301b85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a0be2002-bf3a-4168-8988-e83f38301b85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0be2002-bf3a-4168-8988-e83f38301b85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-ca0b19ad-7555-4592-9636-9cd74dd22752 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 5px;
}

#s-2bb03ac7-9ccb-41ee-bd3b-152a416bb647 {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 5px;
text-align: left;
}

#s-2bb03ac7-9ccb-41ee-bd3b-152a416bb647 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-2bb03ac7-9ccb-41ee-bd3b-152a416bb647 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-2bb03ac7-9ccb-41ee-bd3b-152a416bb647 .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-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9 {
  display: none;
}
#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9, #wrap-s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9 {
  display: none;
}
#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9, #wrap-s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9 { display:none !important; }}


#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-2f472ffc-ad15-49a4-a2ec-f1ff94cc1ed9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1c4f50f1-a2bc-4781-afb7-e1de6133ecfc {
  margin-top: 8%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

#s-3b2436a0-80de-46f2-b721-e0cb715f8a66 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-3b2436a0-80de-46f2-b721-e0cb715f8a66 {
  display: none;
}
#s-3b2436a0-80de-46f2-b721-e0cb715f8a66, #wrap-s-3b2436a0-80de-46f2-b721-e0cb715f8a66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b2436a0-80de-46f2-b721-e0cb715f8a66 {
  display: none;
}
#s-3b2436a0-80de-46f2-b721-e0cb715f8a66, #wrap-s-3b2436a0-80de-46f2-b721-e0cb715f8a66 { display:none !important; }}







#s-3b2436a0-80de-46f2-b721-e0cb715f8a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b2436a0-80de-46f2-b721-e0cb715f8a66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-870f140c-e0d5-44cc-9626-a3d469c528e4 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-870f140c-e0d5-44cc-9626-a3d469c528e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-870f140c-e0d5-44cc-9626-a3d469c528e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-870f140c-e0d5-44cc-9626-a3d469c528e4 {
  
}
}@media (max-width: 767px){#s-870f140c-e0d5-44cc-9626-a3d469c528e4 {
  
}
}







#s-870f140c-e0d5-44cc-9626-a3d469c528e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-870f140c-e0d5-44cc-9626-a3d469c528e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56459971-729e-479d-ab70-68321f2dbbe5 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-56459971-729e-479d-ab70-68321f2dbbe5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-56459971-729e-479d-ab70-68321f2dbbe5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56459971-729e-479d-ab70-68321f2dbbe5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56459971-729e-479d-ab70-68321f2dbbe5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-659594b5-9e5f-4b62-be87-70c60617e403 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-659594b5-9e5f-4b62-be87-70c60617e403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659594b5-9e5f-4b62-be87-70c60617e403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff894d88-cc16-4ba9-88b0-1cd858db8b0a .shogun-icon-wrapper {
  text-align: center;
}


#s-ff894d88-cc16-4ba9-88b0-1cd858db8b0a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-2a6e63c8-6fca-49c1-8f2b-7b4f548b5d82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a6e63c8-6fca-49c1-8f2b-7b4f548b5d82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-fa1d8e1f-b5ec-427c-80f7-7d3be04726bc {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-fa1d8e1f-b5ec-427c-80f7-7d3be04726bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1d8e1f-b5ec-427c-80f7-7d3be04726bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b187bf13-18f6-4151-8389-dfee74c2609a .shogun-icon-wrapper {
  text-align: center;
}


#s-b187bf13-18f6-4151-8389-dfee74c2609a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-e700b8c3-5493-4735-848a-4b48d0b70682 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e700b8c3-5493-4735-848a-4b48d0b70682 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-9513b240-f5a9-4d86-9326-c7239e7005be {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-9513b240-f5a9-4d86-9326-c7239e7005be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9513b240-f5a9-4d86-9326-c7239e7005be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3e71d5e-0a39-468d-af0d-9173f92db6ba .shogun-icon-wrapper {
  text-align: center;
}


#s-f3e71d5e-0a39-468d-af0d-9173f92db6ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-560020ca-fe56-4708-a6e6-871bfcb7cfc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-560020ca-fe56-4708-a6e6-871bfcb7cfc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 1px;
  
}



#s-c2b3bcb7-ef58-43ac-bd87-f9703f37302d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-856e1e97-85b5-4a98-a0ff-e2fedb5448c5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-856e1e97-85b5-4a98-a0ff-e2fedb5448c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-856e1e97-85b5-4a98-a0ff-e2fedb5448c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee3e69bf-9e24-4b66-a37d-6b99c787c932 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee3e69bf-9e24-4b66-a37d-6b99c787c932 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-65c35ec4-8bf2-4dab-ab28-16ccaa69895c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65c35ec4-8bf2-4dab-ab28-16ccaa69895c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc {
  display: none;
}
#s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc, #wrap-s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc {
  display: none;
}
#s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc, #wrap-s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc { display:none !important; }}







#s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb459ca-fbf9-429a-af67-0d4e0cfba1cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd025b30-e0fa-4777-8843-ad51cc153670 {
  min-height: 50px;
}








#s-dd025b30-e0fa-4777-8843-ad51cc153670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd025b30-e0fa-4777-8843-ad51cc153670.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b191e629-3161-417f-bcb6-d8c009553b2e {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b191e629-3161-417f-bcb6-d8c009553b2e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-306d3078-f290-4bc4-bb58-0b54164c1712 {
  margin-top: 3%;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
}

#s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee {
  display: none;
}
#s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee, #wrap-s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee {
  display: none;
}
#s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee, #wrap-s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee { display:none !important; }}







#s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8302e799-fb6f-42ef-b6b3-57ae8dc846ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95 {
  display: none;
}
#s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95, #wrap-s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95 {
  display: none;
}
#s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95, #wrap-s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95 { display:none !important; }}







#s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75eda0c-7ff1-4ea2-ac18-d6a40c7ced95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0882b684-1cba-488d-a676-dbb6a7ba0721 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-0882b684-1cba-488d-a676-dbb6a7ba0721 {
  display: none;
}
#s-0882b684-1cba-488d-a676-dbb6a7ba0721, #wrap-s-0882b684-1cba-488d-a676-dbb6a7ba0721 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0882b684-1cba-488d-a676-dbb6a7ba0721 {
  display: none;
}
#s-0882b684-1cba-488d-a676-dbb6a7ba0721, #wrap-s-0882b684-1cba-488d-a676-dbb6a7ba0721 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0882b684-1cba-488d-a676-dbb6a7ba0721 {
  display: none;
}
#s-0882b684-1cba-488d-a676-dbb6a7ba0721, #wrap-s-0882b684-1cba-488d-a676-dbb6a7ba0721 { display:none !important; }}
#s-0882b684-1cba-488d-a676-dbb6a7ba0721 {
  display: none;
}
#s-c771e130-a8b4-454b-8924-3f5e95dfb68a {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}



.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c771e130-a8b4-454b-8924-3f5e95dfb68a img.shogun-image {
  width: 100%;
}




#s-28758585-61d1-47a0-b1b9-5d64bf7d9b83 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-28758585-61d1-47a0-b1b9-5d64bf7d9b83 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-e8ff233b-a574-4004-86c8-4837a97a5ee9 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-d25af2e9-9ea8-441c-83a2-442bfa4ed275 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d25af2e9-9ea8-441c-83a2-442bfa4ed275:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d25af2e9-9ea8-441c-83a2-442bfa4ed275:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d25af2e9-9ea8-441c-83a2-442bfa4ed275 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d25af2e9-9ea8-441c-83a2-442bfa4ed275.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d25af2e9-9ea8-441c-83a2-442bfa4ed275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-d25af2e9-9ea8-441c-83a2-442bfa4ed275.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 {
  display: none;
}
#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2, #wrap-s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 {
  display: none;
}
#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2, #wrap-s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 {
  display: none;
}
#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2, #wrap-s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 { display:none !important; }}







#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f2a7fe6-50eb-4dba-9d2f-4cc21b0dc5f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58df3df1-5514-4896-b26e-492e94b302c6 {
  margin-top: 7%;
margin-bottom: 7%;
}

#s-58df3df1-5514-4896-b26e-492e94b302c6 {
  display: none;
}
#s-80335e31-a815-4560-917c-104bcafa1434 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
text-align: left;
}



.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80335e31-a815-4560-917c-104bcafa1434 img.shogun-image {
  width: 100%;
}




#s-9ff93637-f782-49bc-906e-17a4d400175b {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-9ff93637-f782-49bc-906e-17a4d400175b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-6783daed-fd1a-4031-992e-6939ded6fceb {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-5d1d28a2-1669-44c5-b469-f014a4a516be {
  margin-top: 3%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5d1d28a2-1669-44c5-b469-f014a4a516be:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d1d28a2-1669-44c5-b469-f014a4a516be:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5d1d28a2-1669-44c5-b469-f014a4a516be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d1d28a2-1669-44c5-b469-f014a4a516be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d1d28a2-1669-44c5-b469-f014a4a516be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5d1d28a2-1669-44c5-b469-f014a4a516be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3816e03-7a57-4272-a3fe-23bf248d6491 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f3816e03-7a57-4272-a3fe-23bf248d6491 {
  display: none;
}
#s-f3816e03-7a57-4272-a3fe-23bf248d6491, #wrap-s-f3816e03-7a57-4272-a3fe-23bf248d6491 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3816e03-7a57-4272-a3fe-23bf248d6491 {
  display: none;
}
#s-f3816e03-7a57-4272-a3fe-23bf248d6491, #wrap-s-f3816e03-7a57-4272-a3fe-23bf248d6491 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3816e03-7a57-4272-a3fe-23bf248d6491 {
  
}
}@media (max-width: 767px){#s-f3816e03-7a57-4272-a3fe-23bf248d6491 {
  display: none;
}
#s-f3816e03-7a57-4272-a3fe-23bf248d6491, #wrap-s-f3816e03-7a57-4272-a3fe-23bf248d6491 { display:none !important; }}







#s-f3816e03-7a57-4272-a3fe-23bf248d6491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3816e03-7a57-4272-a3fe-23bf248d6491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02e6f11a-9cc1-4be2-b195-3cd37f55ba43 {
  display: none;
}
#s-9596b152-0bb2-499c-adb3-68102c40c458 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9596b152-0bb2-499c-adb3-68102c40c458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9596b152-0bb2-499c-adb3-68102c40c458"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9596b152-0bb2-499c-adb3-68102c40c458"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9596b152-0bb2-499c-adb3-68102c40c458"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9596b152-0bb2-499c-adb3-68102c40c458"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9596b152-0bb2-499c-adb3-68102c40c458"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9596b152-0bb2-499c-adb3-68102c40c458"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-949ea8aa-fdec-4196-84bf-274c634da4d2 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-949ea8aa-fdec-4196-84bf-274c634da4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-949ea8aa-fdec-4196-84bf-274c634da4d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f42ed64-a2fe-4b9f-a9db-ffddc9f4ccc7 img.shogun-image {
  width: 100%;
}




#s-b26d398b-530f-4c25-bb70-60fbf2bee8d6 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b26d398b-530f-4c25-bb70-60fbf2bee8d6:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b26d398b-530f-4c25-bb70-60fbf2bee8d6:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b26d398b-530f-4c25-bb70-60fbf2bee8d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b26d398b-530f-4c25-bb70-60fbf2bee8d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b26d398b-530f-4c25-bb70-60fbf2bee8d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b26d398b-530f-4c25-bb70-60fbf2bee8d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5e7857fa-47b8-439d-a5f5-3e2d012967fb {
  min-height: 50px;
}








#s-5e7857fa-47b8-439d-a5f5-3e2d012967fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e7857fa-47b8-439d-a5f5-3e2d012967fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6e5b9c2-9a59-4f50-8153-4f35e139dda0 {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-d6e5b9c2-9a59-4f50-8153-4f35e139dda0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-514be8dc-7564-47c3-94c0-a5e300ac9ae5 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-52f00dbb-9ce2-4742-a2c8-cf9c78cf2aa3 {
  min-height: 50px;
}








#s-52f00dbb-9ce2-4742-a2c8-cf9c78cf2aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52f00dbb-9ce2-4742-a2c8-cf9c78cf2aa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-092da5c0-bf70-49ca-bdf2-af9a636b138d {
  display: none;
}
#s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35ea45f6-3b1d-43dd-a054-abe32ac2f0d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-60adea65-c38c-490e-b9a5-d3558207eded {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-60adea65-c38c-490e-b9a5-d3558207eded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60adea65-c38c-490e-b9a5-d3558207eded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7d906b7-6f7b-4795-88ff-b61439431dbd {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7d906b7-6f7b-4795-88ff-b61439431dbd img.shogun-image {
  width: 100%;
}




#s-3683981e-fa4a-4423-8c2f-3c4ccb004b64 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3683981e-fa4a-4423-8c2f-3c4ccb004b64:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3683981e-fa4a-4423-8c2f-3c4ccb004b64:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3683981e-fa4a-4423-8c2f-3c4ccb004b64 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3683981e-fa4a-4423-8c2f-3c4ccb004b64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3683981e-fa4a-4423-8c2f-3c4ccb004b64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-3683981e-fa4a-4423-8c2f-3c4ccb004b64.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-28834742-8b60-4256-9579-54f7e713333d {
  min-height: 50px;
}








#s-28834742-8b60-4256-9579-54f7e713333d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28834742-8b60-4256-9579-54f7e713333d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41195b20-da3d-469d-841e-84b53a43013d {
  margin-top: 0%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-41195b20-da3d-469d-841e-84b53a43013d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c68693a5-484d-4d69-bf28-1a64a6a45794 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-cc91a9b5-a655-419c-b14b-e2b61b334389 {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-cc91a9b5-a655-419c-b14b-e2b61b334389 {
  display: none;
}
#s-cc91a9b5-a655-419c-b14b-e2b61b334389, #wrap-s-cc91a9b5-a655-419c-b14b-e2b61b334389 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc91a9b5-a655-419c-b14b-e2b61b334389 {
  display: none;
}
#s-cc91a9b5-a655-419c-b14b-e2b61b334389, #wrap-s-cc91a9b5-a655-419c-b14b-e2b61b334389 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc91a9b5-a655-419c-b14b-e2b61b334389 {
  
}
}@media (max-width: 767px){#s-cc91a9b5-a655-419c-b14b-e2b61b334389 {
  display: none;
}
#s-cc91a9b5-a655-419c-b14b-e2b61b334389, #wrap-s-cc91a9b5-a655-419c-b14b-e2b61b334389 { display:none !important; }}







#s-cc91a9b5-a655-419c-b14b-e2b61b334389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc91a9b5-a655-419c-b14b-e2b61b334389.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cda355a6-ca3b-4054-93df-1f2854ef589c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 6%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-cda355a6-ca3b-4054-93df-1f2854ef589c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cda355a6-ca3b-4054-93df-1f2854ef589c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a04ebbe-7133-4a27-b9e0-1a0693127c07 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0a04ebbe-7133-4a27-b9e0-1a0693127c07 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a2a531a3-36ee-4757-8b89-ab4d535bd045 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a2a531a3-36ee-4757-8b89-ab4d535bd045 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2a531a3-36ee-4757-8b89-ab4d535bd045 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2a531a3-36ee-4757-8b89-ab4d535bd045 {
  
}
}@media (max-width: 767px){#s-a2a531a3-36ee-4757-8b89-ab4d535bd045 {
  
}
}
#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 4%;
margin-left: 25%;
margin-right: 25%;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6-root {
    text-align: center;
  }


#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6-root {
    text-align: center;
  }


#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6-root {
    text-align: center;
  }


#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6-root {
    text-align: center;
  }


#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6-root {
    text-align: center;
  }


#s-10e13261-a16d-4dcd-acec-f08ee7c4c9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 {
  display: none;
}
#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4, #wrap-s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 {
  display: none;
}
#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4, #wrap-s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 {
  display: none;
}
#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4, #wrap-s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 { display:none !important; }}@media (max-width: 767px){#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 {
  
}
}







#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73b8156e-bc9a-44b6-a03b-352ab9f5c0d4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19ffb1ac-cf4a-4ca1-b137-0306b7e07ece {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 4%;
margin-bottom: 6%;
margin-right: 4%;
min-height: 400px;
background-position: center center;
}








#s-19ffb1ac-cf4a-4ca1-b137-0306b7e07ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ffb1ac-cf4a-4ca1-b137-0306b7e07ece.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cac2accc-c0e8-4dd3-941e-ce6afacef566 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cac2accc-c0e8-4dd3-941e-ce6afacef566 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-aed28d03-647f-4278-8dd5-c34b4b760cc6 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-aed28d03-647f-4278-8dd5-c34b4b760cc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aed28d03-647f-4278-8dd5-c34b4b760cc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aed28d03-647f-4278-8dd5-c34b4b760cc6 {
  
}
}@media (max-width: 767px){#s-aed28d03-647f-4278-8dd5-c34b4b760cc6 {
  
}
}
#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 4%;
margin-left: 13%;
margin-bottom: 7%;
margin-right: 13%;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 0px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72-root {
    text-align: center;
  }


#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72-root {
    text-align: center;
  }


#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72-root {
    text-align: center;
  }


#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72-root {
    text-align: center;
  }


#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72-root {
    text-align: center;
  }


#s-6c3adb99-a8a1-4f6d-8fd0-b29171a7ec72.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-16d3a8ff-4ab0-48f0-acd1-1087d8a2fab5 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-16d3a8ff-4ab0-48f0-acd1-1087d8a2fab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16d3a8ff-4ab0-48f0-acd1-1087d8a2fab5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfb1f605-3c5e-4290-96a5-bc8cad1867e1 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dfb1f605-3c5e-4290-96a5-bc8cad1867e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfb1f605-3c5e-4290-96a5-bc8cad1867e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfb1f605-3c5e-4290-96a5-bc8cad1867e1 {
  
}
}@media (max-width: 767px){#s-dfb1f605-3c5e-4290-96a5-bc8cad1867e1 {
  
}
}







#s-dfb1f605-3c5e-4290-96a5-bc8cad1867e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-dfb1f605-3c5e-4290-96a5-bc8cad1867e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa71822a-c24e-48a9-ab61-d97129930134 {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-aa71822a-c24e-48a9-ab61-d97129930134 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa71822a-c24e-48a9-ab61-d97129930134 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa71822a-c24e-48a9-ab61-d97129930134 {
  
}
}@media (max-width: 767px){#s-aa71822a-c24e-48a9-ab61-d97129930134 {
  
}
}
#s-aa71822a-c24e-48a9-ab61-d97129930134 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3e92a043-3155-4dba-ad73-48704001c011 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-3e92a043-3155-4dba-ad73-48704001c011"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3e92a043-3155-4dba-ad73-48704001c011"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e92a043-3155-4dba-ad73-48704001c011"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e92a043-3155-4dba-ad73-48704001c011"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-20fbcc12-7c21-4fc7-80c6-f5605d02e58a {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-20fbcc12-7c21-4fc7-80c6-f5605d02e58a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20fbcc12-7c21-4fc7-80c6-f5605d02e58a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b638e52d-8ff3-4120-90ae-bf6148e76ba6 {
  display: none;
}
#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 {
  text-align: left;
}



.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03b85ef9-d5db-41bd-b13b-8b53e7175337 img.shogun-image {
  width: 100%;
}




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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-f31ca10d-8d33-4cbb-bcb5-3853455643ce {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-f31ca10d-8d33-4cbb-bcb5-3853455643ce .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e4dcf566-191f-447e-b324-75f7b2282834 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e4dcf566-191f-447e-b324-75f7b2282834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4dcf566-191f-447e-b324-75f7b2282834.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ea40d02-8d46-4c6b-885a-d455bc41f62d {
  display: none;
}
#s-428d48a2-e709-449c-b6f5-c9703066cd97 {
  text-align: left;
}



.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-428d48a2-e709-449c-b6f5-c9703066cd97 img.shogun-image {
  width: 100%;
}




#s-9096664b-21db-4b41-924c-e615afc0aad6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-9096664b-21db-4b41-924c-e615afc0aad6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3c9f86f9-ceb2-402f-8792-894e6f1952b2 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3c9f86f9-ceb2-402f-8792-894e6f1952b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c9f86f9-ceb2-402f-8792-894e6f1952b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a637e839-3a9e-4bef-a895-f8f184bff363 {
  display: none;
}
#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 {
  text-align: left;
}



.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4ae036d-ef0f-4147-a17e-4c593cd88d71 img.shogun-image {
  width: 100%;
}




#s-000f14c3-3f58-4f63-8054-9791dea56e73 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-000f14c3-3f58-4f63-8054-9791dea56e73 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-48886d98-5bab-4f9e-89ab-e1b10dcfe2a9 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-48886d98-5bab-4f9e-89ab-e1b10dcfe2a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48886d98-5bab-4f9e-89ab-e1b10dcfe2a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-706cb034-bea7-4d52-b74a-86a7a62e5912 {
  display: none;
}
#s-f98cfa55-fa04-4672-b489-608edb6a418d {
  text-align: left;
}



.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f98cfa55-fa04-4672-b489-608edb6a418d img.shogun-image {
  width: 100%;
}




#s-e92c0bef-2a51-4e83-acdd-2239d5842616 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-e92c0bef-2a51-4e83-acdd-2239d5842616 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941 {
  display: none;
}
#s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941, #wrap-s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941 {
  display: none;
}
#s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941, #wrap-s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941 { display:none !important; }}







#s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3bb772a-bd0f-4cb1-aaae-4c8c18d01941.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e25f1eb-a3e8-457c-a5cc-e01116a9a90e {
  margin-top: 7%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0e25f1eb-a3e8-457c-a5cc-e01116a9a90e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



@media (min-width: 1200px){#s-b3aa55cb-8fba-4fed-8386-e780a1606cbb {
  display: none;
}
#s-b3aa55cb-8fba-4fed-8386-e780a1606cbb, #wrap-s-b3aa55cb-8fba-4fed-8386-e780a1606cbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3aa55cb-8fba-4fed-8386-e780a1606cbb {
  display: none;
}
#s-b3aa55cb-8fba-4fed-8386-e780a1606cbb, #wrap-s-b3aa55cb-8fba-4fed-8386-e780a1606cbb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3aa55cb-8fba-4fed-8386-e780a1606cbb {
  display: none;
}
#s-b3aa55cb-8fba-4fed-8386-e780a1606cbb, #wrap-s-b3aa55cb-8fba-4fed-8386-e780a1606cbb { display:none !important; }}
@media (min-width: 0px) {
[id="s-b3aa55cb-8fba-4fed-8386-e780a1606cbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3aa55cb-8fba-4fed-8386-e780a1606cbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3aa55cb-8fba-4fed-8386-e780a1606cbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3aa55cb-8fba-4fed-8386-e780a1606cbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-200cde3b-ce70-43ab-bdee-2ffc6f170ebf {
  margin-left: 10%;
margin-right: 6%;
min-height: 50px;
}








#s-200cde3b-ce70-43ab-bdee-2ffc6f170ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-200cde3b-ce70-43ab-bdee-2ffc6f170ebf.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;
}
#s-2448c4a1-f6a9-4fdf-afd2-e97b55560eff {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-2448c4a1-f6a9-4fdf-afd2-e97b55560eff img.shogun-image {
    

    
    
    
  }


#s-2448c4a1-f6a9-4fdf-afd2-e97b55560eff .shogun-image-content {
  
    align-items: center;
  
}

#s-dd5648ea-7526-4639-9d1b-7af9122d27f6 {
  margin-left: 0%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd5648ea-7526-4639-9d1b-7af9122d27f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-20103c97-66f4-4158-ae32-a800d7ceeff0 {
  margin-top: 2%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-caddd952-c1c9-44a5-8d9f-6f5a7fd85c57 {
  margin-bottom: 2%;
margin-right: 4%;
}

#s-73875ce8-3187-429d-9a9f-5bbe32e62627 {
  margin-left: 6%;
margin-right: 10%;
min-height: 50px;
}








#s-73875ce8-3187-429d-9a9f-5bbe32e62627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73875ce8-3187-429d-9a9f-5bbe32e62627.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f1ea16f-0ab7-4e7a-9100-0f2544a988db {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-3f1ea16f-0ab7-4e7a-9100-0f2544a988db img.shogun-image {
    

    
    
    
  }


#s-3f1ea16f-0ab7-4e7a-9100-0f2544a988db .shogun-image-content {
  
    align-items: center;
  
}

#s-6160f2eb-d357-44ac-b9f2-f2a13936c91b {
  margin-left: 4%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6160f2eb-d357-44ac-b9f2-f2a13936c91b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-958ee11a-60d5-4735-845d-c7bcea410ed8 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 1%;
}

#s-53c57707-2741-4781-b666-26de29e7e7ec {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-094f2b33-3df3-439e-a9e9-5441428ddc79 {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 500px;
}
@media (min-width: 1200px){#s-094f2b33-3df3-439e-a9e9-5441428ddc79 {
  display: none;
}
#s-094f2b33-3df3-439e-a9e9-5441428ddc79, #wrap-s-094f2b33-3df3-439e-a9e9-5441428ddc79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-094f2b33-3df3-439e-a9e9-5441428ddc79 {
  display: none;
}
#s-094f2b33-3df3-439e-a9e9-5441428ddc79, #wrap-s-094f2b33-3df3-439e-a9e9-5441428ddc79 { display:none !important; }}@media (max-width: 767px){#s-094f2b33-3df3-439e-a9e9-5441428ddc79 {
  display: none;
}
#s-094f2b33-3df3-439e-a9e9-5441428ddc79, #wrap-s-094f2b33-3df3-439e-a9e9-5441428ddc79 { display:none !important; }}







#s-094f2b33-3df3-439e-a9e9-5441428ddc79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-094f2b33-3df3-439e-a9e9-5441428ddc79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6939dd4e-3098-4ccd-8da5-9a978fc19ded {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6939dd4e-3098-4ccd-8da5-9a978fc19ded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6939dd4e-3098-4ccd-8da5-9a978fc19ded"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6939dd4e-3098-4ccd-8da5-9a978fc19ded"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6939dd4e-3098-4ccd-8da5-9a978fc19ded"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6939dd4e-3098-4ccd-8da5-9a978fc19ded"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6939dd4e-3098-4ccd-8da5-9a978fc19ded"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6939dd4e-3098-4ccd-8da5-9a978fc19ded"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-77307bdf-2e46-47dd-a103-be6f72382163 {
  min-height: 50px;
}








#s-77307bdf-2e46-47dd-a103-be6f72382163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77307bdf-2e46-47dd-a103-be6f72382163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51b572dc-0872-4a76-9951-f0853b41e275 {
  text-align: center;
}







  #s-51b572dc-0872-4a76-9951-f0853b41e275 img.shogun-image {
    

    
    
    
  }


#s-51b572dc-0872-4a76-9951-f0853b41e275 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1fe5b5d-93d5-4b76-8910-e078ad4909b5 {
  min-height: 50px;
}








#s-a1fe5b5d-93d5-4b76-8910-e078ad4909b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1fe5b5d-93d5-4b76-8910-e078ad4909b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9588e30a-b65a-4412-b46c-511f47ac50c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9588e30a-b65a-4412-b46c-511f47ac50c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-19d22cdc-9db9-40b1-a948-fc840af60676 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-8ff5c3af-3b38-4dc1-a9c5-60f46f0715c2 {
  margin-bottom: 2%;
}

#s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33ba3dbf-d8d4-4f55-9652-df01d248ad3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-16610f54-e6d3-4441-95b1-ed11f76aa1ed {
  min-height: 50px;
}








#s-16610f54-e6d3-4441-95b1-ed11f76aa1ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16610f54-e6d3-4441-95b1-ed11f76aa1ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54302343-3f9f-4a98-8eec-bef10753103a {
  text-align: center;
}







  #s-54302343-3f9f-4a98-8eec-bef10753103a img.shogun-image {
    

    
    
    
  }


#s-54302343-3f9f-4a98-8eec-bef10753103a .shogun-image-content {
  
    align-items: center;
  
}

#s-6eea9f6c-c931-4e83-a678-17094737cdf0 {
  min-height: 50px;
}








#s-6eea9f6c-c931-4e83-a678-17094737cdf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eea9f6c-c931-4e83-a678-17094737cdf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdda1f04-ecdc-4ddf-a022-fbc4fc14b2b4 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdda1f04-ecdc-4ddf-a022-fbc4fc14b2b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-7978184c-0c14-43c9-b3b8-7e32c2c22298 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-0993c5fa-0982-4d55-b1ad-1d8683697488 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-9ddf3ef1-08cf-490a-bb54-200f438abd65 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-9ddf3ef1-08cf-490a-bb54-200f438abd65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ddf3ef1-08cf-490a-bb54-200f438abd65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ddf3ef1-08cf-490a-bb54-200f438abd65 {
  display: none;
}
#s-9ddf3ef1-08cf-490a-bb54-200f438abd65, #wrap-s-9ddf3ef1-08cf-490a-bb54-200f438abd65 { display:none !important; }}@media (max-width: 767px){#s-9ddf3ef1-08cf-490a-bb54-200f438abd65 {
  display: none;
}
#s-9ddf3ef1-08cf-490a-bb54-200f438abd65, #wrap-s-9ddf3ef1-08cf-490a-bb54-200f438abd65 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9ddf3ef1-08cf-490a-bb54-200f438abd65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ddf3ef1-08cf-490a-bb54-200f438abd65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ddf3ef1-08cf-490a-bb54-200f438abd65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ddf3ef1-08cf-490a-bb54-200f438abd65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ddf3ef1-08cf-490a-bb54-200f438abd65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ddf3ef1-08cf-490a-bb54-200f438abd65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ddf3ef1-08cf-490a-bb54-200f438abd65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-fc35cfd4-089f-4474-8be9-a0c7f70c028b {
  margin-top: 4%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fc35cfd4-089f-4474-8be9-a0c7f70c028b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc35cfd4-089f-4474-8be9-a0c7f70c028b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc35cfd4-089f-4474-8be9-a0c7f70c028b {
  
}
}@media (max-width: 767px){#s-fc35cfd4-089f-4474-8be9-a0c7f70c028b {
  
}
}







#s-fc35cfd4-089f-4474-8be9-a0c7f70c028b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc35cfd4-089f-4474-8be9-a0c7f70c028b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5aa587e9-09f0-49cb-99db-a2cb2cee53e2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
min-height: 600px;
background-position: center center;
}








#s-5aa587e9-09f0-49cb-99db-a2cb2cee53e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aa587e9-09f0-49cb-99db-a2cb2cee53e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b6b42d13-3546-48df-9c6b-86e1a5168737 {
  min-height: 42px;
}








#s-b6b42d13-3546-48df-9c6b-86e1a5168737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6b42d13-3546-48df-9c6b-86e1a5168737.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aaa92df9-1dcd-40a9-a2e2-0b681b31e71d {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aaa92df9-1dcd-40a9-a2e2-0b681b31e71d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  
}



#s-dc60f7ef-cb8d-451b-98f1-167e3e9076a0 {
  margin-top: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 500px;
}








#s-dc60f7ef-cb8d-451b-98f1-167e3e9076a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc60f7ef-cb8d-451b-98f1-167e3e9076a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d82bd98a-8897-414e-9fe9-db3b965af16c {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d82bd98a-8897-414e-9fe9-db3b965af16c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d82bd98a-8897-414e-9fe9-db3b965af16c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d82bd98a-8897-414e-9fe9-db3b965af16c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d82bd98a-8897-414e-9fe9-db3b965af16c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d82bd98a-8897-414e-9fe9-db3b965af16c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d82bd98a-8897-414e-9fe9-db3b965af16c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d82bd98a-8897-414e-9fe9-db3b965af16c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-70e4e458-da02-40ad-859c-4cf910f0d435 {
  min-height: 50px;
}








#s-70e4e458-da02-40ad-859c-4cf910f0d435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e4e458-da02-40ad-859c-4cf910f0d435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5098d09-cbc0-4853-83f2-49dc45ea5d23 {
  text-align: center;
}







  #s-e5098d09-cbc0-4853-83f2-49dc45ea5d23 img.shogun-image {
    

    
    
    
  }


#s-e5098d09-cbc0-4853-83f2-49dc45ea5d23 .shogun-image-content {
  
    align-items: center;
  
}

#s-b181e285-3ea7-499a-b6d8-e860404a3323 {
  min-height: 50px;
}








#s-b181e285-3ea7-499a-b6d8-e860404a3323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b181e285-3ea7-499a-b6d8-e860404a3323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eee078df-a09b-40da-a2b4-a588f07cc67e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eee078df-a09b-40da-a2b4-a588f07cc67e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-2f2530aa-d2b3-44cc-8796-7dc85decfaab {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-73ac2fc1-b903-4c26-8ec4-bcdcaf348c15 {
  margin-bottom: 2%;
}

#s-a5d7e786-5394-45ec-89da-8c9c36297032 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a5d7e786-5394-45ec-89da-8c9c36297032"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5d7e786-5394-45ec-89da-8c9c36297032"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d7e786-5394-45ec-89da-8c9c36297032"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5d7e786-5394-45ec-89da-8c9c36297032"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d7e786-5394-45ec-89da-8c9c36297032"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5d7e786-5394-45ec-89da-8c9c36297032"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d7e786-5394-45ec-89da-8c9c36297032"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-74cfc103-d42d-442b-8d0a-75e676a908d6 {
  min-height: 50px;
}








#s-74cfc103-d42d-442b-8d0a-75e676a908d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74cfc103-d42d-442b-8d0a-75e676a908d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b80f089-e7d7-4102-9678-de9a2ad3fa6a {
  text-align: center;
}







  #s-5b80f089-e7d7-4102-9678-de9a2ad3fa6a img.shogun-image {
    

    
    
    
  }


#s-5b80f089-e7d7-4102-9678-de9a2ad3fa6a .shogun-image-content {
  
    align-items: center;
  
}

#s-d4aea4cd-da76-40a5-9952-40773134de8d {
  min-height: 50px;
}








#s-d4aea4cd-da76-40a5-9952-40773134de8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4aea4cd-da76-40a5-9952-40773134de8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ec01070-b71b-4ae9-8c56-c91ff3e2b16a {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ec01070-b71b-4ae9-8c56-c91ff3e2b16a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-51fc0b69-6467-4299-9fc0-6a2b51320f39 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-fbc97839-19cc-4801-93dd-7e748e83f62a {
  margin-top: 2%;
margin-bottom: 2%;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
