.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-b7e69b12-9dad-41c4-851d-e66706fd5464 {
  min-height: 50px;
}








#s-b7e69b12-9dad-41c4-851d-e66706fd5464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e69b12-9dad-41c4-851d-e66706fd5464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b655423-3750-42ee-bd37-e493708d8bb2 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7b655423-3750-42ee-bd37-e493708d8bb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b655423-3750-42ee-bd37-e493708d8bb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b655423-3750-42ee-bd37-e493708d8bb2 {
  display: none;
}
#s-7b655423-3750-42ee-bd37-e493708d8bb2, #wrap-s-7b655423-3750-42ee-bd37-e493708d8bb2 { display:none !important; }}@media (max-width: 767px){#s-7b655423-3750-42ee-bd37-e493708d8bb2 {
  display: none;
}
#s-7b655423-3750-42ee-bd37-e493708d8bb2, #wrap-s-7b655423-3750-42ee-bd37-e493708d8bb2 { display:none !important; }}







#s-7b655423-3750-42ee-bd37-e493708d8bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b655423-3750-42ee-bd37-e493708d8bb2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4401a4c3-63f3-4d08-808b-7f8de9361ed0 {
  margin-left: 15%;
margin-right: 15%;
}

.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-4bc4612f-c1c0-4e9e-b173-ed3f4013874c {
  margin-left: -15%;
margin-right: -15%;
}

@media (min-width: 0px) {
[id="s-4bc4612f-c1c0-4e9e-b173-ed3f4013874c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bc4612f-c1c0-4e9e-b173-ed3f4013874c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-4bc4612f-c1c0-4e9e-b173-ed3f4013874c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-4bc4612f-c1c0-4e9e-b173-ed3f4013874c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-4bc4612f-c1c0-4e9e-b173-ed3f4013874c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bc4612f-c1c0-4e9e-b173-ed3f4013874c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-4bc4612f-c1c0-4e9e-b173-ed3f4013874c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

#s-87104e9d-4fb9-4bc6-8102-717ccca905ba {
  background-attachment: fixed;
min-height: 50px;
}








#s-87104e9d-4fb9-4bc6-8102-717ccca905ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87104e9d-4fb9-4bc6-8102-717ccca905ba.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-ef4e885b-117c-4220-9d5b-9c35a11d9152 {
  margin-right: 5%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}



.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4e885b-117c-4220-9d5b-9c35a11d9152 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-04926cf9-b728-4755-81b1-ae7395c83b48 {
  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-04926cf9-b728-4755-81b1-ae7395c83b48 .shg-gallery-thumb-image-wrapper {
  

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

#s-04926cf9-b728-4755-81b1-ae7395c83b48 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-04926cf9-b728-4755-81b1-ae7395c83b48 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-04926cf9-b728-4755-81b1-ae7395c83b48 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-04926cf9-b728-4755-81b1-ae7395c83b48 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-04926cf9-b728-4755-81b1-ae7395c83b48 .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-2861692b-9647-4263-b48f-8952c6934859 {
  margin-top: 9%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2861692b-9647-4263-b48f-8952c6934859 .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-e6b5dda5-7f2d-4d6b-9d96-390022b3a66d {
  margin-top: 2%;
margin-right: 5%;
padding-right: 0%;
}

#s-cf4ef210-d006-4abc-a3ac-c7fd26446427 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf4ef210-d006-4abc-a3ac-c7fd26446427 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-89acf3d7-9f6b-4a01-8a4f-58200d328463 {
  margin-top: -2px;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89acf3d7-9f6b-4a01-8a4f-58200d328463 .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-cfa8e2ee-e457-44dc-a458-414c3d17fdd1 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-84eb2bee-c41f-4a83-84a2-2dbf773032dd {
  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-3095eff3-eec2-43e5-add6-8d736f805a8f {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3095eff3-eec2-43e5-add6-8d736f805a8f hr {
  border-top: 2px solid #ddd;
}

#s-444ba7d2-9b81-434f-a011-18921f4473a1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-444ba7d2-9b81-434f-a011-18921f4473a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-444ba7d2-9b81-434f-a011-18921f4473a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-444ba7d2-9b81-434f-a011-18921f4473a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-444ba7d2-9b81-434f-a011-18921f4473a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-444ba7d2-9b81-434f-a011-18921f4473a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-444ba7d2-9b81-434f-a011-18921f4473a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-444ba7d2-9b81-434f-a011-18921f4473a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-56d7af88-1d43-4a73-96da-42b29445739f {
  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-a9513a5f-9279-4c73-847e-46f056fffef7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 50%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9513a5f-9279-4c73-847e-46f056fffef7 {
  
}
}
#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .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-a9513a5f-9279-4c73-847e-46f056fffef7 .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-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a9513a5f-9279-4c73-847e-46f056fffef7-btn-wrapper {
    text-align: center;
  }


#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-variant-btn:hover {
  background: #252525;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-variant-btn:active, #s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a9513a5f-9279-4c73-847e-46f056fffef7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-cb1a7707-dd60-4339-b886-1d61c50712e8 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cb1a7707-dd60-4339-b886-1d61c50712e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb1a7707-dd60-4339-b886-1d61c50712e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb1a7707-dd60-4339-b886-1d61c50712e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb1a7707-dd60-4339-b886-1d61c50712e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb1a7707-dd60-4339-b886-1d61c50712e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb1a7707-dd60-4339-b886-1d61c50712e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb1a7707-dd60-4339-b886-1d61c50712e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f6403c09-8855-426c-8f4c-251673db5ed0 {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0%;
}

#s-8ef7fdc3-b38a-4141-b54e-8474e1c61819 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8ef7fdc3-b38a-4141-b54e-8474e1c61819 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8ef7fdc3-b38a-4141-b54e-8474e1c61819 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8ef7fdc3-b38a-4141-b54e-8474e1c61819 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8ef7fdc3-b38a-4141-b54e-8474e1c61819 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8ef7fdc3-b38a-4141-b54e-8474e1c61819 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0af530bc-97f6-4048-8941-ff811165b8a0 {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2d6bb131-b4cf-464f-bd10-dce6f8f4ac43"] > .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-839a885c-b160-44aa-af0a-f29295c6aa02 {
  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-839a885c-b160-44aa-af0a-f29295c6aa02:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-839a885c-b160-44aa-af0a-f29295c6aa02:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-839a885c-b160-44aa-af0a-f29295c6aa02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-839a885c-b160-44aa-af0a-f29295c6aa02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-839a885c-b160-44aa-af0a-f29295c6aa02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-839a885c-b160-44aa-af0a-f29295c6aa02.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-e6ac7286-a075-490d-ad6b-77856ff8051a {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-e6ac7286-a075-490d-ad6b-77856ff8051a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e6ac7286-a075-490d-ad6b-77856ff8051a .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-e6ac7286-a075-490d-ad6b-77856ff8051a .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-134449a7-b324-4190-8146-45110a3ec2d1 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
}

#s-f8af6d9a-cf43-4302-abc0-d87bbc203ab4 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f8af6d9a-cf43-4302-abc0-d87bbc203ab4 hr {
  border-top: 2px solid #ddd;
}

#s-e0524ca4-27d5-4e8d-b007-2cc3caf4b3c6 {
  min-height: 50px;
}








#s-e0524ca4-27d5-4e8d-b007-2cc3caf4b3c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0524ca4-27d5-4e8d-b007-2cc3caf4b3c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2664bb7-ef87-4d1a-9ab7-ed669f2f71b2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a2664bb7-ef87-4d1a-9ab7-ed669f2f71b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2664bb7-ef87-4d1a-9ab7-ed669f2f71b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2664bb7-ef87-4d1a-9ab7-ed669f2f71b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2664bb7-ef87-4d1a-9ab7-ed669f2f71b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-947e0474-2cd4-481d-9c35-e7adc3036f20 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-947e0474-2cd4-481d-9c35-e7adc3036f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947e0474-2cd4-481d-9c35-e7adc3036f20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-603e09b0-6a9c-405c-ac89-1341f06e4652 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-603e09b0-6a9c-405c-ac89-1341f06e4652 img.shogun-image {
  width: 100%;
}




#s-f3f26d41-3170-4f10-98b1-59afac70e78a {
  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-f3f26d41-3170-4f10-98b1-59afac70e78a:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3f26d41-3170-4f10-98b1-59afac70e78a:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f3f26d41-3170-4f10-98b1-59afac70e78a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3f26d41-3170-4f10-98b1-59afac70e78a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3f26d41-3170-4f10-98b1-59afac70e78a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f3f26d41-3170-4f10-98b1-59afac70e78a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f3f26d41-3170-4f10-98b1-59afac70e78a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0f4fd045-346f-4171-ae0b-5977840dbc36 {
  min-height: 50px;
}








#s-0f4fd045-346f-4171-ae0b-5977840dbc36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f4fd045-346f-4171-ae0b-5977840dbc36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d19a16f-d625-47fb-aee0-c9fa08099542 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-1d19a16f-d625-47fb-aee0-c9fa08099542 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8ad5b20b-5aa1-4d29-a73f-cd6dc5d79139 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-0176e20b-9ba6-4eff-85d7-e327f9ec17ae {
  min-height: 50px;
}








#s-0176e20b-9ba6-4eff-85d7-e327f9ec17ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0176e20b-9ba6-4eff-85d7-e327f9ec17ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33cb3a32-1c47-4896-8445-2b1591b55ab3 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-33cb3a32-1c47-4896-8445-2b1591b55ab3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33cb3a32-1c47-4896-8445-2b1591b55ab3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33cb3a32-1c47-4896-8445-2b1591b55ab3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33cb3a32-1c47-4896-8445-2b1591b55ab3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c14c98b1-83da-4fd5-882b-327ca9160f04 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-c14c98b1-83da-4fd5-882b-327ca9160f04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14c98b1-83da-4fd5-882b-327ca9160f04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13811226-9aa9-4920-95f1-2aeb6b785deb {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb img.shogun-image {
  width: 100%;
}



}

.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13811226-9aa9-4920-95f1-2aeb6b785deb 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-7f13d0d3-7d01-4151-9434-f03f5e647178 {
  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-7f13d0d3-7d01-4151-9434-f03f5e647178: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-7f13d0d3-7d01-4151-9434-f03f5e647178:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f13d0d3-7d01-4151-9434-f03f5e647178-root {
    text-align: center;
  }


#s-7f13d0d3-7d01-4151-9434-f03f5e647178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f13d0d3-7d01-4151-9434-f03f5e647178-root {
    text-align: center;
  }


#s-7f13d0d3-7d01-4151-9434-f03f5e647178.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-7f13d0d3-7d01-4151-9434-f03f5e647178-root {
    text-align: center;
  }


#s-7f13d0d3-7d01-4151-9434-f03f5e647178.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-7f13d0d3-7d01-4151-9434-f03f5e647178-root {
    text-align: center;
  }


#s-7f13d0d3-7d01-4151-9434-f03f5e647178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f13d0d3-7d01-4151-9434-f03f5e647178-root {
    text-align: center;
  }


#s-7f13d0d3-7d01-4151-9434-f03f5e647178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-7f13d0d3-7d01-4151-9434-f03f5e647178-root {
    text-align: center;
  }


#s-7f13d0d3-7d01-4151-9434-f03f5e647178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-57034c51-2d4f-4e04-a9a9-68ec7d43eed5 {
  min-height: 50px;
}








#s-57034c51-2d4f-4e04-a9a9-68ec7d43eed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57034c51-2d4f-4e04-a9a9-68ec7d43eed5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc2b58d0-c302-4030-a6d2-05d2532acb13 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-dc2b58d0-c302-4030-a6d2-05d2532acb13 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-97728a46-4150-4699-9f82-9dbfa3f3aad7 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-819f4ca3-e165-4904-b879-39bf15c7308a {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-819f4ca3-e165-4904-b879-39bf15c7308a {
  display: none;
}
#s-819f4ca3-e165-4904-b879-39bf15c7308a, #wrap-s-819f4ca3-e165-4904-b879-39bf15c7308a { display:none !important; }}@media (max-width: 767px){#s-819f4ca3-e165-4904-b879-39bf15c7308a {
  display: none;
}
#s-819f4ca3-e165-4904-b879-39bf15c7308a, #wrap-s-819f4ca3-e165-4904-b879-39bf15c7308a { display:none !important; }}







#s-819f4ca3-e165-4904-b879-39bf15c7308a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-819f4ca3-e165-4904-b879-39bf15c7308a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00fd5743-db23-497e-a5a7-94571a2c6f06 {
  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-00fd5743-db23-497e-a5a7-94571a2c6f06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00fd5743-db23-497e-a5a7-94571a2c6f06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00fd5743-db23-497e-a5a7-94571a2c6f06 {
  
}
}@media (max-width: 767px){#s-00fd5743-db23-497e-a5a7-94571a2c6f06 {
  
}
}







#s-00fd5743-db23-497e-a5a7-94571a2c6f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-00fd5743-db23-497e-a5a7-94571a2c6f06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-207c6d02-385b-4039-b79d-78c30f6d6e00 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-207c6d02-385b-4039-b79d-78c30f6d6e00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-207c6d02-385b-4039-b79d-78c30f6d6e00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-207c6d02-385b-4039-b79d-78c30f6d6e00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-207c6d02-385b-4039-b79d-78c30f6d6e00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7b6dc81c-2d8f-4046-8d69-15adc6be5ef2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7b6dc81c-2d8f-4046-8d69-15adc6be5ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b6dc81c-2d8f-4046-8d69-15adc6be5ef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80fde66b-da71-42fc-8962-f5974f51aca2 .shogun-icon-wrapper {
  text-align: center;
}


#s-80fde66b-da71-42fc-8962-f5974f51aca2 .shogun-icon-wrapper > .shogun-icon {

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

#s-e325a7f6-9e2a-4246-847d-d9bbd42a4743 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e325a7f6-9e2a-4246-847d-d9bbd42a4743 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-82b6a103-27f5-4f47-abd7-bfc7ddefa71a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-82b6a103-27f5-4f47-abd7-bfc7ddefa71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82b6a103-27f5-4f47-abd7-bfc7ddefa71a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0caea54f-eb51-47e3-a538-a5d6a01e9ca2 .shogun-icon-wrapper {
  text-align: center;
}


#s-0caea54f-eb51-47e3-a538-a5d6a01e9ca2 .shogun-icon-wrapper > .shogun-icon {

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

#s-0738fe00-a9ff-4f55-a86d-4aafca3ec0cf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0738fe00-a9ff-4f55-a86d-4aafca3ec0cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-c5113cd4-58b8-4b47-a682-75843571b74b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c5113cd4-58b8-4b47-a682-75843571b74b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5113cd4-58b8-4b47-a682-75843571b74b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e664a98-7dbd-4579-8e0c-bcbb2c85d0e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-1e664a98-7dbd-4579-8e0c-bcbb2c85d0e8 .shogun-icon-wrapper > .shogun-icon {

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

#s-e2f92189-77aa-42ac-aab9-c8ee3618ae11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2f92189-77aa-42ac-aab9-c8ee3618ae11 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-82324f78-81f6-46ed-8042-e246efae2fb2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1188910c-f9ad-4d44-85cf-5293fcb6ee30 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1188910c-f9ad-4d44-85cf-5293fcb6ee30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1188910c-f9ad-4d44-85cf-5293fcb6ee30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e0d75ad-fa45-47e6-a253-5e776fde25c0 .shogun-icon-wrapper {
  text-align: center;
}


#s-4e0d75ad-fa45-47e6-a253-5e776fde25c0 .shogun-icon-wrapper > .shogun-icon {

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

#s-97842859-34ae-487f-80ac-9e72b6791cd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97842859-34ae-487f-80ac-9e72b6791cd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-58ed96b8-a49f-477a-b240-258a19a78f25 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-58ed96b8-a49f-477a-b240-258a19a78f25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58ed96b8-a49f-477a-b240-258a19a78f25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58ed96b8-a49f-477a-b240-258a19a78f25 {
  display: none;
}
#s-58ed96b8-a49f-477a-b240-258a19a78f25, #wrap-s-58ed96b8-a49f-477a-b240-258a19a78f25 { display:none !important; }}@media (max-width: 767px){#s-58ed96b8-a49f-477a-b240-258a19a78f25 {
  display: none;
}
#s-58ed96b8-a49f-477a-b240-258a19a78f25, #wrap-s-58ed96b8-a49f-477a-b240-258a19a78f25 { display:none !important; }}
@media (min-width: 0px) {
[id="s-58ed96b8-a49f-477a-b240-258a19a78f25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58ed96b8-a49f-477a-b240-258a19a78f25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58ed96b8-a49f-477a-b240-258a19a78f25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58ed96b8-a49f-477a-b240-258a19a78f25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-017e93d3-f00b-4fb1-bf10-a4ac9765f39c {
  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-017e93d3-f00b-4fb1-bf10-a4ac9765f39c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-017e93d3-f00b-4fb1-bf10-a4ac9765f39c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-017e93d3-f00b-4fb1-bf10-a4ac9765f39c {
  
}
}@media (max-width: 767px){#s-017e93d3-f00b-4fb1-bf10-a4ac9765f39c {
  
}
}







#s-017e93d3-f00b-4fb1-bf10-a4ac9765f39c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-017e93d3-f00b-4fb1-bf10-a4ac9765f39c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3658511-95c9-458c-afec-bbfa77713440 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b3658511-95c9-458c-afec-bbfa77713440 .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-efad918e-eecd-455c-a48c-9ea14e44bb3b {
  margin-top: 4%;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-efad918e-eecd-455c-a48c-9ea14e44bb3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efad918e-eecd-455c-a48c-9ea14e44bb3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-efad918e-eecd-455c-a48c-9ea14e44bb3b {
  
}
}@media (max-width: 767px){#s-efad918e-eecd-455c-a48c-9ea14e44bb3b {
  
}
}
#s-d0e44247-55c3-40af-8fec-52e091c28105 {
  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-d0e44247-55c3-40af-8fec-52e091c28105:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-d0e44247-55c3-40af-8fec-52e091c28105:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-d0e44247-55c3-40af-8fec-52e091c28105-root {
    text-align: center;
  }


#s-d0e44247-55c3-40af-8fec-52e091c28105.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-d0e44247-55c3-40af-8fec-52e091c28105-root {
    text-align: center;
  }


#s-d0e44247-55c3-40af-8fec-52e091c28105.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-d0e44247-55c3-40af-8fec-52e091c28105-root {
    text-align: center;
  }


#s-d0e44247-55c3-40af-8fec-52e091c28105.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-d0e44247-55c3-40af-8fec-52e091c28105-root {
    text-align: center;
  }


#s-d0e44247-55c3-40af-8fec-52e091c28105.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-d0e44247-55c3-40af-8fec-52e091c28105-root {
    text-align: center;
  }


#s-d0e44247-55c3-40af-8fec-52e091c28105.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-8a4cb766-5432-4dc1-881d-8f0afb8495c3 {
  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-8a4cb766-5432-4dc1-881d-8f0afb8495c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4cb766-5432-4dc1-881d-8f0afb8495c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd {
  margin-top: 0%;
margin-bottom: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd {
  display: none;
}
#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd, #wrap-s-10dab09e-fe8f-4345-8a95-25be3d17d6cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd {
  display: none;
}
#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd, #wrap-s-10dab09e-fe8f-4345-8a95-25be3d17d6cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd {
  
}
}@media (max-width: 767px){#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd {
  
}
}







#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10dab09e-fe8f-4345-8a95-25be3d17d6cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f5f76b48-20c7-46da-8d04-19112d19f10a {
  margin-left: 5%;
margin-right: 5%;
}

#s-2471ec63-3519-4a20-92d9-6eaee3328f3a {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-2471ec63-3519-4a20-92d9-6eaee3328f3a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-e5a69cfd-d9b6-4826-aad0-4b21308cd4bc {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5a69cfd-d9b6-4826-aad0-4b21308cd4bc .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-5b579a4f-d75e-4c70-819b-49edfdc0b952 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b579a4f-d75e-4c70-819b-49edfdc0b952 img.shogun-image {
  width: 100%;
}



}
#s-cfc5e1f4-949d-4e9c-b551-58446f4a72f2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-cfc5e1f4-949d-4e9c-b551-58446f4a72f2 .shg-gallery-thumb-image-wrapper {
  

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

#s-cfc5e1f4-949d-4e9c-b551-58446f4a72f2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-cfc5e1f4-949d-4e9c-b551-58446f4a72f2 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-cfc5e1f4-949d-4e9c-b551-58446f4a72f2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-cfc5e1f4-949d-4e9c-b551-58446f4a72f2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-cfc5e1f4-949d-4e9c-b551-58446f4a72f2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-65f7b940-995a-4066-b922-2f00ed60f9e9 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-3037e9ab-d5dc-4157-8cd9-129ed13b7d37 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-3037e9ab-d5dc-4157-8cd9-129ed13b7d37 {
  display: none;
}
#s-3037e9ab-d5dc-4157-8cd9-129ed13b7d37, #wrap-s-3037e9ab-d5dc-4157-8cd9-129ed13b7d37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3037e9ab-d5dc-4157-8cd9-129ed13b7d37 {
  display: none;
}
#s-3037e9ab-d5dc-4157-8cd9-129ed13b7d37, #wrap-s-3037e9ab-d5dc-4157-8cd9-129ed13b7d37 { display:none !important; }}
#s-16d434ee-a071-410a-b8b9-8f6402c230ca {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-16d434ee-a071-410a-b8b9-8f6402c230ca {
  display: none;
}
#s-16d434ee-a071-410a-b8b9-8f6402c230ca, #wrap-s-16d434ee-a071-410a-b8b9-8f6402c230ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16d434ee-a071-410a-b8b9-8f6402c230ca {
  display: none;
}
#s-16d434ee-a071-410a-b8b9-8f6402c230ca, #wrap-s-16d434ee-a071-410a-b8b9-8f6402c230ca { display:none !important; }}
#s-16d434ee-a071-410a-b8b9-8f6402c230ca hr {
  border-top: 2px solid #ddd;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-1521bac9-6267-42e8-ae59-547a9df339bc {
  display: none;
}
#s-1521bac9-6267-42e8-ae59-547a9df339bc, #wrap-s-1521bac9-6267-42e8-ae59-547a9df339bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1521bac9-6267-42e8-ae59-547a9df339bc {
  display: none;
}
#s-1521bac9-6267-42e8-ae59-547a9df339bc, #wrap-s-1521bac9-6267-42e8-ae59-547a9df339bc { display:none !important; }}
#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .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-1521bac9-6267-42e8-ae59-547a9df339bc .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-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1521bac9-6267-42e8-ae59-547a9df339bc .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-1521bac9-6267-42e8-ae59-547a9df339bc .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1521bac9-6267-42e8-ae59-547a9df339bc-btn-wrapper {
    text-align: center;
  }


#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-variant-btn:hover {
  background: #252525;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-variant-btn:active, #s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1521bac9-6267-42e8-ae59-547a9df339bc .shg-variant-btn.disabled {
  background: #252525;
}

#s-2fc08a44-3582-4f75-b126-31f688829ed0 {
  margin-top: 4%;
margin-left: 13%;
margin-bottom: 2%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-2fc08a44-3582-4f75-b126-31f688829ed0 {
  display: none;
}
#s-2fc08a44-3582-4f75-b126-31f688829ed0, #wrap-s-2fc08a44-3582-4f75-b126-31f688829ed0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fc08a44-3582-4f75-b126-31f688829ed0 {
  display: none;
}
#s-2fc08a44-3582-4f75-b126-31f688829ed0, #wrap-s-2fc08a44-3582-4f75-b126-31f688829ed0 { display:none !important; }}
#s-2fc08a44-3582-4f75-b126-31f688829ed0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2fc08a44-3582-4f75-b126-31f688829ed0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2fc08a44-3582-4f75-b126-31f688829ed0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2fc08a44-3582-4f75-b126-31f688829ed0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2fc08a44-3582-4f75-b126-31f688829ed0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-2fc08a44-3582-4f75-b126-31f688829ed0 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-2fc08a44-3582-4f75-b126-31f688829ed0 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-9f5f428c-1719-40f4-b7d8-16dbdc0ee63b {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

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

}

@media (min-width: 768px) {
[id="s-489b1f9e-c303-45d3-ba8e-e8e279df62a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-489b1f9e-c303-45d3-ba8e-e8e279df62a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-489b1f9e-c303-45d3-ba8e-e8e279df62a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-ce592b5c-7bb0-4f7d-acce-34558e0ded9e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 5px;
}

#s-11e66a79-46c8-4c9d-a2a2-a43742a816ae {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 5px;
text-align: left;
}

#s-11e66a79-46c8-4c9d-a2a2-a43742a816ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-11e66a79-46c8-4c9d-a2a2-a43742a816ae .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-11e66a79-46c8-4c9d-a2a2-a43742a816ae .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-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74 {
  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-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74 {
  display: none;
}
#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74, #wrap-s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74 {
  display: none;
}
#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74, #wrap-s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74 { display:none !important; }}


#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-6bd5890f-6fa0-4337-b1af-41b1a5d0cc74.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-df17b4b6-b338-4ae3-9aa6-46d59fbeb923 {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

#s-38413b70-ed82-4ec1-a4ef-0e35db825c45 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-38413b70-ed82-4ec1-a4ef-0e35db825c45 {
  display: none;
}
#s-38413b70-ed82-4ec1-a4ef-0e35db825c45, #wrap-s-38413b70-ed82-4ec1-a4ef-0e35db825c45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38413b70-ed82-4ec1-a4ef-0e35db825c45 {
  display: none;
}
#s-38413b70-ed82-4ec1-a4ef-0e35db825c45, #wrap-s-38413b70-ed82-4ec1-a4ef-0e35db825c45 { display:none !important; }}







#s-38413b70-ed82-4ec1-a4ef-0e35db825c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38413b70-ed82-4ec1-a4ef-0e35db825c45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e7c5856-bf71-465e-8d8e-18421e9b0881 {
  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-7e7c5856-bf71-465e-8d8e-18421e9b0881 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e7c5856-bf71-465e-8d8e-18421e9b0881 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e7c5856-bf71-465e-8d8e-18421e9b0881 {
  
}
}@media (max-width: 767px){#s-7e7c5856-bf71-465e-8d8e-18421e9b0881 {
  
}
}







#s-7e7c5856-bf71-465e-8d8e-18421e9b0881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-7e7c5856-bf71-465e-8d8e-18421e9b0881.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-059397eb-0c03-4709-b4b0-2d9e80458319 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-059397eb-0c03-4709-b4b0-2d9e80458319"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-059397eb-0c03-4709-b4b0-2d9e80458319"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-059397eb-0c03-4709-b4b0-2d9e80458319"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-059397eb-0c03-4709-b4b0-2d9e80458319"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-f1ed84c0-a1d4-449c-9d7d-4df9babece42 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f1ed84c0-a1d4-449c-9d7d-4df9babece42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ed84c0-a1d4-449c-9d7d-4df9babece42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd443bef-daaa-4ac7-aa5d-e87fa7e7202e .shogun-icon-wrapper {
  text-align: center;
}


#s-dd443bef-daaa-4ac7-aa5d-e87fa7e7202e .shogun-icon-wrapper > .shogun-icon {

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

#s-fa7a9acb-9afe-4f4c-940d-ec92c7fd789d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa7a9acb-9afe-4f4c-940d-ec92c7fd789d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-f425ff59-7612-4bbf-8339-960adf498349 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f425ff59-7612-4bbf-8339-960adf498349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f425ff59-7612-4bbf-8339-960adf498349.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6235035d-7cdb-4df8-96f9-51d6cec8f008 .shogun-icon-wrapper {
  text-align: center;
}


#s-6235035d-7cdb-4df8-96f9-51d6cec8f008 .shogun-icon-wrapper > .shogun-icon {

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

#s-6e1fcd48-2ee6-4244-a06c-49d54c59a55c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e1fcd48-2ee6-4244-a06c-49d54c59a55c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-13f9c7a5-a9fe-4d38-afe2-fe5597ae8697 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-13f9c7a5-a9fe-4d38-afe2-fe5597ae8697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13f9c7a5-a9fe-4d38-afe2-fe5597ae8697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bde8c5a-e1fc-4e62-9967-a602bdd9d6de .shogun-icon-wrapper {
  text-align: center;
}


#s-5bde8c5a-e1fc-4e62-9967-a602bdd9d6de .shogun-icon-wrapper > .shogun-icon {

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

#s-74e2ee95-cb83-410a-ab09-8adad37752ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74e2ee95-cb83-410a-ab09-8adad37752ac .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-851580f1-6cf1-4edb-94b4-56bc63461c3c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6cb0c624-7ab6-4ee9-983b-34b08f5376ff {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6cb0c624-7ab6-4ee9-983b-34b08f5376ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cb0c624-7ab6-4ee9-983b-34b08f5376ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea2e6595-0326-4654-bc83-0c0ae8d0328c .shogun-icon-wrapper {
  text-align: center;
}


#s-ea2e6595-0326-4654-bc83-0c0ae8d0328c .shogun-icon-wrapper > .shogun-icon {

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

#s-2253ba5c-5f64-4082-8932-433809ca63ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2253ba5c-5f64-4082-8932-433809ca63ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-60f4208b-7e79-4e72-9603-f9964fe0d2d5 {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-60f4208b-7e79-4e72-9603-f9964fe0d2d5 {
  display: none;
}
#s-60f4208b-7e79-4e72-9603-f9964fe0d2d5, #wrap-s-60f4208b-7e79-4e72-9603-f9964fe0d2d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60f4208b-7e79-4e72-9603-f9964fe0d2d5 {
  display: none;
}
#s-60f4208b-7e79-4e72-9603-f9964fe0d2d5, #wrap-s-60f4208b-7e79-4e72-9603-f9964fe0d2d5 { display:none !important; }}







#s-60f4208b-7e79-4e72-9603-f9964fe0d2d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60f4208b-7e79-4e72-9603-f9964fe0d2d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b367090-6825-45a4-b776-40e2ac644f5b {
  min-height: 50px;
}








#s-2b367090-6825-45a4-b776-40e2ac644f5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b367090-6825-45a4-b776-40e2ac644f5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af14ed60-3418-48d6-8e07-3265869915ed {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af14ed60-3418-48d6-8e07-3265869915ed .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-0eedb9f6-eb5c-4d67-812b-2796dcc6d423 {
  margin-top: 3%;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
}

#s-8f080def-7284-41d7-8239-698528d68c7e {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-8f080def-7284-41d7-8239-698528d68c7e {
  display: none;
}
#s-8f080def-7284-41d7-8239-698528d68c7e, #wrap-s-8f080def-7284-41d7-8239-698528d68c7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f080def-7284-41d7-8239-698528d68c7e {
  display: none;
}
#s-8f080def-7284-41d7-8239-698528d68c7e, #wrap-s-8f080def-7284-41d7-8239-698528d68c7e { display:none !important; }}







#s-8f080def-7284-41d7-8239-698528d68c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f080def-7284-41d7-8239-698528d68c7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-beee499a-7732-41d9-a883-86c22ab5ddbe {
  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-beee499a-7732-41d9-a883-86c22ab5ddbe {
  display: none;
}
#s-beee499a-7732-41d9-a883-86c22ab5ddbe, #wrap-s-beee499a-7732-41d9-a883-86c22ab5ddbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-beee499a-7732-41d9-a883-86c22ab5ddbe {
  display: none;
}
#s-beee499a-7732-41d9-a883-86c22ab5ddbe, #wrap-s-beee499a-7732-41d9-a883-86c22ab5ddbe { display:none !important; }}







#s-beee499a-7732-41d9-a883-86c22ab5ddbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beee499a-7732-41d9-a883-86c22ab5ddbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b {
  display: none;
}
#s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b, #wrap-s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b {
  display: none;
}
#s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b, #wrap-s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b {
  display: none;
}
#s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b, #wrap-s-87bbc2c7-ce91-414c-9dfb-3314a0c86a1b { display:none !important; }}
#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}



.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3beb94e-cbf1-43d0-98dd-056281573cd6 img.shogun-image {
  width: 100%;
}




#s-617965a6-cc9c-4c03-9538-7eb55f6081d7 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-617965a6-cc9c-4c03-9538-7eb55f6081d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-e82c00b7-3ffc-4f49-b52b-b7efc6480723 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-da62e2e5-7ecc-4fc5-9642-c6f36f1cd02f {
  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-da62e2e5-7ecc-4fc5-9642-c6f36f1cd02f:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da62e2e5-7ecc-4fc5-9642-c6f36f1cd02f:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-da62e2e5-7ecc-4fc5-9642-c6f36f1cd02f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da62e2e5-7ecc-4fc5-9642-c6f36f1cd02f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da62e2e5-7ecc-4fc5-9642-c6f36f1cd02f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-da62e2e5-7ecc-4fc5-9642-c6f36f1cd02f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 {
  display: none;
}
#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1, #wrap-s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 {
  display: none;
}
#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1, #wrap-s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 {
  display: none;
}
#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1, #wrap-s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 { display:none !important; }}







#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0de09a9-dfc2-4b07-8521-76c4cd358ca1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ee5423f-1c3a-4511-adf2-d04b1f7cb96f {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
text-align: left;
}



.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d15b56d-57be-4a31-9770-da8d8c0e59d5 img.shogun-image {
  width: 100%;
}




#s-e05dbaa0-d673-436f-b1d3-8a18c8d1180a {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-e05dbaa0-d673-436f-b1d3-8a18c8d1180a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-3d1e42fe-5f47-4733-8b3c-80617ea0965a {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-6bd9c202-468c-42f0-9641-45e9fd14f400 {
  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-6bd9c202-468c-42f0-9641-45e9fd14f400: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-6bd9c202-468c-42f0-9641-45e9fd14f400:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6bd9c202-468c-42f0-9641-45e9fd14f400-root {
    text-align: center;
  }


#s-6bd9c202-468c-42f0-9641-45e9fd14f400.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6bd9c202-468c-42f0-9641-45e9fd14f400-root {
    text-align: center;
  }


#s-6bd9c202-468c-42f0-9641-45e9fd14f400.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-6bd9c202-468c-42f0-9641-45e9fd14f400-root {
    text-align: center;
  }


#s-6bd9c202-468c-42f0-9641-45e9fd14f400.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-6bd9c202-468c-42f0-9641-45e9fd14f400-root {
    text-align: center;
  }


#s-6bd9c202-468c-42f0-9641-45e9fd14f400.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6bd9c202-468c-42f0-9641-45e9fd14f400-root {
    text-align: center;
  }


#s-6bd9c202-468c-42f0-9641-45e9fd14f400.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-6bd9c202-468c-42f0-9641-45e9fd14f400-root {
    text-align: center;
  }


#s-6bd9c202-468c-42f0-9641-45e9fd14f400.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf {
  display: none;
}
#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf, #wrap-s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf {
  display: none;
}
#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf, #wrap-s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf {
  
}
}@media (max-width: 767px){#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf {
  display: none;
}
#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf, #wrap-s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf { display:none !important; }}







#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-573a00a1-2d79-4e4c-9d9f-5cfcc59bfccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e0ee01b-a36d-49dc-856d-470ecc55b642 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1e0ee01b-a36d-49dc-856d-470ecc55b642"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e0ee01b-a36d-49dc-856d-470ecc55b642"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e0ee01b-a36d-49dc-856d-470ecc55b642"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e0ee01b-a36d-49dc-856d-470ecc55b642"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e0ee01b-a36d-49dc-856d-470ecc55b642"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e0ee01b-a36d-49dc-856d-470ecc55b642"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e0ee01b-a36d-49dc-856d-470ecc55b642"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-b7f08663-a746-451b-86ce-5f8c00cdd192 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-b7f08663-a746-451b-86ce-5f8c00cdd192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7f08663-a746-451b-86ce-5f8c00cdd192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4baa7e2e-c05a-486c-85bd-c9a454d5772f img.shogun-image {
  width: 100%;
}




#s-d4c4ea04-99a5-433a-8630-0784ebaf4f41 {
  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-d4c4ea04-99a5-433a-8630-0784ebaf4f41:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4c4ea04-99a5-433a-8630-0784ebaf4f41:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d4c4ea04-99a5-433a-8630-0784ebaf4f41 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4c4ea04-99a5-433a-8630-0784ebaf4f41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c4ea04-99a5-433a-8630-0784ebaf4f41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-d4c4ea04-99a5-433a-8630-0784ebaf4f41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d4c4ea04-99a5-433a-8630-0784ebaf4f41.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f1411024-d192-43ad-a48e-2c92efc52326 {
  min-height: 50px;
}








#s-f1411024-d192-43ad-a48e-2c92efc52326 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1411024-d192-43ad-a48e-2c92efc52326.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c815f15f-2e37-4e1c-80e0-3d17aad138ec {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-c815f15f-2e37-4e1c-80e0-3d17aad138ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fec4f487-f49f-4120-96eb-79c810fc6152 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-72541fa5-9891-4408-9083-8ba35ca24623 {
  min-height: 50px;
}








#s-72541fa5-9891-4408-9083-8ba35ca24623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72541fa5-9891-4408-9083-8ba35ca24623.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2de08336-d821-469c-be79-2e8f9480652c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2de08336-d821-469c-be79-2e8f9480652c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2de08336-d821-469c-be79-2e8f9480652c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2de08336-d821-469c-be79-2e8f9480652c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2de08336-d821-469c-be79-2e8f9480652c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2de08336-d821-469c-be79-2e8f9480652c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2de08336-d821-469c-be79-2e8f9480652c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2de08336-d821-469c-be79-2e8f9480652c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-fc7a2170-04b5-4e0f-8e23-c92e2c4cccfb {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-fc7a2170-04b5-4e0f-8e23-c92e2c4cccfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc7a2170-04b5-4e0f-8e23-c92e2c4cccfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd3c1d0-39a9-4189-9edd-254e591b29fc img.shogun-image {
  width: 100%;
}




#s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb {
  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-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb: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-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb-root {
    text-align: center;
  }


#s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb-root {
    text-align: center;
  }


#s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb.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-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb-root {
    text-align: center;
  }


#s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb.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-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb-root {
    text-align: center;
  }


#s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb-root {
    text-align: center;
  }


#s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb-root {
    text-align: center;
  }


#s-1ae1b6d3-e1da-4f4a-802f-caafc0edb9eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-36c9ec8a-1024-4ae7-80e1-68d1c3931442 {
  min-height: 50px;
}








#s-36c9ec8a-1024-4ae7-80e1-68d1c3931442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36c9ec8a-1024-4ae7-80e1-68d1c3931442.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-450f3399-1664-4713-a464-b81baff797fa {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-450f3399-1664-4713-a464-b81baff797fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3b6b3f39-607e-4532-b1fb-369455409109 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-6bd0d458-0078-4176-a8ab-07107ad35a2f {
  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-6bd0d458-0078-4176-a8ab-07107ad35a2f {
  display: none;
}
#s-6bd0d458-0078-4176-a8ab-07107ad35a2f, #wrap-s-6bd0d458-0078-4176-a8ab-07107ad35a2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bd0d458-0078-4176-a8ab-07107ad35a2f {
  display: none;
}
#s-6bd0d458-0078-4176-a8ab-07107ad35a2f, #wrap-s-6bd0d458-0078-4176-a8ab-07107ad35a2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6bd0d458-0078-4176-a8ab-07107ad35a2f {
  
}
}@media (max-width: 767px){#s-6bd0d458-0078-4176-a8ab-07107ad35a2f {
  display: none;
}
#s-6bd0d458-0078-4176-a8ab-07107ad35a2f, #wrap-s-6bd0d458-0078-4176-a8ab-07107ad35a2f { display:none !important; }}







#s-6bd0d458-0078-4176-a8ab-07107ad35a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bd0d458-0078-4176-a8ab-07107ad35a2f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a32774c6-6bd2-4984-b6e5-c029a8959cbb {
  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-a32774c6-6bd2-4984-b6e5-c029a8959cbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a32774c6-6bd2-4984-b6e5-c029a8959cbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e45d8cdb-5361-44f8-ad69-372b859c417b {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e45d8cdb-5361-44f8-ad69-372b859c417b .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-f58a3726-f7b0-46c7-a63b-bad90e62ea08 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f58a3726-f7b0-46c7-a63b-bad90e62ea08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f58a3726-f7b0-46c7-a63b-bad90e62ea08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f58a3726-f7b0-46c7-a63b-bad90e62ea08 {
  
}
}@media (max-width: 767px){#s-f58a3726-f7b0-46c7-a63b-bad90e62ea08 {
  
}
}
#s-c7bb589a-fd97-4b06-91c0-856957b4252f {
  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-c7bb589a-fd97-4b06-91c0-856957b4252f:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-c7bb589a-fd97-4b06-91c0-856957b4252f:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-c7bb589a-fd97-4b06-91c0-856957b4252f-root {
    text-align: center;
  }


#s-c7bb589a-fd97-4b06-91c0-856957b4252f.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-c7bb589a-fd97-4b06-91c0-856957b4252f-root {
    text-align: center;
  }


#s-c7bb589a-fd97-4b06-91c0-856957b4252f.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-c7bb589a-fd97-4b06-91c0-856957b4252f-root {
    text-align: center;
  }


#s-c7bb589a-fd97-4b06-91c0-856957b4252f.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-c7bb589a-fd97-4b06-91c0-856957b4252f-root {
    text-align: center;
  }


#s-c7bb589a-fd97-4b06-91c0-856957b4252f.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-c7bb589a-fd97-4b06-91c0-856957b4252f-root {
    text-align: center;
  }


#s-c7bb589a-fd97-4b06-91c0-856957b4252f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-b097eae3-a4f2-4000-8970-da088e5e6fe8 {
  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-b097eae3-a4f2-4000-8970-da088e5e6fe8 {
  display: none;
}
#s-b097eae3-a4f2-4000-8970-da088e5e6fe8, #wrap-s-b097eae3-a4f2-4000-8970-da088e5e6fe8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b097eae3-a4f2-4000-8970-da088e5e6fe8 {
  display: none;
}
#s-b097eae3-a4f2-4000-8970-da088e5e6fe8, #wrap-s-b097eae3-a4f2-4000-8970-da088e5e6fe8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b097eae3-a4f2-4000-8970-da088e5e6fe8 {
  display: none;
}
#s-b097eae3-a4f2-4000-8970-da088e5e6fe8, #wrap-s-b097eae3-a4f2-4000-8970-da088e5e6fe8 { display:none !important; }}@media (max-width: 767px){#s-b097eae3-a4f2-4000-8970-da088e5e6fe8 {
  
}
}







#s-b097eae3-a4f2-4000-8970-da088e5e6fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b097eae3-a4f2-4000-8970-da088e5e6fe8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ff521ae-4ced-4e96-8e8e-3766e3d50c93 {
  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-9ff521ae-4ced-4e96-8e8e-3766e3d50c93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ff521ae-4ced-4e96-8e8e-3766e3d50c93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab6a825a-3f9a-40e5-9a69-d7a9615a9869 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab6a825a-3f9a-40e5-9a69-d7a9615a9869 .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-bfc85dfb-1367-41c2-8860-b673c7998629 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bfc85dfb-1367-41c2-8860-b673c7998629 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfc85dfb-1367-41c2-8860-b673c7998629 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfc85dfb-1367-41c2-8860-b673c7998629 {
  
}
}@media (max-width: 767px){#s-bfc85dfb-1367-41c2-8860-b673c7998629 {
  
}
}
#s-03222efd-c18e-417c-8b58-ee2e57598407 {
  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-03222efd-c18e-417c-8b58-ee2e57598407:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-03222efd-c18e-417c-8b58-ee2e57598407:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-03222efd-c18e-417c-8b58-ee2e57598407-root {
    text-align: center;
  }


#s-03222efd-c18e-417c-8b58-ee2e57598407.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-03222efd-c18e-417c-8b58-ee2e57598407-root {
    text-align: center;
  }


#s-03222efd-c18e-417c-8b58-ee2e57598407.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-03222efd-c18e-417c-8b58-ee2e57598407-root {
    text-align: center;
  }


#s-03222efd-c18e-417c-8b58-ee2e57598407.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-03222efd-c18e-417c-8b58-ee2e57598407-root {
    text-align: center;
  }


#s-03222efd-c18e-417c-8b58-ee2e57598407.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-03222efd-c18e-417c-8b58-ee2e57598407-root {
    text-align: center;
  }


#s-03222efd-c18e-417c-8b58-ee2e57598407.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-c70111d4-df2b-4030-b13f-6b49ffe94968 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-c70111d4-df2b-4030-b13f-6b49ffe94968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c70111d4-df2b-4030-b13f-6b49ffe94968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dfdb7e7-72ca-48b3-b3b2-4f86e88f15f2 {
  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-2dfdb7e7-72ca-48b3-b3b2-4f86e88f15f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dfdb7e7-72ca-48b3-b3b2-4f86e88f15f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0248b0a3-d1f4-49d6-abd7-9720ac0bc182 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0248b0a3-d1f4-49d6-abd7-9720ac0bc182 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-43d7656f-8522-41cd-a4f9-80f4c67804ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43d7656f-8522-41cd-a4f9-80f4c67804ce .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-c12e2770-f1e3-4918-ad16-766f77aab9c2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c12e2770-f1e3-4918-ad16-766f77aab9c2 {
  display: none;
}
#s-c12e2770-f1e3-4918-ad16-766f77aab9c2, #wrap-s-c12e2770-f1e3-4918-ad16-766f77aab9c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c12e2770-f1e3-4918-ad16-766f77aab9c2 {
  display: none;
}
#s-c12e2770-f1e3-4918-ad16-766f77aab9c2, #wrap-s-c12e2770-f1e3-4918-ad16-766f77aab9c2 { display:none !important; }}







#s-c12e2770-f1e3-4918-ad16-766f77aab9c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c12e2770-f1e3-4918-ad16-766f77aab9c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c99cb9c-fcdb-4e04-b480-6674b03f077e {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7c99cb9c-fcdb-4e04-b480-6674b03f077e .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-c98f3cc6-30da-43e3-b5f1-17aac076d468 {
  display: none;
}
#s-c98f3cc6-30da-43e3-b5f1-17aac076d468, #wrap-s-c98f3cc6-30da-43e3-b5f1-17aac076d468 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c98f3cc6-30da-43e3-b5f1-17aac076d468 {
  display: none;
}
#s-c98f3cc6-30da-43e3-b5f1-17aac076d468, #wrap-s-c98f3cc6-30da-43e3-b5f1-17aac076d468 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c98f3cc6-30da-43e3-b5f1-17aac076d468 {
  display: none;
}
#s-c98f3cc6-30da-43e3-b5f1-17aac076d468, #wrap-s-c98f3cc6-30da-43e3-b5f1-17aac076d468 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c98f3cc6-30da-43e3-b5f1-17aac076d468"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c98f3cc6-30da-43e3-b5f1-17aac076d468"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c98f3cc6-30da-43e3-b5f1-17aac076d468"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c98f3cc6-30da-43e3-b5f1-17aac076d468"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c4c469d2-616f-4d34-a96d-0043b9b0908a {
  margin-left: 10%;
margin-right: 6%;
min-height: 50px;
}








#s-c4c469d2-616f-4d34-a96d-0043b9b0908a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4c469d2-616f-4d34-a96d-0043b9b0908a.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-46ee6892-f30f-428a-a2a2-221466dbd1e4 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-46ee6892-f30f-428a-a2a2-221466dbd1e4 img.shogun-image {
    

    
    
    
  }


#s-46ee6892-f30f-428a-a2a2-221466dbd1e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-01da6891-6acb-4638-b45a-7504f30bd891 {
  margin-left: 0%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01da6891-6acb-4638-b45a-7504f30bd891 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-530eed2a-1a03-4702-9d79-5d8eb74d4519 {
  margin-top: 2%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3627020b-ee2a-44ee-ac68-e0be49ceda8f {
  margin-bottom: 2%;
margin-right: 4%;
}

#s-bcf57b6d-7f2f-4308-a2ed-43df389c48f5 {
  margin-left: 6%;
margin-right: 10%;
min-height: 50px;
}








#s-bcf57b6d-7f2f-4308-a2ed-43df389c48f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcf57b6d-7f2f-4308-a2ed-43df389c48f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-606eaba0-1617-4814-9a76-8a1473b07734 {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-606eaba0-1617-4814-9a76-8a1473b07734 img.shogun-image {
    

    
    
    
  }


#s-606eaba0-1617-4814-9a76-8a1473b07734 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7edb580-ce2e-4c51-89ea-5d14aa7c4c70 {
  margin-left: 4%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7edb580-ce2e-4c51-89ea-5d14aa7c4c70 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-e2efbcd5-fea9-46b1-abfb-c3a74ce1e07b {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 1%;
}

#s-19bf58a2-adf6-4805-b601-2577b4472c7a {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 500px;
}
@media (min-width: 1200px){#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d {
  display: none;
}
#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d, #wrap-s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d {
  display: none;
}
#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d, #wrap-s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d { display:none !important; }}@media (max-width: 767px){#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d {
  display: none;
}
#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d, #wrap-s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d { display:none !important; }}







#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d360ecaf-6cd6-4477-9a2c-7d7c4106d47d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7609f98-d90d-4beb-8a7c-cef39eabeb8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8b9903e1-bdf7-4d74-b8df-841ae92daef9 {
  min-height: 50px;
}








#s-8b9903e1-bdf7-4d74-b8df-841ae92daef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b9903e1-bdf7-4d74-b8df-841ae92daef9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8693d85b-a158-4ea5-a915-52bd118a4981 {
  text-align: center;
}







  #s-8693d85b-a158-4ea5-a915-52bd118a4981 img.shogun-image {
    

    
    
    
  }


#s-8693d85b-a158-4ea5-a915-52bd118a4981 .shogun-image-content {
  
    align-items: center;
  
}

#s-88312ed3-8c19-4619-af79-1c16b73fa697 {
  min-height: 50px;
}








#s-88312ed3-8c19-4619-af79-1c16b73fa697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88312ed3-8c19-4619-af79-1c16b73fa697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36322809-c0f0-4164-9cbd-d4dee40f0371 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36322809-c0f0-4164-9cbd-d4dee40f0371 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-114efe4e-c62a-49c0-8ac2-8e6d0a4d3b9b {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-7b378cd5-73b4-4d20-b5bb-b1f668e12120 {
  margin-bottom: 2%;
}

#s-01722181-a960-4df2-8dce-87714c509593 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-01722181-a960-4df2-8dce-87714c509593"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01722181-a960-4df2-8dce-87714c509593"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01722181-a960-4df2-8dce-87714c509593"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01722181-a960-4df2-8dce-87714c509593"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01722181-a960-4df2-8dce-87714c509593"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01722181-a960-4df2-8dce-87714c509593"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01722181-a960-4df2-8dce-87714c509593"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-29108a25-4d28-4d45-9d6c-9c0684f46808 {
  min-height: 50px;
}








#s-29108a25-4d28-4d45-9d6c-9c0684f46808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29108a25-4d28-4d45-9d6c-9c0684f46808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9aaf50b-2f48-4784-a317-4fcd464e7e82 {
  text-align: center;
}







  #s-f9aaf50b-2f48-4784-a317-4fcd464e7e82 img.shogun-image {
    

    
    
    
  }


#s-f9aaf50b-2f48-4784-a317-4fcd464e7e82 .shogun-image-content {
  
    align-items: center;
  
}

#s-52c2854e-f697-4b0a-ab0f-536cbc691eaa {
  min-height: 50px;
}








#s-52c2854e-f697-4b0a-ab0f-536cbc691eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52c2854e-f697-4b0a-ab0f-536cbc691eaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3f11e99-5452-48b2-9800-b3007c6bf7e4 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3f11e99-5452-48b2-9800-b3007c6bf7e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-00e7b009-9773-47ae-a45e-673851765bdf {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-df5e31f1-b4ad-4f29-b394-98b53d7ca3f9 {
  margin-top: 2%;
margin-bottom: 2%;
}

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

}

@media (min-width: 768px) {
[id="s-b2888c43-3b7b-4826-b067-d045f33ec9f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2888c43-3b7b-4826-b067-d045f33ec9f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2888c43-3b7b-4826-b067-d045f33ec9f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2888c43-3b7b-4826-b067-d045f33ec9f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2888c43-3b7b-4826-b067-d045f33ec9f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2888c43-3b7b-4826-b067-d045f33ec9f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-21aefa74-2e3b-4ded-913d-511afb48ca72 {
  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-21aefa74-2e3b-4ded-913d-511afb48ca72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21aefa74-2e3b-4ded-913d-511afb48ca72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21aefa74-2e3b-4ded-913d-511afb48ca72 {
  
}
}@media (max-width: 767px){#s-21aefa74-2e3b-4ded-913d-511afb48ca72 {
  
}
}







#s-21aefa74-2e3b-4ded-913d-511afb48ca72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21aefa74-2e3b-4ded-913d-511afb48ca72.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c1d2848-d64b-4420-a271-e8d0e3036321 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-0c1d2848-d64b-4420-a271-e8d0e3036321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c1d2848-d64b-4420-a271-e8d0e3036321.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24b4bf3f-a8d3-4e2a-a0cd-31826b6e9c8e {
  min-height: 42px;
}








#s-24b4bf3f-a8d3-4e2a-a0cd-31826b6e9c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24b4bf3f-a8d3-4e2a-a0cd-31826b6e9c8e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2dd94d0-a194-4c5c-8d03-ea723bc8fccd {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b2dd94d0-a194-4c5c-8d03-ea723bc8fccd .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-2d12da23-59c6-4d49-96dc-fcfb83604451 {
  margin-bottom: 0%;
margin-right: 5%;
min-height: 500px;
}








#s-2d12da23-59c6-4d49-96dc-fcfb83604451 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d12da23-59c6-4d49-96dc-fcfb83604451.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4b7b392-a211-461c-874d-6907f209a7d8 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f4b7b392-a211-461c-874d-6907f209a7d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4b7b392-a211-461c-874d-6907f209a7d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4b7b392-a211-461c-874d-6907f209a7d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4b7b392-a211-461c-874d-6907f209a7d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4b7b392-a211-461c-874d-6907f209a7d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4b7b392-a211-461c-874d-6907f209a7d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4b7b392-a211-461c-874d-6907f209a7d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3d6c0182-6466-41f0-9dc2-895981b71399 {
  min-height: 50px;
}








#s-3d6c0182-6466-41f0-9dc2-895981b71399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d6c0182-6466-41f0-9dc2-895981b71399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f26dcacd-9f25-4dbb-995e-efe036ba066d {
  text-align: center;
}







  #s-f26dcacd-9f25-4dbb-995e-efe036ba066d img.shogun-image {
    

    
    
    
  }


#s-f26dcacd-9f25-4dbb-995e-efe036ba066d .shogun-image-content {
  
    align-items: center;
  
}

#s-00b30adf-d910-43a7-99a0-9be52b3c4de2 {
  min-height: 50px;
}








#s-00b30adf-d910-43a7-99a0-9be52b3c4de2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00b30adf-d910-43a7-99a0-9be52b3c4de2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24fcb245-be1f-4b69-930c-4a71e57d4192 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24fcb245-be1f-4b69-930c-4a71e57d4192 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-fe6649de-aec5-46e7-8ebe-e57847a64b26 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-a04528b2-6a27-407e-93ba-6c1dc41ab486 {
  margin-bottom: 2%;
}

#s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bd7a640-4b89-40f8-b6cb-9862d1e900f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b72fe20c-0f47-49fe-a625-7ea961e5c0ea {
  min-height: 50px;
}








#s-b72fe20c-0f47-49fe-a625-7ea961e5c0ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b72fe20c-0f47-49fe-a625-7ea961e5c0ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0b79251-1330-4ac1-93a0-25268488624b {
  text-align: center;
}







  #s-b0b79251-1330-4ac1-93a0-25268488624b img.shogun-image {
    

    
    
    
  }


#s-b0b79251-1330-4ac1-93a0-25268488624b .shogun-image-content {
  
    align-items: center;
  
}

#s-e426d2d6-7d76-4f5a-ab4c-1c4fec49af1b {
  min-height: 50px;
}








#s-e426d2d6-7d76-4f5a-ab4c-1c4fec49af1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e426d2d6-7d76-4f5a-ab4c-1c4fec49af1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb5aa433-85cd-4fa0-9104-004e71887c45 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb5aa433-85cd-4fa0-9104-004e71887c45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-4325c42b-b4ed-4239-a703-cdc541cca857 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-2e5ea22a-3472-44c6-ace7-a0a86bf5bf9f {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-ea6f5a48-9d95-49ad-972f-db44be5bcdf5 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-ea6f5a48-9d95-49ad-972f-db44be5bcdf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea6f5a48-9d95-49ad-972f-db44be5bcdf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f35f193-ebb4-4270-813b-e9010acd8a93 {
  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-8f35f193-ebb4-4270-813b-e9010acd8a93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f35f193-ebb4-4270-813b-e9010acd8a93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f35f193-ebb4-4270-813b-e9010acd8a93 {
  
}
}@media (max-width: 767px){#s-8f35f193-ebb4-4270-813b-e9010acd8a93 {
  
}
}







#s-8f35f193-ebb4-4270-813b-e9010acd8a93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-8f35f193-ebb4-4270-813b-e9010acd8a93.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3b1402e-de53-4bbd-a77d-5398b65ad845 {
  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-e3b1402e-de53-4bbd-a77d-5398b65ad845 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3b1402e-de53-4bbd-a77d-5398b65ad845 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3b1402e-de53-4bbd-a77d-5398b65ad845 {
  
}
}@media (max-width: 767px){#s-e3b1402e-de53-4bbd-a77d-5398b65ad845 {
  
}
}
#s-e3b1402e-de53-4bbd-a77d-5398b65ad845 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e4e0f82b-f18b-4e80-8870-39ca60dc9937 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 4%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-e4e0f82b-f18b-4e80-8870-39ca60dc9937"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e4e0f82b-f18b-4e80-8870-39ca60dc9937"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4e0f82b-f18b-4e80-8870-39ca60dc9937"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4e0f82b-f18b-4e80-8870-39ca60dc9937"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-91504cbb-d66f-42cf-89a8-4b12915545d7 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-91504cbb-d66f-42cf-89a8-4b12915545d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91504cbb-d66f-42cf-89a8-4b12915545d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7870009-0862-4cab-84b9-e14af6a81097 {
  text-align: left;
}



.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7870009-0862-4cab-84b9-e14af6a81097 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-5cb96d46-9bfe-49a1-9c93-6aa9b0d0f918 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-5cb96d46-9bfe-49a1-9c93-6aa9b0d0f918 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-00f7529f-b149-4878-957d-f4b8d6408b1c {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-00f7529f-b149-4878-957d-f4b8d6408b1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00f7529f-b149-4878-957d-f4b8d6408b1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3547d27d-66dc-415f-8343-77d72b2664dc {
  text-align: left;
}



.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3547d27d-66dc-415f-8343-77d72b2664dc img.shogun-image {
  width: 100%;
}




#s-06adcaaf-a1b5-4809-8458-e6b9e8e647ba {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-06adcaaf-a1b5-4809-8458-e6b9e8e647ba .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ed8f987f-d9cb-4d95-a50e-17a4b43a4131 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ed8f987f-d9cb-4d95-a50e-17a4b43a4131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed8f987f-d9cb-4d95-a50e-17a4b43a4131.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 {
  text-align: left;
}



.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7222e2ca-3b97-4344-b5d2-5591f2fe4129 img.shogun-image {
  width: 100%;
}




#s-955c92cf-c6a3-467c-8a2a-9c733f056c91 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-955c92cf-c6a3-467c-8a2a-9c733f056c91 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-870eba0d-7f8a-4912-89b0-03fb1d44c8d1 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-870eba0d-7f8a-4912-89b0-03fb1d44c8d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-870eba0d-7f8a-4912-89b0-03fb1d44c8d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea {
  text-align: left;
}



.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c54d2b9-e0de-4777-a3ae-9e20299516ea img.shogun-image {
  width: 100%;
}




#s-9c851326-6ba4-442a-8a59-2cf48687d2dc {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-9c851326-6ba4-442a-8a59-2cf48687d2dc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c4f8303e-596d-4938-b0d8-2a49263c705d {
  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}