.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-89014fd0-d5c8-4d05-80c3-1dd2fcddcc80 {
  min-height: 50px;
}








#s-89014fd0-d5c8-4d05-80c3-1dd2fcddcc80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89014fd0-d5c8-4d05-80c3-1dd2fcddcc80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0af84ba7-b722-4d74-9896-39459d76d85b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0af84ba7-b722-4d74-9896-39459d76d85b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af84ba7-b722-4d74-9896-39459d76d85b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af84ba7-b722-4d74-9896-39459d76d85b {
  display: none;
}
#s-0af84ba7-b722-4d74-9896-39459d76d85b, #wrap-s-0af84ba7-b722-4d74-9896-39459d76d85b { display:none !important; }}@media (max-width: 767px){#s-0af84ba7-b722-4d74-9896-39459d76d85b {
  display: none;
}
#s-0af84ba7-b722-4d74-9896-39459d76d85b, #wrap-s-0af84ba7-b722-4d74-9896-39459d76d85b { display:none !important; }}







#s-0af84ba7-b722-4d74-9896-39459d76d85b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0af84ba7-b722-4d74-9896-39459d76d85b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ebccfda-f6bf-4fcd-ba08-9f7993d32564 {
  margin-left: 15%;
margin-right: 15%;
}

#s-9ebccfda-f6bf-4fcd-ba08-9f7993d32564 {
  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-585a5170-2dd7-49be-aae3-b013809b4693 {
  margin-left: -15%;
margin-right: -15%;
}

@media (min-width: 0px) {
[id="s-585a5170-2dd7-49be-aae3-b013809b4693"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-585a5170-2dd7-49be-aae3-b013809b4693"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-585a5170-2dd7-49be-aae3-b013809b4693"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-585a5170-2dd7-49be-aae3-b013809b4693"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-585a5170-2dd7-49be-aae3-b013809b4693"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-585a5170-2dd7-49be-aae3-b013809b4693"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-585a5170-2dd7-49be-aae3-b013809b4693"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

#s-6d94f1ff-9d05-4ae1-954f-c26a09011dec {
  background-attachment: fixed;
min-height: 50px;
}








#s-6d94f1ff-9d05-4ae1-954f-c26a09011dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d94f1ff-9d05-4ae1-954f-c26a09011dec.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-da434653-825a-4f2b-a34d-b0211e0eb5ec {
  margin-right: 5%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}



.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da434653-825a-4f2b-a34d-b0211e0eb5ec 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-f6153a9e-3dda-447a-91d2-408a9f319320 {
  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-f6153a9e-3dda-447a-91d2-408a9f319320 .shg-gallery-thumb-image-wrapper {
  

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

#s-f6153a9e-3dda-447a-91d2-408a9f319320 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f6153a9e-3dda-447a-91d2-408a9f319320 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-f6153a9e-3dda-447a-91d2-408a9f319320 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f6153a9e-3dda-447a-91d2-408a9f319320 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f6153a9e-3dda-447a-91d2-408a9f319320 .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-bbc0c6e0-a79d-4d70-9e34-ea3a8a4d19f6 {
  margin-top: 9%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbc0c6e0-a79d-4d70-9e34-ea3a8a4d19f6 .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-81a064f7-bed8-4492-a119-f4d132a578da {
  margin-top: 2%;
margin-right: 5%;
padding-right: 0%;
}

#s-fb976607-610a-44b8-9000-13ed484356a5 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb976607-610a-44b8-9000-13ed484356a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-6c10757c-64cf-44c3-b11a-e600627b5d78 {
  margin-top: -2px;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c10757c-64cf-44c3-b11a-e600627b5d78 .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-4dab94a4-08c2-40f7-b2e6-9e05e4ef629f {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-5147fb8d-0c55-4893-a883-c2167ab51d82 {
  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-a009ab6d-99f5-4edc-a1c1-b91a395fc8bc {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a009ab6d-99f5-4edc-a1c1-b91a395fc8bc hr {
  border-top: 2px solid #ddd;
}

#s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5b82874-3c3f-4e6b-aedf-0efc97b4134d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-1d7f6ba2-da5f-4d27-909b-bdbe19c22302 {
  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-50afd071-eeec-4adc-a33f-cd4603da1cfc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 50%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-50afd071-eeec-4adc-a33f-cd4603da1cfc {
  
}
}
#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .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-50afd071-eeec-4adc-a33f-cd4603da1cfc .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-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-50afd071-eeec-4adc-a33f-cd4603da1cfc-btn-wrapper {
    text-align: center;
  }


#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-variant-btn:hover {
  background: #252525;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-variant-btn:active, #s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-50afd071-eeec-4adc-a33f-cd4603da1cfc .shg-variant-btn.disabled {
  background: #252525;
}

#s-55f755b2-227e-4d15-980a-b96d486d962e {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-55f755b2-227e-4d15-980a-b96d486d962e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55f755b2-227e-4d15-980a-b96d486d962e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55f755b2-227e-4d15-980a-b96d486d962e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55f755b2-227e-4d15-980a-b96d486d962e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55f755b2-227e-4d15-980a-b96d486d962e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55f755b2-227e-4d15-980a-b96d486d962e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55f755b2-227e-4d15-980a-b96d486d962e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-61c3dca7-df44-4335-acfd-17d06b70a835 {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0%;
}

#s-4ea792e0-3db9-4de9-a91e-3827aaf3d310 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4ea792e0-3db9-4de9-a91e-3827aaf3d310 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4ea792e0-3db9-4de9-a91e-3827aaf3d310 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4ea792e0-3db9-4de9-a91e-3827aaf3d310 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4ea792e0-3db9-4de9-a91e-3827aaf3d310 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4ea792e0-3db9-4de9-a91e-3827aaf3d310 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d2bafbf8-ed26-4893-8156-d47620b85e7e {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-03d197e8-b01b-4ffa-8a88-517b47d61f9a {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-03d197e8-b01b-4ffa-8a88-517b47d61f9a"] > .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-8e43bc08-e19f-44fe-a63e-46887b80b77d {
  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-8e43bc08-e19f-44fe-a63e-46887b80b77d:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-8e43bc08-e19f-44fe-a63e-46887b80b77d:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-8e43bc08-e19f-44fe-a63e-46887b80b77d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e43bc08-e19f-44fe-a63e-46887b80b77d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e43bc08-e19f-44fe-a63e-46887b80b77d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-8e43bc08-e19f-44fe-a63e-46887b80b77d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-8e7c613b-6310-4b7e-bbc1-c755587d4dc4 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-8e7c613b-6310-4b7e-bbc1-c755587d4dc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8e7c613b-6310-4b7e-bbc1-c755587d4dc4 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-8e7c613b-6310-4b7e-bbc1-c755587d4dc4 .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-a2a80ba4-d56e-46ba-9592-a5cf875c9441 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
}

#s-c651a48b-b21a-43a0-89fc-be54fb419720 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c651a48b-b21a-43a0-89fc-be54fb419720 hr {
  border-top: 2px solid #ddd;
}

#s-c4363fec-ed17-4d33-8c0e-f9748435594a {
  min-height: 50px;
}








#s-c4363fec-ed17-4d33-8c0e-f9748435594a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4363fec-ed17-4d33-8c0e-f9748435594a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14b682fd-afab-4f5c-a955-5238a14bb69c {
  display: none;
}
#s-1678dcae-d31f-4b8b-bda8-2b67a9f6993e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1678dcae-d31f-4b8b-bda8-2b67a9f6993e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1678dcae-d31f-4b8b-bda8-2b67a9f6993e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1678dcae-d31f-4b8b-bda8-2b67a9f6993e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1678dcae-d31f-4b8b-bda8-2b67a9f6993e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e3148f7f-e9b3-4e42-abf9-c707e64dea0f {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-e3148f7f-e9b3-4e42-abf9-c707e64dea0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3148f7f-e9b3-4e42-abf9-c707e64dea0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe894be1-4b7f-4c20-8126-26adbcc0b594 img.shogun-image {
  width: 100%;
}




#s-63a028ba-250f-49fc-9745-b5c473914292 {
  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-63a028ba-250f-49fc-9745-b5c473914292:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63a028ba-250f-49fc-9745-b5c473914292:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-63a028ba-250f-49fc-9745-b5c473914292 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63a028ba-250f-49fc-9745-b5c473914292.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63a028ba-250f-49fc-9745-b5c473914292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-63a028ba-250f-49fc-9745-b5c473914292.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-63a028ba-250f-49fc-9745-b5c473914292.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-40786ca8-10da-4c15-8a1a-b9ccd9753e01 {
  min-height: 50px;
}








#s-40786ca8-10da-4c15-8a1a-b9ccd9753e01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40786ca8-10da-4c15-8a1a-b9ccd9753e01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-436f6ee8-e86e-4cc5-8f9d-53f78eb4dac8 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-436f6ee8-e86e-4cc5-8f9d-53f78eb4dac8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3e0f8462-0d05-41de-9828-2ebc5ebf4778 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-96fd99cf-460b-46d2-a3e8-cd5c5f1806ce {
  min-height: 50px;
}








#s-96fd99cf-460b-46d2-a3e8-cd5c5f1806ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96fd99cf-460b-46d2-a3e8-cd5c5f1806ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b324198c-fc8b-48b4-a28d-1caae473717e {
  display: none;
}
#s-2368226c-fd32-4b06-ac03-4617719b3cf1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2368226c-fd32-4b06-ac03-4617719b3cf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2368226c-fd32-4b06-ac03-4617719b3cf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2368226c-fd32-4b06-ac03-4617719b3cf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2368226c-fd32-4b06-ac03-4617719b3cf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-07db7072-e351-4cd1-8981-3c67f84f9581 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-07db7072-e351-4cd1-8981-3c67f84f9581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07db7072-e351-4cd1-8981-3c67f84f9581.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f50b1011-0361-4370-bf82-8c2a12abc574 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f50b1011-0361-4370-bf82-8c2a12abc574 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-fd993334-b94b-4885-8a51-7a7ea8acf253 {
  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-fd993334-b94b-4885-8a51-7a7ea8acf253: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-fd993334-b94b-4885-8a51-7a7ea8acf253:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd993334-b94b-4885-8a51-7a7ea8acf253-root {
    text-align: center;
  }


#s-fd993334-b94b-4885-8a51-7a7ea8acf253.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd993334-b94b-4885-8a51-7a7ea8acf253-root {
    text-align: center;
  }


#s-fd993334-b94b-4885-8a51-7a7ea8acf253.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-fd993334-b94b-4885-8a51-7a7ea8acf253-root {
    text-align: center;
  }


#s-fd993334-b94b-4885-8a51-7a7ea8acf253.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-fd993334-b94b-4885-8a51-7a7ea8acf253-root {
    text-align: center;
  }


#s-fd993334-b94b-4885-8a51-7a7ea8acf253.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd993334-b94b-4885-8a51-7a7ea8acf253-root {
    text-align: center;
  }


#s-fd993334-b94b-4885-8a51-7a7ea8acf253.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-fd993334-b94b-4885-8a51-7a7ea8acf253-root {
    text-align: center;
  }


#s-fd993334-b94b-4885-8a51-7a7ea8acf253.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-4f10ef4c-4809-4496-ac78-8af54196da2c {
  min-height: 50px;
}








#s-4f10ef4c-4809-4496-ac78-8af54196da2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f10ef4c-4809-4496-ac78-8af54196da2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7466f52a-bc5d-4af1-b8e3-0e4de73000da {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-7466f52a-bc5d-4af1-b8e3-0e4de73000da .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-90d7d17b-f9bb-49ab-9333-de6b8e0f1896 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-17dd0333-14ea-49a3-a271-aeb03f51bf84 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-17dd0333-14ea-49a3-a271-aeb03f51bf84 {
  display: none;
}
#s-17dd0333-14ea-49a3-a271-aeb03f51bf84, #wrap-s-17dd0333-14ea-49a3-a271-aeb03f51bf84 { display:none !important; }}@media (max-width: 767px){#s-17dd0333-14ea-49a3-a271-aeb03f51bf84 {
  display: none;
}
#s-17dd0333-14ea-49a3-a271-aeb03f51bf84, #wrap-s-17dd0333-14ea-49a3-a271-aeb03f51bf84 { display:none !important; }}







#s-17dd0333-14ea-49a3-a271-aeb03f51bf84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17dd0333-14ea-49a3-a271-aeb03f51bf84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-570ce37e-1eab-488d-88ab-90b055902a6c {
  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-570ce37e-1eab-488d-88ab-90b055902a6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-570ce37e-1eab-488d-88ab-90b055902a6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-570ce37e-1eab-488d-88ab-90b055902a6c {
  
}
}@media (max-width: 767px){#s-570ce37e-1eab-488d-88ab-90b055902a6c {
  
}
}







#s-570ce37e-1eab-488d-88ab-90b055902a6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-570ce37e-1eab-488d-88ab-90b055902a6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0382eefb-bbfc-4e6e-a648-c62ac6f921d5 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-0382eefb-bbfc-4e6e-a648-c62ac6f921d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0382eefb-bbfc-4e6e-a648-c62ac6f921d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0382eefb-bbfc-4e6e-a648-c62ac6f921d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0382eefb-bbfc-4e6e-a648-c62ac6f921d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-914c343a-62d8-4561-a8c7-b270a4627131 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-914c343a-62d8-4561-a8c7-b270a4627131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914c343a-62d8-4561-a8c7-b270a4627131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-127fed76-daeb-4e28-9342-ec11f0eb2936 .shogun-icon-wrapper {
  text-align: center;
}


#s-127fed76-daeb-4e28-9342-ec11f0eb2936 .shogun-icon-wrapper > .shogun-icon {

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

#s-b01247e9-e9e1-454a-8a42-4943c695b438 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b01247e9-e9e1-454a-8a42-4943c695b438 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-9e6fade1-c2d3-436c-b404-b70c3071ecfb {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-9e6fade1-c2d3-436c-b404-b70c3071ecfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e6fade1-c2d3-436c-b404-b70c3071ecfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f7aee9e-3ca2-4281-8d18-9e7abe4fe8ba .shogun-icon-wrapper {
  text-align: center;
}


#s-5f7aee9e-3ca2-4281-8d18-9e7abe4fe8ba .shogun-icon-wrapper > .shogun-icon {

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

#s-3a5759f0-de42-4292-ad96-7666e6d278f9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a5759f0-de42-4292-ad96-7666e6d278f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-ed368ae0-8713-4f16-9d56-df1f19ae0a59 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ed368ae0-8713-4f16-9d56-df1f19ae0a59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed368ae0-8713-4f16-9d56-df1f19ae0a59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b45ac4d5-f6a3-4a67-b61d-2afecc2fe5cc .shogun-icon-wrapper {
  text-align: center;
}


#s-b45ac4d5-f6a3-4a67-b61d-2afecc2fe5cc .shogun-icon-wrapper > .shogun-icon {

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

#s-588f90d3-19be-4c13-9c08-ef3e6eb3cff2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-588f90d3-19be-4c13-9c08-ef3e6eb3cff2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-c3b5353e-fa2d-482e-8786-77d7e6ea105e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-55ff7b1a-ef27-4d4a-b5e0-fd46f0ab46b6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-55ff7b1a-ef27-4d4a-b5e0-fd46f0ab46b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55ff7b1a-ef27-4d4a-b5e0-fd46f0ab46b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-721cff9c-37d5-4a02-84af-3c918cdffc00 .shogun-icon-wrapper {
  text-align: center;
}


#s-721cff9c-37d5-4a02-84af-3c918cdffc00 .shogun-icon-wrapper > .shogun-icon {

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

#s-1a290cff-eb87-409f-8f31-1f94a4e3a28a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a290cff-eb87-409f-8f31-1f94a4e3a28a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



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

}

@media (min-width: 768px) {
[id="s-eca638f2-f6c0-4983-af01-c4ebaa16a216"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eca638f2-f6c0-4983-af01-c4ebaa16a216"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eca638f2-f6c0-4983-af01-c4ebaa16a216"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bd7d7bc5-8c71-4bb2-ab7a-b5539057a81c {
  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-bd7d7bc5-8c71-4bb2-ab7a-b5539057a81c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd7d7bc5-8c71-4bb2-ab7a-b5539057a81c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd7d7bc5-8c71-4bb2-ab7a-b5539057a81c {
  
}
}@media (max-width: 767px){#s-bd7d7bc5-8c71-4bb2-ab7a-b5539057a81c {
  
}
}







#s-bd7d7bc5-8c71-4bb2-ab7a-b5539057a81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd7d7bc5-8c71-4bb2-ab7a-b5539057a81c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb5e38e8-30ee-42ad-88b6-dcb9c334ef48 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-eb5e38e8-30ee-42ad-88b6-dcb9c334ef48 .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-c495a9ea-665e-4da7-96d8-a66c803929a5 {
  margin-top: 4%;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c495a9ea-665e-4da7-96d8-a66c803929a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c495a9ea-665e-4da7-96d8-a66c803929a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c495a9ea-665e-4da7-96d8-a66c803929a5 {
  
}
}@media (max-width: 767px){#s-c495a9ea-665e-4da7-96d8-a66c803929a5 {
  
}
}
#s-e9754815-8504-465d-9bc5-a842da964721 {
  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-e9754815-8504-465d-9bc5-a842da964721:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-e9754815-8504-465d-9bc5-a842da964721:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-e9754815-8504-465d-9bc5-a842da964721-root {
    text-align: center;
  }


#s-e9754815-8504-465d-9bc5-a842da964721.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-e9754815-8504-465d-9bc5-a842da964721-root {
    text-align: center;
  }


#s-e9754815-8504-465d-9bc5-a842da964721.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-e9754815-8504-465d-9bc5-a842da964721-root {
    text-align: center;
  }


#s-e9754815-8504-465d-9bc5-a842da964721.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-e9754815-8504-465d-9bc5-a842da964721-root {
    text-align: center;
  }


#s-e9754815-8504-465d-9bc5-a842da964721.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-e9754815-8504-465d-9bc5-a842da964721-root {
    text-align: center;
  }


#s-e9754815-8504-465d-9bc5-a842da964721.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-c790d6e6-977d-43ca-9ccc-d0233074c6b4 {
  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-c790d6e6-977d-43ca-9ccc-d0233074c6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c790d6e6-977d-43ca-9ccc-d0233074c6b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48e69cb2-c116-4082-897b-c380cb655147 {
  margin-top: 0%;
margin-bottom: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-48e69cb2-c116-4082-897b-c380cb655147 {
  display: none;
}
#s-48e69cb2-c116-4082-897b-c380cb655147, #wrap-s-48e69cb2-c116-4082-897b-c380cb655147 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48e69cb2-c116-4082-897b-c380cb655147 {
  display: none;
}
#s-48e69cb2-c116-4082-897b-c380cb655147, #wrap-s-48e69cb2-c116-4082-897b-c380cb655147 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48e69cb2-c116-4082-897b-c380cb655147 {
  
}
}@media (max-width: 767px){#s-48e69cb2-c116-4082-897b-c380cb655147 {
  
}
}







#s-48e69cb2-c116-4082-897b-c380cb655147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48e69cb2-c116-4082-897b-c380cb655147.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca13b254-eacd-4a30-b8e6-9c73ddcb8633 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ca13b254-eacd-4a30-b8e6-9c73ddcb8633 {
  display: none;
}
#s-b8a0850e-10a2-4bca-afdc-94995c6ba8cc {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-b8a0850e-10a2-4bca-afdc-94995c6ba8cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-16b18596-bbfb-4607-a5cf-6a00d7f6f3d9 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16b18596-bbfb-4607-a5cf-6a00d7f6f3d9 .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-74d44f56-e461-4511-aa4f-5f28fd8f3d3f {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d44f56-e461-4511-aa4f-5f28fd8f3d3f img.shogun-image {
  width: 100%;
}



}
#s-7addc772-b6b0-4c42-ab30-b531d89f2ece {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-7addc772-b6b0-4c42-ab30-b531d89f2ece .shg-gallery-thumb-image-wrapper {
  

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

#s-7addc772-b6b0-4c42-ab30-b531d89f2ece .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-7addc772-b6b0-4c42-ab30-b531d89f2ece .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-7addc772-b6b0-4c42-ab30-b531d89f2ece .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-7addc772-b6b0-4c42-ab30-b531d89f2ece .shg-gallery-scroll-button {
  color: #FFF;
}

#s-7addc772-b6b0-4c42-ab30-b531d89f2ece .shg-gallery-dot {
  background-color: #FFF;
}

#s-c0201b82-a8d8-45d7-8fe5-29c9c6fc387c {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-d5f00470-15e8-41b4-873c-d68709fcb6d9 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d5f00470-15e8-41b4-873c-d68709fcb6d9 {
  display: none;
}
#s-d5f00470-15e8-41b4-873c-d68709fcb6d9, #wrap-s-d5f00470-15e8-41b4-873c-d68709fcb6d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5f00470-15e8-41b4-873c-d68709fcb6d9 {
  display: none;
}
#s-d5f00470-15e8-41b4-873c-d68709fcb6d9, #wrap-s-d5f00470-15e8-41b4-873c-d68709fcb6d9 { display:none !important; }}
#s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f {
  display: none;
}
#s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f, #wrap-s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f {
  display: none;
}
#s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f, #wrap-s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f { display:none !important; }}
#s-36ae87a9-e902-4a51-97b3-6fd97c4d7b7f hr {
  border-top: 2px solid #ddd;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-edf5350d-dd2f-436d-877f-604f442ceb9a {
  display: none;
}
#s-edf5350d-dd2f-436d-877f-604f442ceb9a, #wrap-s-edf5350d-dd2f-436d-877f-604f442ceb9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edf5350d-dd2f-436d-877f-604f442ceb9a {
  display: none;
}
#s-edf5350d-dd2f-436d-877f-604f442ceb9a, #wrap-s-edf5350d-dd2f-436d-877f-604f442ceb9a { display:none !important; }}
#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .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-edf5350d-dd2f-436d-877f-604f442ceb9a .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-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-edf5350d-dd2f-436d-877f-604f442ceb9a .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-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-edf5350d-dd2f-436d-877f-604f442ceb9a-btn-wrapper {
    text-align: center;
  }


#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-variant-btn:hover {
  background: #252525;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-variant-btn:active, #s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-edf5350d-dd2f-436d-877f-604f442ceb9a .shg-variant-btn.disabled {
  background: #252525;
}

#s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d {
  margin-top: 4%;
margin-left: 13%;
margin-bottom: 2%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d {
  display: none;
}
#s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d, #wrap-s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d {
  display: none;
}
#s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d, #wrap-s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d { display:none !important; }}
#s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d .shg-product-quantity-wrapper {
  display: flex;
}

#s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-bc40a38b-a0ad-4b9d-8ab2-2bf076dee05d label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-f3392749-b1fb-4d08-b296-c844a00bf514 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

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

}

@media (min-width: 768px) {
[id="s-6c0c3689-e6f2-4140-a2cd-93b086114d2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6c0c3689-e6f2-4140-a2cd-93b086114d2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c0c3689-e6f2-4140-a2cd-93b086114d2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-668960bf-c3c9-4440-bd21-b91a14138842 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 5px;
}

#s-b197e943-f411-4ee9-a093-86a5de936c70 {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 5px;
text-align: left;
}

#s-b197e943-f411-4ee9-a093-86a5de936c70 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b197e943-f411-4ee9-a093-86a5de936c70 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-b197e943-f411-4ee9-a093-86a5de936c70 .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-cf4327de-f02a-4a5b-bc14-5255162f1a3b {
  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-cf4327de-f02a-4a5b-bc14-5255162f1a3b:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b {
  display: none;
}
#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b, #wrap-s-cf4327de-f02a-4a5b-bc14-5255162f1a3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b {
  display: none;
}
#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b, #wrap-s-cf4327de-f02a-4a5b-bc14-5255162f1a3b { display:none !important; }}


#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-cf4327de-f02a-4a5b-bc14-5255162f1a3b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-03a63d9e-4d81-4a62-a500-2e2b0f7b60de {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

#s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe {
  display: none;
}
#s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe, #wrap-s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe {
  display: none;
}
#s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe, #wrap-s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe { display:none !important; }}







#s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-410d2b7e-ae50-4a0d-abeb-22eff9241ffe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e47315-d67e-4823-b848-0b7a4447fa3c {
  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-79e47315-d67e-4823-b848-0b7a4447fa3c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79e47315-d67e-4823-b848-0b7a4447fa3c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79e47315-d67e-4823-b848-0b7a4447fa3c {
  
}
}@media (max-width: 767px){#s-79e47315-d67e-4823-b848-0b7a4447fa3c {
  
}
}







#s-79e47315-d67e-4823-b848-0b7a4447fa3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-79e47315-d67e-4823-b848-0b7a4447fa3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a2538a8-4c8d-4940-851b-45882d0e3b81 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-2a2538a8-4c8d-4940-851b-45882d0e3b81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2a2538a8-4c8d-4940-851b-45882d0e3b81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a2538a8-4c8d-4940-851b-45882d0e3b81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a2538a8-4c8d-4940-851b-45882d0e3b81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-dfb9787e-1753-4cb9-a465-a57d6da3ebaf {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-dfb9787e-1753-4cb9-a465-a57d6da3ebaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb9787e-1753-4cb9-a465-a57d6da3ebaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec84ad0b-a0c2-4b76-9278-76a26e68680c .shogun-icon-wrapper {
  text-align: center;
}


#s-ec84ad0b-a0c2-4b76-9278-76a26e68680c .shogun-icon-wrapper > .shogun-icon {

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

#s-f866c200-b39d-4cd9-87a3-8ddbb776551c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f866c200-b39d-4cd9-87a3-8ddbb776551c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-f310acb8-4831-400c-8cbb-e29fd71fd75a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f310acb8-4831-400c-8cbb-e29fd71fd75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f310acb8-4831-400c-8cbb-e29fd71fd75a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-306114ac-59ad-4d5d-a292-ad5dbb6d6808 .shogun-icon-wrapper {
  text-align: center;
}


#s-306114ac-59ad-4d5d-a292-ad5dbb6d6808 .shogun-icon-wrapper > .shogun-icon {

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

#s-0e58c37a-e3a3-43b2-95e1-8ef2ec23c5cd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e58c37a-e3a3-43b2-95e1-8ef2ec23c5cd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-eb467a7d-ed08-4241-892b-179cb63f3954 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-eb467a7d-ed08-4241-892b-179cb63f3954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb467a7d-ed08-4241-892b-179cb63f3954.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23dc4462-7909-4b07-bf3f-4b0d8ed83cda .shogun-icon-wrapper {
  text-align: center;
}


#s-23dc4462-7909-4b07-bf3f-4b0d8ed83cda .shogun-icon-wrapper > .shogun-icon {

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

#s-d6a0f170-dcf3-417a-b7a3-74c872f60c5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6a0f170-dcf3-417a-b7a3-74c872f60c5a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-b96324c0-5661-4715-9c67-71c9c4f65028 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d90a8169-8489-4806-a259-ecc0a6f5861c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-d90a8169-8489-4806-a259-ecc0a6f5861c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90a8169-8489-4806-a259-ecc0a6f5861c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc3f8183-8f7e-46fd-851c-dac33de7de4b .shogun-icon-wrapper {
  text-align: center;
}


#s-cc3f8183-8f7e-46fd-851c-dac33de7de4b .shogun-icon-wrapper > .shogun-icon {

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

#s-62224169-0616-4d8e-9797-19bb3e096565 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62224169-0616-4d8e-9797-19bb3e096565 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f {
  display: none;
}
#s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f, #wrap-s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f {
  display: none;
}
#s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f, #wrap-s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f { display:none !important; }}







#s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34919e1e-7a1d-44f1-a5e0-d5e3c0cf519f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c86361ab-09cd-441c-99e1-fa004a6a0db5 {
  min-height: 50px;
}








#s-c86361ab-09cd-441c-99e1-fa004a6a0db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86361ab-09cd-441c-99e1-fa004a6a0db5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb11c269-a31d-49f5-b416-80b9fb996109 {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb11c269-a31d-49f5-b416-80b9fb996109 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-dff6a336-7592-4102-9d8f-d47612a28b94 {
  margin-top: 3%;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
}

#s-0a48638d-51df-4c20-b6d7-1518b7b9771c {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-0a48638d-51df-4c20-b6d7-1518b7b9771c {
  display: none;
}
#s-0a48638d-51df-4c20-b6d7-1518b7b9771c, #wrap-s-0a48638d-51df-4c20-b6d7-1518b7b9771c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a48638d-51df-4c20-b6d7-1518b7b9771c {
  display: none;
}
#s-0a48638d-51df-4c20-b6d7-1518b7b9771c, #wrap-s-0a48638d-51df-4c20-b6d7-1518b7b9771c { display:none !important; }}







#s-0a48638d-51df-4c20-b6d7-1518b7b9771c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a48638d-51df-4c20-b6d7-1518b7b9771c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-442025df-6395-4e5b-8f6a-eebd5570381f {
  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-442025df-6395-4e5b-8f6a-eebd5570381f {
  display: none;
}
#s-442025df-6395-4e5b-8f6a-eebd5570381f, #wrap-s-442025df-6395-4e5b-8f6a-eebd5570381f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-442025df-6395-4e5b-8f6a-eebd5570381f {
  display: none;
}
#s-442025df-6395-4e5b-8f6a-eebd5570381f, #wrap-s-442025df-6395-4e5b-8f6a-eebd5570381f { display:none !important; }}







#s-442025df-6395-4e5b-8f6a-eebd5570381f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-442025df-6395-4e5b-8f6a-eebd5570381f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7512af07-622f-485d-a33b-f0a224b58ef6 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-7512af07-622f-485d-a33b-f0a224b58ef6 {
  display: none;
}
#s-7512af07-622f-485d-a33b-f0a224b58ef6, #wrap-s-7512af07-622f-485d-a33b-f0a224b58ef6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7512af07-622f-485d-a33b-f0a224b58ef6 {
  display: none;
}
#s-7512af07-622f-485d-a33b-f0a224b58ef6, #wrap-s-7512af07-622f-485d-a33b-f0a224b58ef6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7512af07-622f-485d-a33b-f0a224b58ef6 {
  display: none;
}
#s-7512af07-622f-485d-a33b-f0a224b58ef6, #wrap-s-7512af07-622f-485d-a33b-f0a224b58ef6 { display:none !important; }}
#s-7512af07-622f-485d-a33b-f0a224b58ef6 {
  display: none;
}
#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}



.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1cfe04-09d9-4243-b666-07d12d4f1a8a img.shogun-image {
  width: 100%;
}




#s-3a5488c7-ca7d-4e78-9efd-10444ed065dd {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-3a5488c7-ca7d-4e78-9efd-10444ed065dd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-fed0d2ee-4c10-4abc-b022-cdbecf9d8d34 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-57a7828a-6313-466f-b3b2-3a42cf296b46 {
  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-57a7828a-6313-466f-b3b2-3a42cf296b46:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57a7828a-6313-466f-b3b2-3a42cf296b46:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-57a7828a-6313-466f-b3b2-3a42cf296b46 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57a7828a-6313-466f-b3b2-3a42cf296b46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57a7828a-6313-466f-b3b2-3a42cf296b46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-57a7828a-6313-466f-b3b2-3a42cf296b46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aef7becb-67f2-46ca-99ac-b222f2df2a26 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-aef7becb-67f2-46ca-99ac-b222f2df2a26 {
  display: none;
}
#s-aef7becb-67f2-46ca-99ac-b222f2df2a26, #wrap-s-aef7becb-67f2-46ca-99ac-b222f2df2a26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aef7becb-67f2-46ca-99ac-b222f2df2a26 {
  display: none;
}
#s-aef7becb-67f2-46ca-99ac-b222f2df2a26, #wrap-s-aef7becb-67f2-46ca-99ac-b222f2df2a26 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aef7becb-67f2-46ca-99ac-b222f2df2a26 {
  display: none;
}
#s-aef7becb-67f2-46ca-99ac-b222f2df2a26, #wrap-s-aef7becb-67f2-46ca-99ac-b222f2df2a26 { display:none !important; }}







#s-aef7becb-67f2-46ca-99ac-b222f2df2a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef7becb-67f2-46ca-99ac-b222f2df2a26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-246fc4d2-5fb9-4321-b5a5-7c7412e7e395 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-246fc4d2-5fb9-4321-b5a5-7c7412e7e395 {
  display: none;
}
#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
text-align: left;
}



.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38c0a690-8eb8-44d2-96e5-4fa057bd7411 img.shogun-image {
  width: 100%;
}




#s-765b7d77-36e4-4473-a332-249dc9681b34 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-765b7d77-36e4-4473-a332-249dc9681b34 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8a4c8518-7344-4320-bce0-22757059730a {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-92810be7-4883-43d7-8959-bb7578b29b6a {
  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-92810be7-4883-43d7-8959-bb7578b29b6a: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-92810be7-4883-43d7-8959-bb7578b29b6a:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-92810be7-4883-43d7-8959-bb7578b29b6a-root {
    text-align: center;
  }


#s-92810be7-4883-43d7-8959-bb7578b29b6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92810be7-4883-43d7-8959-bb7578b29b6a-root {
    text-align: center;
  }


#s-92810be7-4883-43d7-8959-bb7578b29b6a.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-92810be7-4883-43d7-8959-bb7578b29b6a-root {
    text-align: center;
  }


#s-92810be7-4883-43d7-8959-bb7578b29b6a.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-92810be7-4883-43d7-8959-bb7578b29b6a-root {
    text-align: center;
  }


#s-92810be7-4883-43d7-8959-bb7578b29b6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92810be7-4883-43d7-8959-bb7578b29b6a-root {
    text-align: center;
  }


#s-92810be7-4883-43d7-8959-bb7578b29b6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-92810be7-4883-43d7-8959-bb7578b29b6a-root {
    text-align: center;
  }


#s-92810be7-4883-43d7-8959-bb7578b29b6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c {
  display: none;
}
#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c, #wrap-s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c {
  display: none;
}
#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c, #wrap-s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c {
  
}
}@media (max-width: 767px){#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c {
  display: none;
}
#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c, #wrap-s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c { display:none !important; }}







#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74cd7abb-ffcd-4a3b-a0ca-3450758a584c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16230fdf-667b-4293-b8bf-c22941bbd591 {
  display: none;
}
#s-746ce2c8-5633-4f4a-a579-b174eb5da42d {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-746ce2c8-5633-4f4a-a579-b174eb5da42d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-746ce2c8-5633-4f4a-a579-b174eb5da42d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-746ce2c8-5633-4f4a-a579-b174eb5da42d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-746ce2c8-5633-4f4a-a579-b174eb5da42d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-746ce2c8-5633-4f4a-a579-b174eb5da42d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-746ce2c8-5633-4f4a-a579-b174eb5da42d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-746ce2c8-5633-4f4a-a579-b174eb5da42d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-4e03440f-628a-4cd6-9bfa-8aa30b6a5a80 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-4e03440f-628a-4cd6-9bfa-8aa30b6a5a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e03440f-628a-4cd6-9bfa-8aa30b6a5a80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4807454e-2648-4e58-8439-142456b9fe1d {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4807454e-2648-4e58-8439-142456b9fe1d img.shogun-image {
  width: 100%;
}




#s-761a37e9-d2d7-46e0-beab-c110c53a3a52 {
  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-761a37e9-d2d7-46e0-beab-c110c53a3a52:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-761a37e9-d2d7-46e0-beab-c110c53a3a52:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-761a37e9-d2d7-46e0-beab-c110c53a3a52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-761a37e9-d2d7-46e0-beab-c110c53a3a52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-761a37e9-d2d7-46e0-beab-c110c53a3a52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-761a37e9-d2d7-46e0-beab-c110c53a3a52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-761a37e9-d2d7-46e0-beab-c110c53a3a52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-705f1733-097f-4a6a-8b22-17137aa7eb60 {
  min-height: 50px;
}








#s-705f1733-097f-4a6a-8b22-17137aa7eb60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705f1733-097f-4a6a-8b22-17137aa7eb60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24400318-9b9c-4f32-8678-0d0c01985682 {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-24400318-9b9c-4f32-8678-0d0c01985682 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0233f8d6-70ce-45c8-9772-b6e2334d051f {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-c0f58066-97ee-4cf9-b7ae-d1fd251473c1 {
  min-height: 50px;
}








#s-c0f58066-97ee-4cf9-b7ae-d1fd251473c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f58066-97ee-4cf9-b7ae-d1fd251473c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca0838e3-0875-4318-85e2-97a7e3a95d37 {
  display: none;
}
#s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-974d3e14-fa5a-4c16-82b2-d8ccf2da2fbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-bdcab4a2-fbf4-4167-9c49-c833cf58c8f6 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-bdcab4a2-fbf4-4167-9c49-c833cf58c8f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdcab4a2-fbf4-4167-9c49-c833cf58c8f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a35d3d4-4f43-4878-9e32-59d9c545e027 img.shogun-image {
  width: 100%;
}




#s-c5f1f85e-0ca6-481f-b21b-11f7613aa659 {
  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-c5f1f85e-0ca6-481f-b21b-11f7613aa659: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-c5f1f85e-0ca6-481f-b21b-11f7613aa659:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c5f1f85e-0ca6-481f-b21b-11f7613aa659-root {
    text-align: center;
  }


#s-c5f1f85e-0ca6-481f-b21b-11f7613aa659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5f1f85e-0ca6-481f-b21b-11f7613aa659-root {
    text-align: center;
  }


#s-c5f1f85e-0ca6-481f-b21b-11f7613aa659.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-c5f1f85e-0ca6-481f-b21b-11f7613aa659-root {
    text-align: center;
  }


#s-c5f1f85e-0ca6-481f-b21b-11f7613aa659.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-c5f1f85e-0ca6-481f-b21b-11f7613aa659-root {
    text-align: center;
  }


#s-c5f1f85e-0ca6-481f-b21b-11f7613aa659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5f1f85e-0ca6-481f-b21b-11f7613aa659-root {
    text-align: center;
  }


#s-c5f1f85e-0ca6-481f-b21b-11f7613aa659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-c5f1f85e-0ca6-481f-b21b-11f7613aa659-root {
    text-align: center;
  }


#s-c5f1f85e-0ca6-481f-b21b-11f7613aa659.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f5c15f77-c06e-4d9d-b9cc-e8d310c700d3 {
  min-height: 50px;
}








#s-f5c15f77-c06e-4d9d-b9cc-e8d310c700d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c15f77-c06e-4d9d-b9cc-e8d310c700d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bb34c76-b128-4c76-a60a-cd80029d7077 {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-4bb34c76-b128-4c76-a60a-cd80029d7077 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ef4b4b89-12b2-4910-960d-205e20438bc2 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 {
  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-5e79c929-5c25-4cf8-924f-7caa3dce2b74 {
  display: none;
}
#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74, #wrap-s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 {
  display: none;
}
#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74, #wrap-s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 {
  
}
}@media (max-width: 767px){#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 {
  display: none;
}
#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74, #wrap-s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 { display:none !important; }}







#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e79c929-5c25-4cf8-924f-7caa3dce2b74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a6fe3604-9daa-48ec-a3b1-f02417fd587a {
  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-a6fe3604-9daa-48ec-a3b1-f02417fd587a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6fe3604-9daa-48ec-a3b1-f02417fd587a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5ef9dd4-ff73-457e-aeef-6894d48219ff {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e5ef9dd4-ff73-457e-aeef-6894d48219ff .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-c8bb1ea5-f981-4eab-aec6-199757b53b94 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c8bb1ea5-f981-4eab-aec6-199757b53b94 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8bb1ea5-f981-4eab-aec6-199757b53b94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8bb1ea5-f981-4eab-aec6-199757b53b94 {
  
}
}@media (max-width: 767px){#s-c8bb1ea5-f981-4eab-aec6-199757b53b94 {
  
}
}
#s-3bc854bb-5bab-4e8c-9163-aa728b04717f {
  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-3bc854bb-5bab-4e8c-9163-aa728b04717f:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-3bc854bb-5bab-4e8c-9163-aa728b04717f:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-3bc854bb-5bab-4e8c-9163-aa728b04717f-root {
    text-align: center;
  }


#s-3bc854bb-5bab-4e8c-9163-aa728b04717f.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-3bc854bb-5bab-4e8c-9163-aa728b04717f-root {
    text-align: center;
  }


#s-3bc854bb-5bab-4e8c-9163-aa728b04717f.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-3bc854bb-5bab-4e8c-9163-aa728b04717f-root {
    text-align: center;
  }


#s-3bc854bb-5bab-4e8c-9163-aa728b04717f.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-3bc854bb-5bab-4e8c-9163-aa728b04717f-root {
    text-align: center;
  }


#s-3bc854bb-5bab-4e8c-9163-aa728b04717f.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-3bc854bb-5bab-4e8c-9163-aa728b04717f-root {
    text-align: center;
  }


#s-3bc854bb-5bab-4e8c-9163-aa728b04717f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-d8cee8b6-004e-4548-83af-9d82dce6de19 {
  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-d8cee8b6-004e-4548-83af-9d82dce6de19 {
  display: none;
}
#s-d8cee8b6-004e-4548-83af-9d82dce6de19, #wrap-s-d8cee8b6-004e-4548-83af-9d82dce6de19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8cee8b6-004e-4548-83af-9d82dce6de19 {
  display: none;
}
#s-d8cee8b6-004e-4548-83af-9d82dce6de19, #wrap-s-d8cee8b6-004e-4548-83af-9d82dce6de19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8cee8b6-004e-4548-83af-9d82dce6de19 {
  display: none;
}
#s-d8cee8b6-004e-4548-83af-9d82dce6de19, #wrap-s-d8cee8b6-004e-4548-83af-9d82dce6de19 { display:none !important; }}@media (max-width: 767px){#s-d8cee8b6-004e-4548-83af-9d82dce6de19 {
  
}
}







#s-d8cee8b6-004e-4548-83af-9d82dce6de19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8cee8b6-004e-4548-83af-9d82dce6de19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-342bbdaa-e2ab-4b7e-b0ed-eb6d083896c7 {
  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-342bbdaa-e2ab-4b7e-b0ed-eb6d083896c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342bbdaa-e2ab-4b7e-b0ed-eb6d083896c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56780d92-98c4-4f46-a7b3-edeb5bad7869 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-56780d92-98c4-4f46-a7b3-edeb5bad7869 .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-4b042331-9133-4fa8-9a92-13db9099b880 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-4b042331-9133-4fa8-9a92-13db9099b880 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b042331-9133-4fa8-9a92-13db9099b880 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b042331-9133-4fa8-9a92-13db9099b880 {
  
}
}@media (max-width: 767px){#s-4b042331-9133-4fa8-9a92-13db9099b880 {
  
}
}
#s-84d650d8-f0c8-4b86-95a7-8f468585f22f {
  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-84d650d8-f0c8-4b86-95a7-8f468585f22f:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-84d650d8-f0c8-4b86-95a7-8f468585f22f:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-84d650d8-f0c8-4b86-95a7-8f468585f22f-root {
    text-align: center;
  }


#s-84d650d8-f0c8-4b86-95a7-8f468585f22f.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-84d650d8-f0c8-4b86-95a7-8f468585f22f-root {
    text-align: center;
  }


#s-84d650d8-f0c8-4b86-95a7-8f468585f22f.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-84d650d8-f0c8-4b86-95a7-8f468585f22f-root {
    text-align: center;
  }


#s-84d650d8-f0c8-4b86-95a7-8f468585f22f.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-84d650d8-f0c8-4b86-95a7-8f468585f22f-root {
    text-align: center;
  }


#s-84d650d8-f0c8-4b86-95a7-8f468585f22f.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-84d650d8-f0c8-4b86-95a7-8f468585f22f-root {
    text-align: center;
  }


#s-84d650d8-f0c8-4b86-95a7-8f468585f22f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-ed5b4cef-dca7-4ced-92ca-552b95d30561 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-ed5b4cef-dca7-4ced-92ca-552b95d30561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed5b4cef-dca7-4ced-92ca-552b95d30561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-297eb895-2d59-43c8-ba69-17acb0f4f603 {
  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-297eb895-2d59-43c8-ba69-17acb0f4f603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-297eb895-2d59-43c8-ba69-17acb0f4f603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e1961d3-6540-4453-abfd-5ae9cc0f0594 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e1961d3-6540-4453-abfd-5ae9cc0f0594 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-882d5104-18c6-478c-ab50-a92713de51d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-882d5104-18c6-478c-ab50-a92713de51d3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8 {
  display: none;
}
#s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8, #wrap-s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8 {
  display: none;
}
#s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8, #wrap-s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8 { display:none !important; }}







#s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f069bfa-8ec3-4b68-89bb-2cc1ea4b85a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e2f607f-e73e-4d1a-b10f-58973b433ba5 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e2f607f-e73e-4d1a-b10f-58973b433ba5 .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-3ea331be-c3e1-47fb-bc04-128f9d55d5d9 {
  display: none;
}
#s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9, #wrap-s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9 {
  display: none;
}
#s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9, #wrap-s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9 {
  display: none;
}
#s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9, #wrap-s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ea331be-c3e1-47fb-bc04-128f9d55d5d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-883b313e-284f-4cfa-ae4c-d03150517efc {
  margin-left: 10%;
margin-right: 6%;
min-height: 50px;
}








#s-883b313e-284f-4cfa-ae4c-d03150517efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-883b313e-284f-4cfa-ae4c-d03150517efc.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-92895b67-b81b-4f97-baae-8a33daa7fbde {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-92895b67-b81b-4f97-baae-8a33daa7fbde img.shogun-image {
    

    
    
    
  }


#s-92895b67-b81b-4f97-baae-8a33daa7fbde .shogun-image-content {
  
    align-items: center;
  
}

#s-0054dbbe-6ba7-4a3e-acda-1e612a09dc04 {
  margin-left: 0%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0054dbbe-6ba7-4a3e-acda-1e612a09dc04 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-0e489d82-ee93-4c72-bb35-a757097b917e {
  margin-top: 2%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-870c9dc9-7050-45f0-af2b-39a6a4a3772c {
  margin-bottom: 2%;
margin-right: 4%;
}

#s-aac6752f-0abb-46c9-bce0-111f1e708536 {
  margin-left: 6%;
margin-right: 10%;
min-height: 50px;
}








#s-aac6752f-0abb-46c9-bce0-111f1e708536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aac6752f-0abb-46c9-bce0-111f1e708536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-becc75e4-6afb-4096-811b-df0c12eb3822 {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-becc75e4-6afb-4096-811b-df0c12eb3822 img.shogun-image {
    

    
    
    
  }


#s-becc75e4-6afb-4096-811b-df0c12eb3822 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ca869c3-fe1e-4d17-bf51-27ecf79d0601 {
  margin-left: 4%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ca869c3-fe1e-4d17-bf51-27ecf79d0601 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-55a1fd6e-c3b3-4e68-8fd5-383a81052e63 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 1%;
}

#s-0172444d-89d7-4d87-a6fc-7a0fcfdfde0d {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-40295916-d2df-46b3-8df0-009256c7a369 {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 500px;
}
@media (min-width: 1200px){#s-40295916-d2df-46b3-8df0-009256c7a369 {
  display: none;
}
#s-40295916-d2df-46b3-8df0-009256c7a369, #wrap-s-40295916-d2df-46b3-8df0-009256c7a369 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40295916-d2df-46b3-8df0-009256c7a369 {
  display: none;
}
#s-40295916-d2df-46b3-8df0-009256c7a369, #wrap-s-40295916-d2df-46b3-8df0-009256c7a369 { display:none !important; }}@media (max-width: 767px){#s-40295916-d2df-46b3-8df0-009256c7a369 {
  display: none;
}
#s-40295916-d2df-46b3-8df0-009256c7a369, #wrap-s-40295916-d2df-46b3-8df0-009256c7a369 { display:none !important; }}







#s-40295916-d2df-46b3-8df0-009256c7a369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40295916-d2df-46b3-8df0-009256c7a369.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5d95927-80a8-4a4e-bc51-dc16d276a02e {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a5d95927-80a8-4a4e-bc51-dc16d276a02e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5d95927-80a8-4a4e-bc51-dc16d276a02e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d95927-80a8-4a4e-bc51-dc16d276a02e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5d95927-80a8-4a4e-bc51-dc16d276a02e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d95927-80a8-4a4e-bc51-dc16d276a02e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5d95927-80a8-4a4e-bc51-dc16d276a02e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d95927-80a8-4a4e-bc51-dc16d276a02e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d2677f3c-525b-46dc-99c0-1d7bfa5656c9 {
  min-height: 50px;
}








#s-d2677f3c-525b-46dc-99c0-1d7bfa5656c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2677f3c-525b-46dc-99c0-1d7bfa5656c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b132b254-2f4b-40dd-9e32-a59f8f3aa202 {
  text-align: center;
}







  #s-b132b254-2f4b-40dd-9e32-a59f8f3aa202 img.shogun-image {
    

    
    
    
  }


#s-b132b254-2f4b-40dd-9e32-a59f8f3aa202 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bd9290c-3bb8-4f34-82cb-f5d72d5f795d {
  min-height: 50px;
}








#s-8bd9290c-3bb8-4f34-82cb-f5d72d5f795d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bd9290c-3bb8-4f34-82cb-f5d72d5f795d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-353785ac-44af-4b70-b402-b784c36ae6f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-353785ac-44af-4b70-b402-b784c36ae6f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-e88b9678-7804-4ed5-b0cb-5d84b28f5fa7 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-c024b8b7-bf0d-4c0e-9502-0afb1aca96d8 {
  margin-bottom: 2%;
}

#s-62fe3737-12d9-4c40-8fa4-ab978c8f7846 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-62fe3737-12d9-4c40-8fa4-ab978c8f7846"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62fe3737-12d9-4c40-8fa4-ab978c8f7846"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62fe3737-12d9-4c40-8fa4-ab978c8f7846"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62fe3737-12d9-4c40-8fa4-ab978c8f7846"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62fe3737-12d9-4c40-8fa4-ab978c8f7846"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62fe3737-12d9-4c40-8fa4-ab978c8f7846"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62fe3737-12d9-4c40-8fa4-ab978c8f7846"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e9e5a4e8-298f-4110-ad9f-217f95144f20 {
  min-height: 50px;
}








#s-e9e5a4e8-298f-4110-ad9f-217f95144f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9e5a4e8-298f-4110-ad9f-217f95144f20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0011eb9e-b829-48cf-9249-168329bf3f43 {
  text-align: center;
}







  #s-0011eb9e-b829-48cf-9249-168329bf3f43 img.shogun-image {
    

    
    
    
  }


#s-0011eb9e-b829-48cf-9249-168329bf3f43 .shogun-image-content {
  
    align-items: center;
  
}

#s-92bb2e15-07ed-40a2-a59d-51d467b3b109 {
  min-height: 50px;
}








#s-92bb2e15-07ed-40a2-a59d-51d467b3b109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92bb2e15-07ed-40a2-a59d-51d467b3b109.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c82d8a5c-1e5f-4313-bb38-c267fd20d806 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c82d8a5c-1e5f-4313-bb38-c267fd20d806 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-7da879c5-6d43-4056-8341-0522565c5cc4 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-bc76ecc0-0c97-480d-a8ad-7e7073c899b0 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-6cf1d97c-209b-4a4c-9e77-3396282d8b21 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-6cf1d97c-209b-4a4c-9e77-3396282d8b21 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cf1d97c-209b-4a4c-9e77-3396282d8b21 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cf1d97c-209b-4a4c-9e77-3396282d8b21 {
  display: none;
}
#s-6cf1d97c-209b-4a4c-9e77-3396282d8b21, #wrap-s-6cf1d97c-209b-4a4c-9e77-3396282d8b21 { display:none !important; }}@media (max-width: 767px){#s-6cf1d97c-209b-4a4c-9e77-3396282d8b21 {
  display: none;
}
#s-6cf1d97c-209b-4a4c-9e77-3396282d8b21, #wrap-s-6cf1d97c-209b-4a4c-9e77-3396282d8b21 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6cf1d97c-209b-4a4c-9e77-3396282d8b21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cf1d97c-209b-4a4c-9e77-3396282d8b21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cf1d97c-209b-4a4c-9e77-3396282d8b21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6cf1d97c-209b-4a4c-9e77-3396282d8b21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cf1d97c-209b-4a4c-9e77-3396282d8b21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cf1d97c-209b-4a4c-9e77-3396282d8b21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cf1d97c-209b-4a4c-9e77-3396282d8b21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-5840b524-c6f8-423b-b686-c865fa5938b8 {
  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-5840b524-c6f8-423b-b686-c865fa5938b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5840b524-c6f8-423b-b686-c865fa5938b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5840b524-c6f8-423b-b686-c865fa5938b8 {
  
}
}@media (max-width: 767px){#s-5840b524-c6f8-423b-b686-c865fa5938b8 {
  
}
}







#s-5840b524-c6f8-423b-b686-c865fa5938b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5840b524-c6f8-423b-b686-c865fa5938b8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0e6cc71-937a-45bb-870c-bcf843bf3921 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-a0e6cc71-937a-45bb-870c-bcf843bf3921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e6cc71-937a-45bb-870c-bcf843bf3921.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ea0bb849-016c-4cec-a912-cb40eb1cfd9b {
  min-height: 42px;
}








#s-ea0bb849-016c-4cec-a912-cb40eb1cfd9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea0bb849-016c-4cec-a912-cb40eb1cfd9b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae8be888-6112-436a-966b-634454559131 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ae8be888-6112-436a-966b-634454559131 .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-353ff6aa-6dc7-4707-ada2-89ee3e3a925f {
  margin-bottom: 0%;
margin-right: 5%;
min-height: 500px;
}








#s-353ff6aa-6dc7-4707-ada2-89ee3e3a925f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-353ff6aa-6dc7-4707-ada2-89ee3e3a925f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-643ec7eb-888b-43bb-ba88-21cac540f433 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-643ec7eb-888b-43bb-ba88-21cac540f433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-643ec7eb-888b-43bb-ba88-21cac540f433"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-643ec7eb-888b-43bb-ba88-21cac540f433"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-643ec7eb-888b-43bb-ba88-21cac540f433"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-643ec7eb-888b-43bb-ba88-21cac540f433"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-643ec7eb-888b-43bb-ba88-21cac540f433"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-643ec7eb-888b-43bb-ba88-21cac540f433"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5d868133-5235-4159-8f71-114fcdaf9983 {
  min-height: 50px;
}








#s-5d868133-5235-4159-8f71-114fcdaf9983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d868133-5235-4159-8f71-114fcdaf9983.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e2eca53-a969-4cc0-9be0-de9b9d55e506 {
  text-align: center;
}







  #s-9e2eca53-a969-4cc0-9be0-de9b9d55e506 img.shogun-image {
    

    
    
    
  }


#s-9e2eca53-a969-4cc0-9be0-de9b9d55e506 .shogun-image-content {
  
    align-items: center;
  
}

#s-5174990b-7a31-4f85-a23c-a7c3ff988e21 {
  min-height: 50px;
}








#s-5174990b-7a31-4f85-a23c-a7c3ff988e21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5174990b-7a31-4f85-a23c-a7c3ff988e21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-324e4ed8-39d0-4d27-91bd-fdf9c0b90126 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-324e4ed8-39d0-4d27-91bd-fdf9c0b90126 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-429b716b-5f04-42a6-82fd-4685c3da6653 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-4f333ba6-c762-4807-8134-85594ec9ff70 {
  margin-bottom: 2%;
}

#s-6409dc50-7019-4241-a31a-0790adeaf2e5 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6409dc50-7019-4241-a31a-0790adeaf2e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6409dc50-7019-4241-a31a-0790adeaf2e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6409dc50-7019-4241-a31a-0790adeaf2e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6409dc50-7019-4241-a31a-0790adeaf2e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6409dc50-7019-4241-a31a-0790adeaf2e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6409dc50-7019-4241-a31a-0790adeaf2e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6409dc50-7019-4241-a31a-0790adeaf2e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-bb77a546-d3c2-44c9-87ed-997cfba8c772 {
  min-height: 50px;
}








#s-bb77a546-d3c2-44c9-87ed-997cfba8c772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb77a546-d3c2-44c9-87ed-997cfba8c772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-393b5849-82b1-4e12-8d22-4a19b0c7e766 {
  text-align: center;
}







  #s-393b5849-82b1-4e12-8d22-4a19b0c7e766 img.shogun-image {
    

    
    
    
  }


#s-393b5849-82b1-4e12-8d22-4a19b0c7e766 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f91decc-d782-4a9d-8f94-cc6ee5a72a9a {
  min-height: 50px;
}








#s-7f91decc-d782-4a9d-8f94-cc6ee5a72a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f91decc-d782-4a9d-8f94-cc6ee5a72a9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9200be9-3cb3-4920-bce5-d4ec50c472a9 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9200be9-3cb3-4920-bce5-d4ec50c472a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-813742f9-8f57-4e6a-934d-77fc85d9ffda {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-b3143733-6f0f-4645-bc3f-c374ff5e5072 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-7a6f2eb0-12f9-4479-9404-9951ad3032f0 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-7a6f2eb0-12f9-4479-9404-9951ad3032f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a6f2eb0-12f9-4479-9404-9951ad3032f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66e7c372-4b46-4243-a69e-1cb6d14e3b01 {
  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-66e7c372-4b46-4243-a69e-1cb6d14e3b01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66e7c372-4b46-4243-a69e-1cb6d14e3b01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66e7c372-4b46-4243-a69e-1cb6d14e3b01 {
  
}
}@media (max-width: 767px){#s-66e7c372-4b46-4243-a69e-1cb6d14e3b01 {
  
}
}







#s-66e7c372-4b46-4243-a69e-1cb6d14e3b01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-66e7c372-4b46-4243-a69e-1cb6d14e3b01.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f52cd8ca-056e-4395-929e-8893b8e2872f {
  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-f52cd8ca-056e-4395-929e-8893b8e2872f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f52cd8ca-056e-4395-929e-8893b8e2872f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f52cd8ca-056e-4395-929e-8893b8e2872f {
  
}
}@media (max-width: 767px){#s-f52cd8ca-056e-4395-929e-8893b8e2872f {
  
}
}
#s-f52cd8ca-056e-4395-929e-8893b8e2872f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-06d180ff-0cae-4197-8054-f389e7c0489b {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 4%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-06d180ff-0cae-4197-8054-f389e7c0489b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-06d180ff-0cae-4197-8054-f389e7c0489b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06d180ff-0cae-4197-8054-f389e7c0489b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06d180ff-0cae-4197-8054-f389e7c0489b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-60c316ef-609d-4531-9214-6fcd89757b1b {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-60c316ef-609d-4531-9214-6fcd89757b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60c316ef-609d-4531-9214-6fcd89757b1b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a94d847-86f8-4c5f-afee-dc0b5c188e7b {
  display: none;
}
#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 {
  text-align: left;
}



.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6c9e72-5c56-472d-9226-4ba9893d0d71 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-bdedc2bd-77ad-4d4e-be15-83394d91ffc4 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-bdedc2bd-77ad-4d4e-be15-83394d91ffc4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6b9f8c19-24a3-4f72-b678-e9d85151b36d {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6b9f8c19-24a3-4f72-b678-e9d85151b36d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b9f8c19-24a3-4f72-b678-e9d85151b36d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a84de3fc-342b-4e4c-b3d6-dc90d474d4ce {
  display: none;
}
#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba {
  text-align: left;
}



.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fcdf8c1-005d-4708-86f4-9b61f58ddeba img.shogun-image {
  width: 100%;
}




#s-548bb344-1dfa-44ea-8846-b6c9265c63fc {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-548bb344-1dfa-44ea-8846-b6c9265c63fc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-164c7f6e-0ec4-4f5a-8269-970a7590db62 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-164c7f6e-0ec4-4f5a-8269-970a7590db62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-164c7f6e-0ec4-4f5a-8269-970a7590db62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3bf4f609-9fbb-4575-845d-ab0822e961df {
  display: none;
}
#s-82355ed0-61d1-4f48-8853-577ef5978a63 {
  text-align: left;
}



.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82355ed0-61d1-4f48-8853-577ef5978a63 img.shogun-image {
  width: 100%;
}




#s-b4f5f4b4-d7cb-450b-8998-80ec1f177f6a {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-b4f5f4b4-d7cb-450b-8998-80ec1f177f6a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6d931515-5d0f-42db-934d-66b109e13b6f {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6d931515-5d0f-42db-934d-66b109e13b6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d931515-5d0f-42db-934d-66b109e13b6f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2fbbd239-27b2-4bdf-8b1c-075c86c4ddd0 {
  display: none;
}
#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a {
  text-align: left;
}



.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d32d74fb-0c8c-4bb9-aec1-3c8ec24c160a img.shogun-image {
  width: 100%;
}




#s-fe7ac226-48da-4632-9c4c-3896cc42d212 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-fe7ac226-48da-4632-9c4c-3896cc42d212 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d57cf4b2-4bdd-4e08-b74f-5cee21987a49 {
  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}