.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-6cddca81-a5b6-4982-9b1d-9326e5413123 {
  min-height: 50px;
}








#s-6cddca81-a5b6-4982-9b1d-9326e5413123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cddca81-a5b6-4982-9b1d-9326e5413123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e {
  display: none;
}
#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e, #wrap-s-125d265a-c4fd-45ad-8d72-34cb54f8d65e { display:none !important; }}@media (max-width: 767px){#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e {
  display: none;
}
#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e, #wrap-s-125d265a-c4fd-45ad-8d72-34cb54f8d65e { display:none !important; }}







#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-125d265a-c4fd-45ad-8d72-34cb54f8d65e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e7733a5-ab65-44db-9dd1-bde703f6fcf3 {
  margin-left: 15%;
margin-right: 15%;
}

#s-9e7733a5-ab65-44db-9dd1-bde703f6fcf3 {
  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-aec9a497-0180-4bf6-a49e-9be82082d51e {
  margin-left: -15%;
margin-right: -15%;
}

@media (min-width: 0px) {
[id="s-aec9a497-0180-4bf6-a49e-9be82082d51e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aec9a497-0180-4bf6-a49e-9be82082d51e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-aec9a497-0180-4bf6-a49e-9be82082d51e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-aec9a497-0180-4bf6-a49e-9be82082d51e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-aec9a497-0180-4bf6-a49e-9be82082d51e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-aec9a497-0180-4bf6-a49e-9be82082d51e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-aec9a497-0180-4bf6-a49e-9be82082d51e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

#s-5a09cc2b-91f0-4d1d-88dd-5cf0b83212d2 {
  background-attachment: fixed;
min-height: 50px;
}








#s-5a09cc2b-91f0-4d1d-88dd-5cf0b83212d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a09cc2b-91f0-4d1d-88dd-5cf0b83212d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-0120a957-894a-48f7-9d9b-9d18267a9136 {
  margin-right: 5%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}



.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0120a957-894a-48f7-9d9b-9d18267a9136 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-abaa7122-b669-415f-a7f7-6b90b677ea82 {
  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-abaa7122-b669-415f-a7f7-6b90b677ea82 .shg-gallery-thumb-image-wrapper {
  

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

#s-abaa7122-b669-415f-a7f7-6b90b677ea82 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-abaa7122-b669-415f-a7f7-6b90b677ea82 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-abaa7122-b669-415f-a7f7-6b90b677ea82 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-abaa7122-b669-415f-a7f7-6b90b677ea82 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-abaa7122-b669-415f-a7f7-6b90b677ea82 .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-4d997d01-7e3d-4f1f-a17f-3b8f35ea24e7 {
  margin-top: 9%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d997d01-7e3d-4f1f-a17f-3b8f35ea24e7 .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-bd0547dd-b0b3-4a72-ad73-92000fff4b44 {
  margin-top: 2%;
margin-right: 5%;
padding-right: 0%;
}

#s-1083ef1a-1dcb-4a6d-80e1-f57dd8fa3ea7 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1083ef1a-1dcb-4a6d-80e1-f57dd8fa3ea7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-7e48f1c3-6b96-4302-99bc-88a516fd97b1 {
  margin-top: -2px;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e48f1c3-6b96-4302-99bc-88a516fd97b1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}



#s-1080e2eb-730d-4e71-b863-2833e6c99917 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-6f4732b3-1562-4dce-9cdc-65809975e6f6 {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 2%;
}

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

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

#s-84cf9eff-c6d0-4eaa-93a0-0e9a43ce0b89 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-84cf9eff-c6d0-4eaa-93a0-0e9a43ce0b89 hr {
  border-top: 2px solid #ddd;
}

#s-214284fd-2ee1-4baa-8b61-ac141fa66fd8 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-214284fd-2ee1-4baa-8b61-ac141fa66fd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-214284fd-2ee1-4baa-8b61-ac141fa66fd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-214284fd-2ee1-4baa-8b61-ac141fa66fd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-214284fd-2ee1-4baa-8b61-ac141fa66fd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-214284fd-2ee1-4baa-8b61-ac141fa66fd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-214284fd-2ee1-4baa-8b61-ac141fa66fd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-214284fd-2ee1-4baa-8b61-ac141fa66fd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5f0373cd-e4d8-4ed3-b7b6-8027ef8d801c {
  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;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 50%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac {
  
}
}
#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .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-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .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-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac-btn-wrapper {
    text-align: center;
  }


#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-variant-btn:hover {
  background: #252525;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-variant-btn:active, #s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a90573f4-1f95-4b6a-baa7-5b7f6dd961ac .shg-variant-btn.disabled {
  background: #252525;
}

#s-7a5091d0-6a39-41df-be85-8cfd041ca75c {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-7a5091d0-6a39-41df-be85-8cfd041ca75c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a5091d0-6a39-41df-be85-8cfd041ca75c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a5091d0-6a39-41df-be85-8cfd041ca75c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a5091d0-6a39-41df-be85-8cfd041ca75c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a5091d0-6a39-41df-be85-8cfd041ca75c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a5091d0-6a39-41df-be85-8cfd041ca75c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a5091d0-6a39-41df-be85-8cfd041ca75c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-aaa23ebe-d459-4483-9582-ee39890bc34c {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0%;
}

#s-272e1a9a-6fb0-4108-8f90-420519997962 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-272e1a9a-6fb0-4108-8f90-420519997962 .shg-product-quantity-wrapper {
  display: flex;
}

#s-272e1a9a-6fb0-4108-8f90-420519997962 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-272e1a9a-6fb0-4108-8f90-420519997962 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-272e1a9a-6fb0-4108-8f90-420519997962 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-272e1a9a-6fb0-4108-8f90-420519997962 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-70b0dd2f-f0de-4f20-8f42-04bdb1f13c1c {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0b9384d7-44f8-48d7-a3a4-e24ebe217ed8"] > .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-27f6dc50-511c-401c-86ff-40766c2a1da4 {
  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-27f6dc50-511c-401c-86ff-40766c2a1da4:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-27f6dc50-511c-401c-86ff-40766c2a1da4:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-27f6dc50-511c-401c-86ff-40766c2a1da4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27f6dc50-511c-401c-86ff-40766c2a1da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27f6dc50-511c-401c-86ff-40766c2a1da4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-27f6dc50-511c-401c-86ff-40766c2a1da4.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-e57db7de-f472-48d6-a358-e64e93c2b8d8 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-e57db7de-f472-48d6-a358-e64e93c2b8d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e57db7de-f472-48d6-a358-e64e93c2b8d8 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-e57db7de-f472-48d6-a358-e64e93c2b8d8 .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-5c5ce852-199d-4f62-8e6a-6f5e8410569d {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
}

#s-c86708c0-5b3e-4867-9137-6443d4343237 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c86708c0-5b3e-4867-9137-6443d4343237 hr {
  border-top: 2px solid #ddd;
}

#s-84b5b473-86fe-4b9c-9101-7c788e48505c {
  min-height: 50px;
}








#s-84b5b473-86fe-4b9c-9101-7c788e48505c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84b5b473-86fe-4b9c-9101-7c788e48505c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9e76292-0fd3-41fd-a0c7-6fe31be7a625 {
  display: none;
}
#s-7d3d6755-88b0-4083-9584-df57c7cc6141 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-7d3d6755-88b0-4083-9584-df57c7cc6141"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d3d6755-88b0-4083-9584-df57c7cc6141"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d3d6755-88b0-4083-9584-df57c7cc6141"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d3d6755-88b0-4083-9584-df57c7cc6141"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-84ee6d99-8b75-4045-9503-fa95d3dfc718 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-84ee6d99-8b75-4045-9503-fa95d3dfc718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84ee6d99-8b75-4045-9503-fa95d3dfc718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92574d1e-8d44-4fc9-b60d-41efcfb8bfc7 img.shogun-image {
  width: 100%;
}




#s-176f81c1-bd21-4d0e-a5ee-7faaf3122130 {
  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-176f81c1-bd21-4d0e-a5ee-7faaf3122130:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-176f81c1-bd21-4d0e-a5ee-7faaf3122130:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-176f81c1-bd21-4d0e-a5ee-7faaf3122130 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-176f81c1-bd21-4d0e-a5ee-7faaf3122130.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-176f81c1-bd21-4d0e-a5ee-7faaf3122130.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-176f81c1-bd21-4d0e-a5ee-7faaf3122130.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-176f81c1-bd21-4d0e-a5ee-7faaf3122130.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b982cce0-e2c6-4adc-a0e7-0d20dff47b13 {
  min-height: 50px;
}








#s-b982cce0-e2c6-4adc-a0e7-0d20dff47b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b982cce0-e2c6-4adc-a0e7-0d20dff47b13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af502c76-1a9f-4f1e-b5ff-e2fe37b8392c {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-af502c76-1a9f-4f1e-b5ff-e2fe37b8392c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-395bf646-6ce5-41dd-b5da-8613a32244ae {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-50571d4f-be16-4be3-90ca-1382704dffda {
  min-height: 50px;
}








#s-50571d4f-be16-4be3-90ca-1382704dffda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50571d4f-be16-4be3-90ca-1382704dffda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e88c0d3b-7ef5-464d-8624-64d7351db21d {
  display: none;
}
#s-ccaf0081-f189-41f1-ae4f-5fe44635f979 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-ccaf0081-f189-41f1-ae4f-5fe44635f979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccaf0081-f189-41f1-ae4f-5fe44635f979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccaf0081-f189-41f1-ae4f-5fe44635f979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccaf0081-f189-41f1-ae4f-5fe44635f979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-856a9595-28dd-4597-a372-f1143e326c8d {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-856a9595-28dd-4597-a372-f1143e326c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-856a9595-28dd-4597-a372-f1143e326c8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c660ea9d-5e96-474e-b42f-c44c75661a08 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c660ea9d-5e96-474e-b42f-c44c75661a08 img.shogun-image {
  width: 100%;
}




.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-95da4757-0c8f-46a5-8389-d666f62183d9 {
  margin-top: 0%;
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;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-95da4757-0c8f-46a5-8389-d666f62183d9:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-95da4757-0c8f-46a5-8389-d666f62183d9:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-95da4757-0c8f-46a5-8389-d666f62183d9-root {
    text-align: center;
  }


#s-95da4757-0c8f-46a5-8389-d666f62183d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95da4757-0c8f-46a5-8389-d666f62183d9-root {
    text-align: center;
  }


#s-95da4757-0c8f-46a5-8389-d666f62183d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95da4757-0c8f-46a5-8389-d666f62183d9-root {
    text-align: center;
  }


#s-95da4757-0c8f-46a5-8389-d666f62183d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95da4757-0c8f-46a5-8389-d666f62183d9-root {
    text-align: center;
  }


#s-95da4757-0c8f-46a5-8389-d666f62183d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95da4757-0c8f-46a5-8389-d666f62183d9-root {
    text-align: center;
  }


#s-95da4757-0c8f-46a5-8389-d666f62183d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-95da4757-0c8f-46a5-8389-d666f62183d9-root {
    text-align: center;
  }


#s-95da4757-0c8f-46a5-8389-d666f62183d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6fe38291-6a8b-4cbc-9e59-2e961c1ff2eb {
  min-height: 50px;
}








#s-6fe38291-6a8b-4cbc-9e59-2e961c1ff2eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fe38291-6a8b-4cbc-9e59-2e961c1ff2eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68d8e0b2-1e19-4864-96a5-b3afd9f3739a {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-68d8e0b2-1e19-4864-96a5-b3afd9f3739a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4bca20a6-0ce3-43d7-ac4f-f859e62263c3 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-a8b3b968-9a9e-4742-9f80-e7599d864afd {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-a8b3b968-9a9e-4742-9f80-e7599d864afd {
  display: none;
}
#s-a8b3b968-9a9e-4742-9f80-e7599d864afd, #wrap-s-a8b3b968-9a9e-4742-9f80-e7599d864afd { display:none !important; }}@media (max-width: 767px){#s-a8b3b968-9a9e-4742-9f80-e7599d864afd {
  display: none;
}
#s-a8b3b968-9a9e-4742-9f80-e7599d864afd, #wrap-s-a8b3b968-9a9e-4742-9f80-e7599d864afd { display:none !important; }}







#s-a8b3b968-9a9e-4742-9f80-e7599d864afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b3b968-9a9e-4742-9f80-e7599d864afd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99031313-f49c-4ab3-8716-1e0c9e3c000f {
  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-99031313-f49c-4ab3-8716-1e0c9e3c000f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99031313-f49c-4ab3-8716-1e0c9e3c000f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99031313-f49c-4ab3-8716-1e0c9e3c000f {
  
}
}@media (max-width: 767px){#s-99031313-f49c-4ab3-8716-1e0c9e3c000f {
  
}
}







#s-99031313-f49c-4ab3-8716-1e0c9e3c000f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-99031313-f49c-4ab3-8716-1e0c9e3c000f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2a66aaa-91cb-49ed-8288-77cf39d38416 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-d2a66aaa-91cb-49ed-8288-77cf39d38416"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d2a66aaa-91cb-49ed-8288-77cf39d38416"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2a66aaa-91cb-49ed-8288-77cf39d38416"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2a66aaa-91cb-49ed-8288-77cf39d38416"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a1047ba1-f0b7-4ee2-a5f1-30a3268143dd {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a1047ba1-f0b7-4ee2-a5f1-30a3268143dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1047ba1-f0b7-4ee2-a5f1-30a3268143dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc845f4d-8064-42e1-8a5c-944bd697d5eb .shogun-icon-wrapper {
  text-align: center;
}


#s-fc845f4d-8064-42e1-8a5c-944bd697d5eb .shogun-icon-wrapper > .shogun-icon {

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

#s-aee213fa-f1ce-4ea5-ae83-dd71b7af2cd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aee213fa-f1ce-4ea5-ae83-dd71b7af2cd4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-769659b4-bc4a-4ee4-a279-3dddd03ac0f6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-769659b4-bc4a-4ee4-a279-3dddd03ac0f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-769659b4-bc4a-4ee4-a279-3dddd03ac0f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72d535a8-c1fd-4249-b466-5aa182ff4e4a .shogun-icon-wrapper {
  text-align: center;
}


#s-72d535a8-c1fd-4249-b466-5aa182ff4e4a .shogun-icon-wrapper > .shogun-icon {

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

#s-e85835ee-0397-4f52-807f-64b8f30b288d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e85835ee-0397-4f52-807f-64b8f30b288d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-ba0cb5d8-727e-4727-8899-1f6583ba80ad {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ba0cb5d8-727e-4727-8899-1f6583ba80ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba0cb5d8-727e-4727-8899-1f6583ba80ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-beff6c47-b5d3-4e4f-a60f-667b603ce38d .shogun-icon-wrapper {
  text-align: center;
}


#s-beff6c47-b5d3-4e4f-a60f-667b603ce38d .shogun-icon-wrapper > .shogun-icon {

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

#s-28b64403-60d7-4dcb-aadc-010ef4570732 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28b64403-60d7-4dcb-aadc-010ef4570732 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-3994b97a-6107-4d5f-8bfe-2ef6df060847 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3f514905-9026-4f42-88c8-9488a660f782 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3f514905-9026-4f42-88c8-9488a660f782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f514905-9026-4f42-88c8-9488a660f782.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8af72888-7f58-42b3-80fd-bede89825e18 .shogun-icon-wrapper {
  text-align: center;
}


#s-8af72888-7f58-42b3-80fd-bede89825e18 .shogun-icon-wrapper > .shogun-icon {

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

#s-2563f575-3c9e-4b0f-8b52-3b06f3257a8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2563f575-3c9e-4b0f-8b52-3b06f3257a8f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce {
  display: none;
}
#s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce, #wrap-s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce { display:none !important; }}@media (max-width: 767px){#s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce {
  display: none;
}
#s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce, #wrap-s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce { display:none !important; }}
@media (min-width: 0px) {
[id="s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6186091a-fd4d-4d8e-9d0e-9b1cf4e6fcce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b4bcb997-1850-4947-b4d4-bb042b23baee {
  margin-top: 4%;
margin-left: 10%;
margin-bottom: 4%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-b4bcb997-1850-4947-b4d4-bb042b23baee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4bcb997-1850-4947-b4d4-bb042b23baee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4bcb997-1850-4947-b4d4-bb042b23baee {
  
}
}@media (max-width: 767px){#s-b4bcb997-1850-4947-b4d4-bb042b23baee {
  
}
}







#s-b4bcb997-1850-4947-b4d4-bb042b23baee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4bcb997-1850-4947-b4d4-bb042b23baee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-847d45d3-a2e8-47f8-9c6e-fdb8a365919f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-847d45d3-a2e8-47f8-9c6e-fdb8a365919f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-90a09ec9-a1a0-4442-a582-1debdbd90b7b {
  margin-top: 4%;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-90a09ec9-a1a0-4442-a582-1debdbd90b7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90a09ec9-a1a0-4442-a582-1debdbd90b7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90a09ec9-a1a0-4442-a582-1debdbd90b7b {
  
}
}@media (max-width: 767px){#s-90a09ec9-a1a0-4442-a582-1debdbd90b7b {
  
}
}
#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2 {
  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: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-308f4bf2-13e2-4374-9de6-499fbab7bbe2-root {
    text-align: center;
  }


#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2.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-308f4bf2-13e2-4374-9de6-499fbab7bbe2-root {
    text-align: center;
  }


#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2.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-308f4bf2-13e2-4374-9de6-499fbab7bbe2-root {
    text-align: center;
  }


#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2.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-308f4bf2-13e2-4374-9de6-499fbab7bbe2-root {
    text-align: center;
  }


#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2.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-308f4bf2-13e2-4374-9de6-499fbab7bbe2-root {
    text-align: center;
  }


#s-308f4bf2-13e2-4374-9de6-499fbab7bbe2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-b39ad311-d93b-4627-9b6c-e03bd4614fe9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 7%;
min-height: 650px;
max-width: 800px;
background-position: right center;
}








#s-b39ad311-d93b-4627-9b6c-e03bd4614fe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b39ad311-d93b-4627-9b6c-e03bd4614fe9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326d9ed3-8012-4a3a-a894-8b446c3a97af {
  margin-top: 0%;
margin-bottom: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-326d9ed3-8012-4a3a-a894-8b446c3a97af {
  display: none;
}
#s-326d9ed3-8012-4a3a-a894-8b446c3a97af, #wrap-s-326d9ed3-8012-4a3a-a894-8b446c3a97af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-326d9ed3-8012-4a3a-a894-8b446c3a97af {
  display: none;
}
#s-326d9ed3-8012-4a3a-a894-8b446c3a97af, #wrap-s-326d9ed3-8012-4a3a-a894-8b446c3a97af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-326d9ed3-8012-4a3a-a894-8b446c3a97af {
  
}
}@media (max-width: 767px){#s-326d9ed3-8012-4a3a-a894-8b446c3a97af {
  
}
}







#s-326d9ed3-8012-4a3a-a894-8b446c3a97af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-326d9ed3-8012-4a3a-a894-8b446c3a97af.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60da20e4-cf34-4e31-834a-b62c4792c8a1 {
  margin-left: 5%;
margin-right: 5%;
}

#s-60da20e4-cf34-4e31-834a-b62c4792c8a1 {
  display: none;
}
#s-e58d3482-3053-4579-b285-7385fddb23a8 {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e58d3482-3053-4579-b285-7385fddb23a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-fa6633d6-153c-4237-8943-faf1a9d38ac8 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa6633d6-153c-4237-8943-faf1a9d38ac8 .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-c48580fe-47b7-4a05-85c0-5110f4a82031 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48580fe-47b7-4a05-85c0-5110f4a82031 img.shogun-image {
  width: 100%;
}



}
#s-3d104b55-0391-4bab-bd98-0989f5eb1844 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3d104b55-0391-4bab-bd98-0989f5eb1844 .shg-gallery-thumb-image-wrapper {
  

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

#s-3d104b55-0391-4bab-bd98-0989f5eb1844 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-3d104b55-0391-4bab-bd98-0989f5eb1844 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-3d104b55-0391-4bab-bd98-0989f5eb1844 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-3d104b55-0391-4bab-bd98-0989f5eb1844 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-3d104b55-0391-4bab-bd98-0989f5eb1844 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3b1a179d-06ec-4459-9b2f-9414347c8f1d {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-08ea6756-5c75-4d24-b1bd-14bac435aa25 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-08ea6756-5c75-4d24-b1bd-14bac435aa25 {
  display: none;
}
#s-08ea6756-5c75-4d24-b1bd-14bac435aa25, #wrap-s-08ea6756-5c75-4d24-b1bd-14bac435aa25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08ea6756-5c75-4d24-b1bd-14bac435aa25 {
  display: none;
}
#s-08ea6756-5c75-4d24-b1bd-14bac435aa25, #wrap-s-08ea6756-5c75-4d24-b1bd-14bac435aa25 { display:none !important; }}
#s-5fdd5b7a-46c9-4c08-a877-0e3347492d16 {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-5fdd5b7a-46c9-4c08-a877-0e3347492d16 {
  display: none;
}
#s-5fdd5b7a-46c9-4c08-a877-0e3347492d16, #wrap-s-5fdd5b7a-46c9-4c08-a877-0e3347492d16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fdd5b7a-46c9-4c08-a877-0e3347492d16 {
  display: none;
}
#s-5fdd5b7a-46c9-4c08-a877-0e3347492d16, #wrap-s-5fdd5b7a-46c9-4c08-a877-0e3347492d16 { display:none !important; }}
#s-5fdd5b7a-46c9-4c08-a877-0e3347492d16 hr {
  border-top: 2px solid #ddd;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 {
  display: none;
}
#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045, #wrap-s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 {
  display: none;
}
#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045, #wrap-s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 { display:none !important; }}
#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .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-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .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-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .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-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e47629e4-96d2-4bd7-846e-2b78cd4b2045-btn-wrapper {
    text-align: center;
  }


#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-variant-btn:hover {
  background: #252525;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-variant-btn:active, #s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e47629e4-96d2-4bd7-846e-2b78cd4b2045 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 {
  margin-top: 4%;
margin-left: 13%;
margin-bottom: 2%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 {
  display: none;
}
#s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86, #wrap-s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 {
  display: none;
}
#s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86, #wrap-s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 { display:none !important; }}
#s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-1fc0c1d4-e328-4fe8-a468-60fdb13f5e86 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-b417586c-5739-4a0c-bed6-9d1f83767ccc {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-83119ca9-63cd-4458-a99a-78aa2914a396 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-83119ca9-63cd-4458-a99a-78aa2914a396 {
  display: none;
}
#s-83119ca9-63cd-4458-a99a-78aa2914a396, #wrap-s-83119ca9-63cd-4458-a99a-78aa2914a396 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83119ca9-63cd-4458-a99a-78aa2914a396 {
  display: none;
}
#s-83119ca9-63cd-4458-a99a-78aa2914a396, #wrap-s-83119ca9-63cd-4458-a99a-78aa2914a396 { display:none !important; }}@media (max-width: 767px){#s-83119ca9-63cd-4458-a99a-78aa2914a396 {
  
}
}
@media (min-width: 0px) {
[id="s-83119ca9-63cd-4458-a99a-78aa2914a396"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-83119ca9-63cd-4458-a99a-78aa2914a396"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-83119ca9-63cd-4458-a99a-78aa2914a396"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-83119ca9-63cd-4458-a99a-78aa2914a396"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fbc62e83-04fe-4fde-8fc3-532c9df9dd64 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 5px;
}

#s-19691818-f99e-49ba-85e6-2414486982e4 {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 5px;
text-align: left;
}

#s-19691818-f99e-49ba-85e6-2414486982e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-19691818-f99e-49ba-85e6-2414486982e4 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-19691818-f99e-49ba-85e6-2414486982e4 .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-0799f1c3-70b7-4831-a690-0f51f0730b6a {
  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-0799f1c3-70b7-4831-a690-0f51f0730b6a:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-0799f1c3-70b7-4831-a690-0f51f0730b6a:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0799f1c3-70b7-4831-a690-0f51f0730b6a {
  display: none;
}
#s-0799f1c3-70b7-4831-a690-0f51f0730b6a, #wrap-s-0799f1c3-70b7-4831-a690-0f51f0730b6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0799f1c3-70b7-4831-a690-0f51f0730b6a {
  display: none;
}
#s-0799f1c3-70b7-4831-a690-0f51f0730b6a, #wrap-s-0799f1c3-70b7-4831-a690-0f51f0730b6a { display:none !important; }}


#s-0799f1c3-70b7-4831-a690-0f51f0730b6a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0799f1c3-70b7-4831-a690-0f51f0730b6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0799f1c3-70b7-4831-a690-0f51f0730b6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-0799f1c3-70b7-4831-a690-0f51f0730b6a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-f194746d-2bea-412d-8f27-1a189c4b09f1 {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

#s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc {
  display: none;
}
#s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc, #wrap-s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc {
  display: none;
}
#s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc, #wrap-s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc { display:none !important; }}







#s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b21926f-24cd-4ace-b0e3-45c2e4e0fcdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9e1b7b0-ecf1-4a1b-8953-5016748321b5 {
  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-f9e1b7b0-ecf1-4a1b-8953-5016748321b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9e1b7b0-ecf1-4a1b-8953-5016748321b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9e1b7b0-ecf1-4a1b-8953-5016748321b5 {
  
}
}@media (max-width: 767px){#s-f9e1b7b0-ecf1-4a1b-8953-5016748321b5 {
  
}
}







#s-f9e1b7b0-ecf1-4a1b-8953-5016748321b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-f9e1b7b0-ecf1-4a1b-8953-5016748321b5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63707709-0645-4867-90fd-69e833d98b2c {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-63707709-0645-4867-90fd-69e833d98b2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-63707709-0645-4867-90fd-69e833d98b2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63707709-0645-4867-90fd-69e833d98b2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63707709-0645-4867-90fd-69e833d98b2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ebd94da9-d089-4bf3-bf4d-4ce134cf5f49 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ebd94da9-d089-4bf3-bf4d-4ce134cf5f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebd94da9-d089-4bf3-bf4d-4ce134cf5f49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e39e03f-78c3-49b3-8ed2-e09ee7b814ab .shogun-icon-wrapper {
  text-align: center;
}


#s-0e39e03f-78c3-49b3-8ed2-e09ee7b814ab .shogun-icon-wrapper > .shogun-icon {

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

#s-f893a718-7d79-4b66-8ddb-b693424aad4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f893a718-7d79-4b66-8ddb-b693424aad4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-ff7655d3-a433-44f9-9804-2682f6adc8df {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ff7655d3-a433-44f9-9804-2682f6adc8df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff7655d3-a433-44f9-9804-2682f6adc8df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42cc550e-bb1a-4dc1-886d-2907f665e9f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-42cc550e-bb1a-4dc1-886d-2907f665e9f9 .shogun-icon-wrapper > .shogun-icon {

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

#s-3cf1cf30-66b7-46e0-a604-8d38aa78a7a3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cf1cf30-66b7-46e0-a604-8d38aa78a7a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-26ae7f2b-196b-4536-9408-c3c8e2fbd932 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-26ae7f2b-196b-4536-9408-c3c8e2fbd932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ae7f2b-196b-4536-9408-c3c8e2fbd932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36639cee-d228-4d65-8548-11ef0ac2abbe .shogun-icon-wrapper {
  text-align: center;
}


#s-36639cee-d228-4d65-8548-11ef0ac2abbe .shogun-icon-wrapper > .shogun-icon {

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

#s-0472c304-3aec-4792-b576-ceb89181a81a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0472c304-3aec-4792-b576-ceb89181a81a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-6d9f3cfa-4c70-4677-a822-c5b28cb71ec7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-397a5cc5-46d0-4577-bde5-03b93ff86d15 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-397a5cc5-46d0-4577-bde5-03b93ff86d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-397a5cc5-46d0-4577-bde5-03b93ff86d15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9b734da-acb7-4be2-9849-ab9538c805a0 .shogun-icon-wrapper {
  text-align: center;
}


#s-b9b734da-acb7-4be2-9849-ab9538c805a0 .shogun-icon-wrapper > .shogun-icon {

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

#s-a7765b8e-7ae8-4e33-a998-f5c0a997bb44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7765b8e-7ae8-4e33-a998-f5c0a997bb44 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b {
  display: none;
}
#s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b, #wrap-s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b {
  display: none;
}
#s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b, #wrap-s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b { display:none !important; }}







#s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c8a3ae5-b227-4cf1-b149-e90e53d8f50b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc2f2964-6a1c-4d8f-ad0e-8980bd63a450 {
  min-height: 50px;
}








#s-cc2f2964-6a1c-4d8f-ad0e-8980bd63a450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2f2964-6a1c-4d8f-ad0e-8980bd63a450.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-684f10b3-f7da-434f-a1d7-3bb3cd1b23c0 {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-684f10b3-f7da-434f-a1d7-3bb3cd1b23c0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-b605f43c-624b-402a-b515-26d879429a6f {
  margin-top: 3%;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
}

#s-6ecf1210-69ef-4102-b0a8-cd167ef679cb {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-6ecf1210-69ef-4102-b0a8-cd167ef679cb {
  display: none;
}
#s-6ecf1210-69ef-4102-b0a8-cd167ef679cb, #wrap-s-6ecf1210-69ef-4102-b0a8-cd167ef679cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ecf1210-69ef-4102-b0a8-cd167ef679cb {
  display: none;
}
#s-6ecf1210-69ef-4102-b0a8-cd167ef679cb, #wrap-s-6ecf1210-69ef-4102-b0a8-cd167ef679cb { display:none !important; }}







#s-6ecf1210-69ef-4102-b0a8-cd167ef679cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ecf1210-69ef-4102-b0a8-cd167ef679cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13f17358-9204-4a23-adf7-b6360a1bc8fa {
  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-13f17358-9204-4a23-adf7-b6360a1bc8fa {
  display: none;
}
#s-13f17358-9204-4a23-adf7-b6360a1bc8fa, #wrap-s-13f17358-9204-4a23-adf7-b6360a1bc8fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13f17358-9204-4a23-adf7-b6360a1bc8fa {
  display: none;
}
#s-13f17358-9204-4a23-adf7-b6360a1bc8fa, #wrap-s-13f17358-9204-4a23-adf7-b6360a1bc8fa { display:none !important; }}







#s-13f17358-9204-4a23-adf7-b6360a1bc8fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13f17358-9204-4a23-adf7-b6360a1bc8fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97c47045-fb9b-4982-9dd7-6cf193af720c {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-97c47045-fb9b-4982-9dd7-6cf193af720c {
  display: none;
}
#s-97c47045-fb9b-4982-9dd7-6cf193af720c, #wrap-s-97c47045-fb9b-4982-9dd7-6cf193af720c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97c47045-fb9b-4982-9dd7-6cf193af720c {
  display: none;
}
#s-97c47045-fb9b-4982-9dd7-6cf193af720c, #wrap-s-97c47045-fb9b-4982-9dd7-6cf193af720c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97c47045-fb9b-4982-9dd7-6cf193af720c {
  display: none;
}
#s-97c47045-fb9b-4982-9dd7-6cf193af720c, #wrap-s-97c47045-fb9b-4982-9dd7-6cf193af720c { display:none !important; }}
#s-97c47045-fb9b-4982-9dd7-6cf193af720c {
  display: none;
}
#s-2223f637-0e20-433e-9721-30ee068c6926 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}



.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2223f637-0e20-433e-9721-30ee068c6926 img.shogun-image {
  width: 100%;
}




#s-70e87c10-0ee6-46b3-9d5f-9dd71e904a28 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-70e87c10-0ee6-46b3-9d5f-9dd71e904a28 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-91a215c2-000c-43a1-899d-b88a2bd8ba87 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-13a48cb8-4fbb-4af7-a709-d8e25c80402d {
  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-13a48cb8-4fbb-4af7-a709-d8e25c80402d:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13a48cb8-4fbb-4af7-a709-d8e25c80402d:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-13a48cb8-4fbb-4af7-a709-d8e25c80402d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13a48cb8-4fbb-4af7-a709-d8e25c80402d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13a48cb8-4fbb-4af7-a709-d8e25c80402d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-13a48cb8-4fbb-4af7-a709-d8e25c80402d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b {
  display: none;
}
#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b, #wrap-s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b {
  display: none;
}
#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b, #wrap-s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b {
  display: none;
}
#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b, #wrap-s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b { display:none !important; }}







#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c064e9-4d27-4116-8a1c-46e0e07b7a2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d9ca7db-fba2-4b98-98d3-7c5a7e9b8b6c {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-1d9ca7db-fba2-4b98-98d3-7c5a7e9b8b6c {
  display: none;
}
#s-5be4860a-c671-4632-9028-2c1ef6dd6869 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
text-align: left;
}



.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be4860a-c671-4632-9028-2c1ef6dd6869 img.shogun-image {
  width: 100%;
}




#s-73ab717e-0afb-4414-ab8e-560da785dbc9 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-73ab717e-0afb-4414-ab8e-560da785dbc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8a54b26d-da47-4805-ae25-8d9b4d98c353 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-cfa54c82-445d-4786-8276-0098006454c3 {
  margin-top: 3%;
margin-bottom: 10%;
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;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cfa54c82-445d-4786-8276-0098006454c3:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cfa54c82-445d-4786-8276-0098006454c3:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cfa54c82-445d-4786-8276-0098006454c3-root {
    text-align: center;
  }


#s-cfa54c82-445d-4786-8276-0098006454c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfa54c82-445d-4786-8276-0098006454c3-root {
    text-align: center;
  }


#s-cfa54c82-445d-4786-8276-0098006454c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfa54c82-445d-4786-8276-0098006454c3-root {
    text-align: center;
  }


#s-cfa54c82-445d-4786-8276-0098006454c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfa54c82-445d-4786-8276-0098006454c3-root {
    text-align: center;
  }


#s-cfa54c82-445d-4786-8276-0098006454c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfa54c82-445d-4786-8276-0098006454c3-root {
    text-align: center;
  }


#s-cfa54c82-445d-4786-8276-0098006454c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-cfa54c82-445d-4786-8276-0098006454c3-root {
    text-align: center;
  }


#s-cfa54c82-445d-4786-8276-0098006454c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-8777ba47-7518-4da5-896f-5c35171ee4a1 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8777ba47-7518-4da5-896f-5c35171ee4a1 {
  display: none;
}
#s-8777ba47-7518-4da5-896f-5c35171ee4a1, #wrap-s-8777ba47-7518-4da5-896f-5c35171ee4a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8777ba47-7518-4da5-896f-5c35171ee4a1 {
  display: none;
}
#s-8777ba47-7518-4da5-896f-5c35171ee4a1, #wrap-s-8777ba47-7518-4da5-896f-5c35171ee4a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8777ba47-7518-4da5-896f-5c35171ee4a1 {
  
}
}@media (max-width: 767px){#s-8777ba47-7518-4da5-896f-5c35171ee4a1 {
  display: none;
}
#s-8777ba47-7518-4da5-896f-5c35171ee4a1, #wrap-s-8777ba47-7518-4da5-896f-5c35171ee4a1 { display:none !important; }}







#s-8777ba47-7518-4da5-896f-5c35171ee4a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8777ba47-7518-4da5-896f-5c35171ee4a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02aefcc3-6f72-43d5-ad81-75ac1c6e75cf {
  display: none;
}
#s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ea6f7b8-70a2-4e14-bada-f51a5517cda4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-5e459b92-6286-4767-b423-1bf0794f0113 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-5e459b92-6286-4767-b423-1bf0794f0113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e459b92-6286-4767-b423-1bf0794f0113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-237d8bb8-39af-4420-88bd-137410a0978d {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237d8bb8-39af-4420-88bd-137410a0978d img.shogun-image {
  width: 100%;
}




#s-4d716125-bb8e-4b4f-95d5-1553aab7389d {
  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-4d716125-bb8e-4b4f-95d5-1553aab7389d:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d716125-bb8e-4b4f-95d5-1553aab7389d:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4d716125-bb8e-4b4f-95d5-1553aab7389d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d716125-bb8e-4b4f-95d5-1553aab7389d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d716125-bb8e-4b4f-95d5-1553aab7389d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-4d716125-bb8e-4b4f-95d5-1553aab7389d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4d716125-bb8e-4b4f-95d5-1553aab7389d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-538fb833-fe4d-40d4-8e76-8e18821c14ba {
  min-height: 50px;
}








#s-538fb833-fe4d-40d4-8e76-8e18821c14ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-538fb833-fe4d-40d4-8e76-8e18821c14ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44fbf33e-7274-47bc-9aca-71565575204b {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-44fbf33e-7274-47bc-9aca-71565575204b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-67375e11-7ba8-4624-a7c8-a037321f1c75 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-34d215e0-71c4-4734-9834-b0f295454d71 {
  min-height: 50px;
}








#s-34d215e0-71c4-4734-9834-b0f295454d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34d215e0-71c4-4734-9834-b0f295454d71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-271c6eab-63ea-4af1-9d6c-1441226da6ea {
  display: none;
}
#s-b996b97b-65e1-4980-a7b2-77847dedac70 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b996b97b-65e1-4980-a7b2-77847dedac70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b996b97b-65e1-4980-a7b2-77847dedac70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b996b97b-65e1-4980-a7b2-77847dedac70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b996b97b-65e1-4980-a7b2-77847dedac70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b996b97b-65e1-4980-a7b2-77847dedac70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b996b97b-65e1-4980-a7b2-77847dedac70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b996b97b-65e1-4980-a7b2-77847dedac70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-6bcfbf23-cb5e-4f98-86c4-8666ae90f8cf {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-6bcfbf23-cb5e-4f98-86c4-8666ae90f8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bcfbf23-cb5e-4f98-86c4-8666ae90f8cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d416f542-b36b-46bb-9bc6-c301274f9713 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d416f542-b36b-46bb-9bc6-c301274f9713 img.shogun-image {
  width: 100%;
}




#s-dd3c72ed-0075-409b-914b-c48802d9cd86 {
  margin-top: 0%;
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;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dd3c72ed-0075-409b-914b-c48802d9cd86:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dd3c72ed-0075-409b-914b-c48802d9cd86:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dd3c72ed-0075-409b-914b-c48802d9cd86-root {
    text-align: center;
  }


#s-dd3c72ed-0075-409b-914b-c48802d9cd86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd3c72ed-0075-409b-914b-c48802d9cd86-root {
    text-align: center;
  }


#s-dd3c72ed-0075-409b-914b-c48802d9cd86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd3c72ed-0075-409b-914b-c48802d9cd86-root {
    text-align: center;
  }


#s-dd3c72ed-0075-409b-914b-c48802d9cd86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd3c72ed-0075-409b-914b-c48802d9cd86-root {
    text-align: center;
  }


#s-dd3c72ed-0075-409b-914b-c48802d9cd86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd3c72ed-0075-409b-914b-c48802d9cd86-root {
    text-align: center;
  }


#s-dd3c72ed-0075-409b-914b-c48802d9cd86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-dd3c72ed-0075-409b-914b-c48802d9cd86-root {
    text-align: center;
  }


#s-dd3c72ed-0075-409b-914b-c48802d9cd86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-42ece981-93ae-4b9c-8d78-c09cf870725d {
  min-height: 50px;
}








#s-42ece981-93ae-4b9c-8d78-c09cf870725d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ece981-93ae-4b9c-8d78-c09cf870725d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2671e6-f252-48a1-8074-41efabc56fe2 {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-ee2671e6-f252-48a1-8074-41efabc56fe2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-22ba0806-0b24-486f-8b10-8a58e0119843 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 {
  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-17b43648-dec6-4f85-8e7d-92a47d99b4f2 {
  display: none;
}
#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2, #wrap-s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 {
  display: none;
}
#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2, #wrap-s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 {
  
}
}@media (max-width: 767px){#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 {
  display: none;
}
#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2, #wrap-s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 { display:none !important; }}







#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17b43648-dec6-4f85-8e7d-92a47d99b4f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-972e4f3c-c320-4044-b8dd-3d2b35bf42c0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 6%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-972e4f3c-c320-4044-b8dd-3d2b35bf42c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972e4f3c-c320-4044-b8dd-3d2b35bf42c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2864241-95cb-4c28-aaa3-612cca7e1455 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a2864241-95cb-4c28-aaa3-612cca7e1455 .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: center;
}



#s-b6f7a264-959f-402e-8075-d2625454a33b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b6f7a264-959f-402e-8075-d2625454a33b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6f7a264-959f-402e-8075-d2625454a33b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6f7a264-959f-402e-8075-d2625454a33b {
  
}
}@media (max-width: 767px){#s-b6f7a264-959f-402e-8075-d2625454a33b {
  
}
}
#s-5e950d49-c134-4d71-8879-8f17c6f945e9 {
  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-5e950d49-c134-4d71-8879-8f17c6f945e9:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-5e950d49-c134-4d71-8879-8f17c6f945e9:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-5e950d49-c134-4d71-8879-8f17c6f945e9-root {
    text-align: center;
  }


#s-5e950d49-c134-4d71-8879-8f17c6f945e9.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-5e950d49-c134-4d71-8879-8f17c6f945e9-root {
    text-align: center;
  }


#s-5e950d49-c134-4d71-8879-8f17c6f945e9.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-5e950d49-c134-4d71-8879-8f17c6f945e9-root {
    text-align: center;
  }


#s-5e950d49-c134-4d71-8879-8f17c6f945e9.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-5e950d49-c134-4d71-8879-8f17c6f945e9-root {
    text-align: center;
  }


#s-5e950d49-c134-4d71-8879-8f17c6f945e9.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-5e950d49-c134-4d71-8879-8f17c6f945e9-root {
    text-align: center;
  }


#s-5e950d49-c134-4d71-8879-8f17c6f945e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-3654b8b8-be10-4bc9-8925-a402e17f5da5 {
  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-3654b8b8-be10-4bc9-8925-a402e17f5da5 {
  display: none;
}
#s-3654b8b8-be10-4bc9-8925-a402e17f5da5, #wrap-s-3654b8b8-be10-4bc9-8925-a402e17f5da5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3654b8b8-be10-4bc9-8925-a402e17f5da5 {
  display: none;
}
#s-3654b8b8-be10-4bc9-8925-a402e17f5da5, #wrap-s-3654b8b8-be10-4bc9-8925-a402e17f5da5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3654b8b8-be10-4bc9-8925-a402e17f5da5 {
  display: none;
}
#s-3654b8b8-be10-4bc9-8925-a402e17f5da5, #wrap-s-3654b8b8-be10-4bc9-8925-a402e17f5da5 { display:none !important; }}@media (max-width: 767px){#s-3654b8b8-be10-4bc9-8925-a402e17f5da5 {
  
}
}







#s-3654b8b8-be10-4bc9-8925-a402e17f5da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3654b8b8-be10-4bc9-8925-a402e17f5da5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd079a5a-a134-4f44-b738-3083233bed6d {
  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 top;
}








#s-bd079a5a-a134-4f44-b738-3083233bed6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd079a5a-a134-4f44-b738-3083233bed6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9edf26c4-39ea-4110-aa3b-47c1061fe062 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9edf26c4-39ea-4110-aa3b-47c1061fe062 .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: center;
}



#s-d4f0a700-afb0-4870-bed3-ba1102331bee {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d4f0a700-afb0-4870-bed3-ba1102331bee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4f0a700-afb0-4870-bed3-ba1102331bee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4f0a700-afb0-4870-bed3-ba1102331bee {
  
}
}@media (max-width: 767px){#s-d4f0a700-afb0-4870-bed3-ba1102331bee {
  
}
}
#s-e7438472-7d5b-4329-868e-f537f18ce4fb {
  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: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-e7438472-7d5b-4329-868e-f537f18ce4fb:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-e7438472-7d5b-4329-868e-f537f18ce4fb:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-e7438472-7d5b-4329-868e-f537f18ce4fb-root {
    text-align: center;
  }


#s-e7438472-7d5b-4329-868e-f537f18ce4fb.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-e7438472-7d5b-4329-868e-f537f18ce4fb-root {
    text-align: center;
  }


#s-e7438472-7d5b-4329-868e-f537f18ce4fb.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-e7438472-7d5b-4329-868e-f537f18ce4fb-root {
    text-align: center;
  }


#s-e7438472-7d5b-4329-868e-f537f18ce4fb.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-e7438472-7d5b-4329-868e-f537f18ce4fb-root {
    text-align: center;
  }


#s-e7438472-7d5b-4329-868e-f537f18ce4fb.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-e7438472-7d5b-4329-868e-f537f18ce4fb-root {
    text-align: center;
  }


#s-e7438472-7d5b-4329-868e-f537f18ce4fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-3f52d824-f071-401e-b1d7-013d1f59b93f {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-3f52d824-f071-401e-b1d7-013d1f59b93f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f52d824-f071-401e-b1d7-013d1f59b93f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ba5b038-c3c5-4112-b33d-75073f907eae {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7ba5b038-c3c5-4112-b33d-75073f907eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ba5b038-c3c5-4112-b33d-75073f907eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7a368c4-5c14-4c85-98c7-490ce6e532ab {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7a368c4-5c14-4c85-98c7-490ce6e532ab .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-3e689894-7cc9-49ba-b340-75014eeb7fa8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e689894-7cc9-49ba-b340-75014eeb7fa8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-6180d705-0b06-4e02-99ea-6d98df43f156 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6180d705-0b06-4e02-99ea-6d98df43f156 {
  display: none;
}
#s-6180d705-0b06-4e02-99ea-6d98df43f156, #wrap-s-6180d705-0b06-4e02-99ea-6d98df43f156 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6180d705-0b06-4e02-99ea-6d98df43f156 {
  display: none;
}
#s-6180d705-0b06-4e02-99ea-6d98df43f156, #wrap-s-6180d705-0b06-4e02-99ea-6d98df43f156 { display:none !important; }}







#s-6180d705-0b06-4e02-99ea-6d98df43f156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6180d705-0b06-4e02-99ea-6d98df43f156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7c4c261-e176-4859-a6ef-7c89004d31b9 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d7c4c261-e176-4859-a6ef-7c89004d31b9 .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-0400c1a1-0b83-4cdf-9c74-96c60c27956e {
  display: none;
}
#s-0400c1a1-0b83-4cdf-9c74-96c60c27956e, #wrap-s-0400c1a1-0b83-4cdf-9c74-96c60c27956e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0400c1a1-0b83-4cdf-9c74-96c60c27956e {
  display: none;
}
#s-0400c1a1-0b83-4cdf-9c74-96c60c27956e, #wrap-s-0400c1a1-0b83-4cdf-9c74-96c60c27956e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0400c1a1-0b83-4cdf-9c74-96c60c27956e {
  display: none;
}
#s-0400c1a1-0b83-4cdf-9c74-96c60c27956e, #wrap-s-0400c1a1-0b83-4cdf-9c74-96c60c27956e { display:none !important; }}
@media (min-width: 0px) {
[id="s-0400c1a1-0b83-4cdf-9c74-96c60c27956e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0400c1a1-0b83-4cdf-9c74-96c60c27956e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0400c1a1-0b83-4cdf-9c74-96c60c27956e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0400c1a1-0b83-4cdf-9c74-96c60c27956e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8c3dee1e-2cb1-4594-975b-f514a6014755 {
  margin-left: 10%;
margin-right: 6%;
min-height: 50px;
}








#s-8c3dee1e-2cb1-4594-975b-f514a6014755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3dee1e-2cb1-4594-975b-f514a6014755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-341eb454-a8bf-405d-9f38-488e871aee6e {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-341eb454-a8bf-405d-9f38-488e871aee6e img.shogun-image {
    

    
    
    
  }


#s-341eb454-a8bf-405d-9f38-488e871aee6e .shogun-image-content {
  
    align-items: center;
  
}

#s-70ce14bd-89bb-466d-800d-5964b7be513a {
  margin-left: 0%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70ce14bd-89bb-466d-800d-5964b7be513a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-5a88b353-2afd-4996-8010-6922317ff3ea {
  margin-top: 2%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6ee6747b-ac0e-48af-964c-537ec817ac8e {
  margin-bottom: 2%;
margin-right: 4%;
}

#s-b0bbffd6-0e6f-42e4-bec2-1bdcb47df0c5 {
  margin-left: 6%;
margin-right: 10%;
min-height: 50px;
}








#s-b0bbffd6-0e6f-42e4-bec2-1bdcb47df0c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0bbffd6-0e6f-42e4-bec2-1bdcb47df0c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acb39f56-3529-405d-9cd2-37295c25c2b2 {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-acb39f56-3529-405d-9cd2-37295c25c2b2 img.shogun-image {
    

    
    
    
  }


#s-acb39f56-3529-405d-9cd2-37295c25c2b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5613baa-666e-42d0-a670-549ab902569f {
  margin-left: 4%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5613baa-666e-42d0-a670-549ab902569f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-5b71cf50-0241-419c-820a-b547727adb06 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 1%;
}

#s-ee789e9b-f1ba-4403-a4f6-21c2db34babf {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 500px;
}
@media (min-width: 1200px){#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 {
  display: none;
}
#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72, #wrap-s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 {
  display: none;
}
#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72, #wrap-s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 { display:none !important; }}@media (max-width: 767px){#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 {
  display: none;
}
#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72, #wrap-s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 { display:none !important; }}







#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-467b6b19-9d3c-4ca3-8cd6-06868e4f2c72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4f959ed-b7da-4f82-8696-5280199a82c5 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d4f959ed-b7da-4f82-8696-5280199a82c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4f959ed-b7da-4f82-8696-5280199a82c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4f959ed-b7da-4f82-8696-5280199a82c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4f959ed-b7da-4f82-8696-5280199a82c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4f959ed-b7da-4f82-8696-5280199a82c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4f959ed-b7da-4f82-8696-5280199a82c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4f959ed-b7da-4f82-8696-5280199a82c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7da73217-285e-4673-b226-95d641f5104e {
  min-height: 50px;
}








#s-7da73217-285e-4673-b226-95d641f5104e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7da73217-285e-4673-b226-95d641f5104e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a326a736-963d-49ba-8d3b-572211c0418e {
  text-align: center;
}







  #s-a326a736-963d-49ba-8d3b-572211c0418e img.shogun-image {
    

    
    
    
  }


#s-a326a736-963d-49ba-8d3b-572211c0418e .shogun-image-content {
  
    align-items: center;
  
}

#s-5aeb80ef-30ce-4c74-9626-968c886d2641 {
  min-height: 50px;
}








#s-5aeb80ef-30ce-4c74-9626-968c886d2641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aeb80ef-30ce-4c74-9626-968c886d2641.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a059423b-8378-4a3b-b204-be1928d0fb67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a059423b-8378-4a3b-b204-be1928d0fb67 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-44b4a7d4-a96c-452d-9d7f-0b1b5cf7dc4d {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-f89116dd-eae2-4bd8-bbe4-bacce6b1fad5 {
  margin-bottom: 2%;
}

#s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ec6dd0d-d1f5-4339-8323-d0a2a5b021de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-81a23c95-73bd-4147-b9f3-fe0f68e0bcd8 {
  min-height: 50px;
}








#s-81a23c95-73bd-4147-b9f3-fe0f68e0bcd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81a23c95-73bd-4147-b9f3-fe0f68e0bcd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6c44cee-e7b2-46a1-83a6-b3b4f6a52528 {
  text-align: center;
}







  #s-c6c44cee-e7b2-46a1-83a6-b3b4f6a52528 img.shogun-image {
    

    
    
    
  }


#s-c6c44cee-e7b2-46a1-83a6-b3b4f6a52528 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f8b4d76-a201-457b-998f-167e60230781 {
  min-height: 50px;
}








#s-8f8b4d76-a201-457b-998f-167e60230781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f8b4d76-a201-457b-998f-167e60230781.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f5b341a-cc4e-4c2d-be59-6876665d5d9f {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f5b341a-cc4e-4c2d-be59-6876665d5d9f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-9b9cf29c-2835-4ae6-bb69-5233b50300e6 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-58cb2e42-b8c5-4756-91e7-c8b7c13d6b31 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60 {
  display: none;
}
#s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60, #wrap-s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60 { display:none !important; }}@media (max-width: 767px){#s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60 {
  display: none;
}
#s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60, #wrap-s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1dcdcf2-a831-4a41-8eb6-e33c5c202e60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-e5900195-2f42-4bb2-a8cc-6c07654e4618 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e5900195-2f42-4bb2-a8cc-6c07654e4618 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5900195-2f42-4bb2-a8cc-6c07654e4618 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5900195-2f42-4bb2-a8cc-6c07654e4618 {
  
}
}@media (max-width: 767px){#s-e5900195-2f42-4bb2-a8cc-6c07654e4618 {
  
}
}







#s-e5900195-2f42-4bb2-a8cc-6c07654e4618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5900195-2f42-4bb2-a8cc-6c07654e4618.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1eb979b3-1cd6-4db2-b5c5-d3ca4e5136eb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-1eb979b3-1cd6-4db2-b5c5-d3ca4e5136eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eb979b3-1cd6-4db2-b5c5-d3ca4e5136eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f4c0b3ee-2d99-4bc3-8505-f3cafb6474e7 {
  min-height: 42px;
}








#s-f4c0b3ee-2d99-4bc3-8505-f3cafb6474e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4c0b3ee-2d99-4bc3-8505-f3cafb6474e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32b6cf26-c444-4a2e-918d-1f30a02bc474 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-32b6cf26-c444-4a2e-918d-1f30a02bc474 .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-7697fc25-209d-4060-8e41-9152c09207f1 {
  margin-bottom: 0%;
margin-right: 5%;
min-height: 500px;
}








#s-7697fc25-209d-4060-8e41-9152c09207f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7697fc25-209d-4060-8e41-9152c09207f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d122ab41-bf40-491d-8318-a0e34a2ae394 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d122ab41-bf40-491d-8318-a0e34a2ae394"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d122ab41-bf40-491d-8318-a0e34a2ae394"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d122ab41-bf40-491d-8318-a0e34a2ae394"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d122ab41-bf40-491d-8318-a0e34a2ae394"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d122ab41-bf40-491d-8318-a0e34a2ae394"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d122ab41-bf40-491d-8318-a0e34a2ae394"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d122ab41-bf40-491d-8318-a0e34a2ae394"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7541de3c-7f9e-4223-a07a-0409e5c623e2 {
  min-height: 50px;
}








#s-7541de3c-7f9e-4223-a07a-0409e5c623e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7541de3c-7f9e-4223-a07a-0409e5c623e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af866f06-2309-440b-ac22-a4a6cb63924e {
  text-align: center;
}







  #s-af866f06-2309-440b-ac22-a4a6cb63924e img.shogun-image {
    

    
    
    
  }


#s-af866f06-2309-440b-ac22-a4a6cb63924e .shogun-image-content {
  
    align-items: center;
  
}

#s-e07ad777-31ab-4ec5-9251-b21e8f4f3c25 {
  min-height: 50px;
}








#s-e07ad777-31ab-4ec5-9251-b21e8f4f3c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e07ad777-31ab-4ec5-9251-b21e8f4f3c25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe047e91-7264-4127-a021-fb14e9b48963 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe047e91-7264-4127-a021-fb14e9b48963 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-c3011638-2da5-41ba-a687-b0ddfea51461 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-d9da224d-6476-405f-8219-0997d50ca82d {
  margin-bottom: 2%;
}

#s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c68a14bc-317e-4a23-b9c8-ba58a0f5386a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-005db40b-bd48-4666-b04f-051c6a7ed3d9 {
  min-height: 50px;
}








#s-005db40b-bd48-4666-b04f-051c6a7ed3d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-005db40b-bd48-4666-b04f-051c6a7ed3d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdbd88b3-cac2-46ff-8568-0ad8e93f0a87 {
  text-align: center;
}







  #s-fdbd88b3-cac2-46ff-8568-0ad8e93f0a87 img.shogun-image {
    

    
    
    
  }


#s-fdbd88b3-cac2-46ff-8568-0ad8e93f0a87 .shogun-image-content {
  
    align-items: center;
  
}

#s-02e70d26-0577-4188-b89d-27463d0744a4 {
  min-height: 50px;
}








#s-02e70d26-0577-4188-b89d-27463d0744a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e70d26-0577-4188-b89d-27463d0744a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e9bbb09-1814-45e6-bebf-51656a56d7e6 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e9bbb09-1814-45e6-bebf-51656a56d7e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-70cd0f7d-5b0e-4573-8731-ffcae1c79aaa {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-b2090864-9df3-4953-9498-c6b6f8c4acf5 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-22d5ed03-7c80-4a58-b38a-737258ba4133 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-22d5ed03-7c80-4a58-b38a-737258ba4133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d5ed03-7c80-4a58-b38a-737258ba4133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fe7ac3b-3d0a-464c-a260-14e1aa64c96b {
  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-5fe7ac3b-3d0a-464c-a260-14e1aa64c96b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fe7ac3b-3d0a-464c-a260-14e1aa64c96b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fe7ac3b-3d0a-464c-a260-14e1aa64c96b {
  
}
}@media (max-width: 767px){#s-5fe7ac3b-3d0a-464c-a260-14e1aa64c96b {
  
}
}







#s-5fe7ac3b-3d0a-464c-a260-14e1aa64c96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-5fe7ac3b-3d0a-464c-a260-14e1aa64c96b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6751532e-13f1-4edb-a752-d3a1c7655c00 {
  border-style: solid;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 6px;
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-6751532e-13f1-4edb-a752-d3a1c7655c00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6751532e-13f1-4edb-a752-d3a1c7655c00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6751532e-13f1-4edb-a752-d3a1c7655c00 {
  
}
}@media (max-width: 767px){#s-6751532e-13f1-4edb-a752-d3a1c7655c00 {
  
}
}
#s-6751532e-13f1-4edb-a752-d3a1c7655c00 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3e3ae554-98f6-4d5c-9324-9151dcadef71 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 4%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-3e3ae554-98f6-4d5c-9324-9151dcadef71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3e3ae554-98f6-4d5c-9324-9151dcadef71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e3ae554-98f6-4d5c-9324-9151dcadef71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e3ae554-98f6-4d5c-9324-9151dcadef71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-59ecebb4-8298-4f23-8439-2a358d5ed9c0 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-59ecebb4-8298-4f23-8439-2a358d5ed9c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59ecebb4-8298-4f23-8439-2a358d5ed9c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7d66e8d2-3668-4f61-b749-e80e139c2702 {
  display: none;
}
#s-a6587432-8c17-442b-9052-895df3941b53 {
  text-align: left;
}



.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6587432-8c17-442b-9052-895df3941b53 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-025e8e49-23e1-413a-884b-fb923ba4ed78 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-025e8e49-23e1-413a-884b-fb923ba4ed78 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b823b516-1e0a-4dfc-a035-8b6c1fd2fdfa {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b823b516-1e0a-4dfc-a035-8b6c1fd2fdfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b823b516-1e0a-4dfc-a035-8b6c1fd2fdfa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53cb5c4f-593b-4266-b3a6-4ae128643473 {
  display: none;
}
#s-e926e437-4b04-4396-ba9e-96c42b7826a7 {
  text-align: left;
}



.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e926e437-4b04-4396-ba9e-96c42b7826a7 img.shogun-image {
  width: 100%;
}




#s-15da017c-28b9-40ca-8e63-eca6e965c952 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-15da017c-28b9-40ca-8e63-eca6e965c952 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-351e70b5-8e26-4e67-b0c7-602a0c66a0ac {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-351e70b5-8e26-4e67-b0c7-602a0c66a0ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-351e70b5-8e26-4e67-b0c7-602a0c66a0ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c6b1830-4765-4cbb-b09f-d2ad531ea212 {
  display: none;
}
#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf {
  text-align: left;
}



.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf img.shogun-image {
  width: 100%;
}



}

.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa57d15a-1928-4ac3-8b2a-c45078deb5bf img.shogun-image {
  width: 100%;
}




#s-7ed49f1c-402a-42f2-94e6-b769ed6395d1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-7ed49f1c-402a-42f2-94e6-b769ed6395d1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-722165b8-f3eb-4afd-b5c6-c5d6081a8f58 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-722165b8-f3eb-4afd-b5c6-c5d6081a8f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-722165b8-f3eb-4afd-b5c6-c5d6081a8f58.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3c38d4c-ee86-4ffd-92fa-2b596cbbadf5 {
  display: none;
}
#s-086bcfec-1491-481d-a753-236113636cac {
  text-align: left;
}



.shg-c#s-086bcfec-1491-481d-a753-236113636cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086bcfec-1491-481d-a753-236113636cac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-086bcfec-1491-481d-a753-236113636cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086bcfec-1491-481d-a753-236113636cac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-086bcfec-1491-481d-a753-236113636cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086bcfec-1491-481d-a753-236113636cac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-086bcfec-1491-481d-a753-236113636cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086bcfec-1491-481d-a753-236113636cac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-086bcfec-1491-481d-a753-236113636cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086bcfec-1491-481d-a753-236113636cac img.shogun-image {
  width: 100%;
}



}

.shg-c#s-086bcfec-1491-481d-a753-236113636cac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086bcfec-1491-481d-a753-236113636cac img.shogun-image {
  width: 100%;
}




#s-ce975c92-1058-4ee9-b8ed-47fabb694c0a {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-ce975c92-1058-4ee9-b8ed-47fabb694c0a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e1c00fd2-c83b-47bf-a180-b65144e11207 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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